Trying to fix token not working now

testing
sgoudham 4 years ago
parent e2e59716e2
commit 970c149bbc

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

Loading…
Cancel
Save