Fix spacing for continuity
This commit is contained in:
parent
b27aa39ea8
commit
124ec0e67d
@ -23,9 +23,7 @@ class MyBot(commands.Bot):
|
|||||||
for ext in os.listdir("./code/cogs"):
|
for ext in os.listdir("./code/cogs"):
|
||||||
if ext.endswith(".py"):
|
if ext.endswith(".py"):
|
||||||
if ext[:-3] == "feedback" and config.FEEDBACK_CHANNEL_ID == None:
|
if ext[:-3] == "feedback" and config.FEEDBACK_CHANNEL_ID == None:
|
||||||
config.LOG.info(
|
config.LOG.info("Skipped loading feedback cog - channel ID not provided")
|
||||||
"Skipped loading feedback cog - channel ID not provided"
|
|
||||||
)
|
|
||||||
continue
|
continue
|
||||||
if ext[:-3] == "bug" and config.BUG_CHANNEL_ID == None:
|
if ext[:-3] == "bug" and config.BUG_CHANNEL_ID == None:
|
||||||
config.LOG.info("Skipped loading bug cog - channel ID not provided")
|
config.LOG.info("Skipped loading bug cog - channel ID not provided")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user