diff options
author | 2019-12-09 22:28:42 +0100 | |
---|---|---|
committer | 2019-12-09 22:28:42 +0100 | |
commit | f2c9b5340680a7d9ba6c60064ac82b472246838d (patch) | |
tree | 0dff52fcd13ce9a344148f04c04c3e152eed73f6 /bot | |
parent | Log title wrapped in single quotes for readability (diff) |
Improve wording of cog docstring
Diffstat (limited to 'bot')
-rw-r--r-- | bot/seasons/evergreen/bookmark.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/seasons/evergreen/bookmark.py b/bot/seasons/evergreen/bookmark.py index bf21b318..f71d3bbd 100644 --- a/bot/seasons/evergreen/bookmark.py +++ b/bot/seasons/evergreen/bookmark.py @@ -10,7 +10,7 @@ log = logging.getLogger(__name__) class Bookmark(commands.Cog):
- """A cog that creates personal bookmarks by relaying a message to the user's DMs."""
+ """Creates personal bookmarks by relaying a message link to the user's DMs."""
def __init__(self, bot: commands.Bot):
self.bot = bot
|