diff options
Diffstat (limited to 'bot/exts/evergreen/bookmark.py')
| -rw-r--r-- | bot/exts/evergreen/bookmark.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bot/exts/evergreen/bookmark.py b/bot/exts/evergreen/bookmark.py index e703e07b..73908702 100644 --- a/bot/exts/evergreen/bookmark.py +++ b/bot/exts/evergreen/bookmark.py @@ -62,4 +62,3 @@ class Bookmark(commands.Cog): def setup(bot: commands.Bot) -> None: """Load the Bookmark cog.""" bot.add_cog(Bookmark(bot)) - log.info("Bookmark cog loaded") |