commit
a4fa30f001
@ -55,7 +55,7 @@ class SebiMachine(commands.Bot, LoadConfig, Loggable):
|
||||
|
||||
# Load plugins
|
||||
# Add your cog file name in this list
|
||||
with open(in_here('cogs.txt')) as cog_file:
|
||||
with open(in_here('extensions.txt')) as cog_file:
|
||||
cogs = cog_file.readlines()
|
||||
|
||||
for cog in cogs:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user