From e2e59716e21407df12fb3b62cf10abb4bdb425f5 Mon Sep 17 00:00:00 2001 From: sgoudham Date: Wed, 3 Jun 2020 19:25:42 +0100 Subject: [PATCH] Please work --- .gitignore | 2 +- EnsoBot.py | 2 +- bottoken/token.txt | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 bottoken/token.txt diff --git a/.gitignore b/.gitignore index 13e35d48..0068be90 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ #Hiding Token -/token \ No newline at end of file +/bottoken \ No newline at end of file diff --git a/EnsoBot.py b/EnsoBot.py index ab38ad5c..0fbc8843 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.token.txt", "r").readline() +token = open("bottoken/token.txt", "r").readline() # Instantiates a list for all the cogs extensions = ['cogs.WaifuImages', 'cogs.FunCommands'] diff --git a/bottoken/token.txt b/bottoken/token.txt new file mode 100644 index 00000000..5d0ddfda --- /dev/null +++ b/bottoken/token.txt @@ -0,0 +1 @@ +NzE2NzAxNjk5MTQ1NzI4MDk0.XtfmxA.m7zuIThMcWG-R2nceaxF40PqXMU \ No newline at end of file