Added * to gitignore file

testing
sgoudham 4 years ago
parent 970c149bbc
commit 5cce4a026d

2
.gitignore vendored

@ -1,2 +1,2 @@
#Hiding Token
/bottoken
*bottoken

@ -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']

@ -1 +1 @@
NzE2NzAxNjk5MTQ1NzI4MDk0.XtfmxA.m7zuIThMcWG-R2nceaxF40PqXMU
NzE2NzAxNjk5MTQ1NzI4MDk0.XtfsuQ._IdMRicG7AGsne1g1Bkjhtmcm0I
Loading…
Cancel
Save