diff --git a/EnsoBot.py b/EnsoBot.py index 38a598dc..766c5b00 100644 --- a/EnsoBot.py +++ b/EnsoBot.py @@ -4,7 +4,7 @@ from discord.ext import commands # Bot Prefix client = commands.Bot(command_prefix='~') -token = open("token.txt", "r").readline() +token = open("token/token.txt", "r").readline() # Instantiates a list for all the cogs extensions = ['cogs.WaifuImages', 'cogs.FunCommands'] diff --git a/cogs/__pycache__/FunCommands.cpython-36.pyc b/cogs/__pycache__/FunCommands.cpython-36.pyc index 045c53a0..8f98d52c 100644 Binary files a/cogs/__pycache__/FunCommands.cpython-36.pyc and b/cogs/__pycache__/FunCommands.cpython-36.pyc differ