aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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