From f2c9b5340680a7d9ba6c60064ac82b472246838d Mon Sep 17 00:00:00 2001 From: kwzrd Date: Mon, 9 Dec 2019 22:28:42 +0100 Subject: Improve wording of cog docstring --- bot/seasons/evergreen/bookmark.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bot') 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 -- cgit v1.2.3