aboutsummaryrefslogtreecommitdiffstats
path: root/bot/exts/evergreen/battleship.py
diff options
context:
space:
mode:
Diffstat (limited to 'bot/exts/evergreen/battleship.py')
-rw-r--r--bot/exts/evergreen/battleship.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/bot/exts/evergreen/battleship.py b/bot/exts/evergreen/battleship.py
index 9b8aaa48..9bc374e6 100644
--- a/bot/exts/evergreen/battleship.py
+++ b/bot/exts/evergreen/battleship.py
@@ -441,4 +441,3 @@ class Battleship(commands.Cog):
def setup(bot: commands.Bot) -> None:
"""Cog load."""
bot.add_cog(Battleship(bot))
- log.info("Battleship cog loaded")