Changing Bot Token

testing
sgoudham 5 years ago
parent d75521e289
commit 5a447e315d

@ -4,7 +4,7 @@ from discord.ext import commands
# Bot Prefix
client = commands.Bot(command_prefix='~')
token = open("BotToken.txt", "r").readline()
token = open("token.txt", "r").readline()
# Instantiates a list for all the cogs
extensions = ['cogs.WaifuImages', 'cogs.FunCommands']

Loading…
Cancel
Save