aboutsummaryrefslogtreecommitdiff
path: root/code
diff options
context:
space:
mode:
Diffstat (limited to 'code')
-rw-r--r--code/bot.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/code/bot.py b/code/bot.py
index 16e64bd..dd0be09 100644
--- a/code/bot.py
+++ b/code/bot.py
@@ -23,9 +23,7 @@ class MyBot(commands.Bot):
for ext in os.listdir("./code/cogs"):
if ext.endswith(".py"):
if ext[:-3] == "feedback" and config.FEEDBACK_CHANNEL_ID == None:
- config.LOG.info(
- "Skipped loading feedback cog - channel ID not provided"
- )
+ config.LOG.info("Skipped loading feedback cog - channel ID not provided")
continue
if ext[:-3] == "bug" and config.BUG_CHANNEL_ID == None:
config.LOG.info("Skipped loading bug cog - channel ID not provided")