please work

testing
sgoudham 4 years ago
parent 5182ddedf8
commit 5752353786

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

Loading…
Cancel
Save