aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar kwzrd <[email protected]>2019-12-09 22:28:42 +0100
committerGravatar kwzrd <[email protected]>2019-12-09 22:28:42 +0100
commitf2c9b5340680a7d9ba6c60064ac82b472246838d (patch)
tree0dff52fcd13ce9a344148f04c04c3e152eed73f6
parentLog title wrapped in single quotes for readability (diff)
Improve wording of cog docstring
-rw-r--r--bot/seasons/evergreen/bookmark.py2
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