Fixed __main__.py

This commit is contained in:
davfsa 2018-05-30 19:28:57 +02:00 committed by GitHub
parent 5dfe9cbd8e
commit bbb1dd3e0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: