From bbb1dd3e0d869f2a0e5b4eaa4095a5cce02f581b Mon Sep 17 00:00:00 2001 From: davfsa Date: Wed, 30 May 2018 19:28:57 +0200 Subject: [PATCH] Fixed __main__.py --- src/__main__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/__main__.py b/src/__main__.py index d418558..a883bd2 100644 --- a/src/__main__.py +++ b/src/__main__.py @@ -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: