From a1664965589735c1df261651fd49b43f862cb3b4 Mon Sep 17 00:00:00 2001 From: sgoudham Date: Wed, 3 Jun 2020 17:40:14 +0100 Subject: [PATCH] trying to hide bottoken --- .gitignore | 2 +- EnsoBot.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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()