Skip to content
Snippets Groups Projects
Commit 16c02b34 authored by Skyler Mäntysaari's avatar Skyler Mäntysaari
Browse files

Updates to files.

parent 515ede8d
Branches
Tags backupninja_upstream/1.2.0
No related merge requests found
......@@ -5,3 +5,5 @@ __pycache__/*
# Idea files
.idea/*
# Secret files
*/tokens.ini
......@@ -12,7 +12,7 @@ def get_prefix(bot, message):
return commands.when_mentioned_or(*prefixes)(bot, message)
initial_extensions = ['cogs.meta', 'cogs.owner', 'cogs.music', 'cogs.error_handler']
initial_extensions = ['cogs.meta', 'cogs.owner', 'cogs.music', 'cogs.error_handler', 'jishaku']
bot = commands.Bot(command_prefix=get_prefix, description="This is a multi-purpose bot")
......@@ -37,7 +37,7 @@ if __name__ == '__main__':
except:
print(f'Failed to load extension {extension}.', file=sys.stderr)
traceback.print_exc()
bot.run(dev_token)
# bot.run(dev_token)
#
# bot.run(production_token)
bot.run(production_token)
[token]
dev = NDQwNzkwMjIyMzQ3ODI5MjU4.DiBAVw.i0-6R-dh05PMbtPYSDqMcZ3_9rI
prod = NDYzNDg0MzA2NzA3MTg1NjY0.Dh2lcA.cqtaKivtPC2WyjdaDtZjqP9D_M8
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment