aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorParker <contact@pkrm.dev>2024-07-18 15:03:09 -0500
committerParker <contact@pkrm.dev>2024-07-18 15:03:09 -0500
commit124ec0e67d79c2d230664a9b0cf63f4bf951e23f (patch)
tree80392350bcd801e2f69f2fdef76801dadf584c09
parentb27aa39ea8caf61720e90c08ce635fcb51fd3d8a (diff)
Fix spacing for continuity
-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")