Fix spacing for continuity

This commit is contained in:
Parker M. 2024-07-18 15:03:09 -05:00
parent b27aa39ea8
commit 124ec0e67d
No known key found for this signature in database
GPG Key ID: 95CD2E0C7E329F2A

View File

@ -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")