diff --git a/.gitignore b/.gitignore index a0dd928a..43e8420a 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -.BotToken.txt \ No newline at end of file +BotToken \ No newline at end of file diff --git a/EnsoBot.py b/EnsoBot.py index 82d6496a..4d5e07e8 100644 --- a/EnsoBot.py +++ b/EnsoBot.py @@ -82,7 +82,7 @@ async def on_command_error(ctx, error): await message.delete() -client.run(token) +client.run() ''' @client.command()