From 5cce4a026d7152aea150f7886af604ac80976290 Mon Sep 17 00:00:00 2001 From: sgoudham Date: Wed, 3 Jun 2020 19:35:50 +0100 Subject: [PATCH] Added * to gitignore file --- .gitignore | 2 +- EnsoBot.py | 2 +- bottoken/token.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 0068be90..074bf70d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ #Hiding Token -/bottoken \ No newline at end of file +*bottoken \ No newline at end of file diff --git a/EnsoBot.py b/EnsoBot.py index 00845783..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("bottoken\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 index 5d0ddfda..cdcece77 100644 --- a/bottoken/token.txt +++ b/bottoken/token.txt @@ -1 +1 @@ -NzE2NzAxNjk5MTQ1NzI4MDk0.XtfmxA.m7zuIThMcWG-R2nceaxF40PqXMU \ No newline at end of file +NzE2NzAxNjk5MTQ1NzI4MDk0.XtfsuQ._IdMRicG7AGsne1g1Bkjhtmcm0I \ No newline at end of file