Merge pull request #38 from davfsa/patch-1

Fixed __main__.py
This commit is contained in:
Dusty.P
2018-05-30 09:35:13 -08:00
committed by GitHub
+1 -1
View File
@@ -55,7 +55,7 @@ class SebiMachine(commands.Bot, LoadConfig, Loggable):
# Load plugins # Load plugins
# Add your cog file name in this list # 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() cogs = cog_file.readlines()
for cog in cogs: for cog in cogs: