Skip to content
Permalink
Browse files
Use own credentials for DiscordBot Token, MySQL DB and Discord UserId
  • Loading branch information
stavilam committed Nov 28, 2018
1 parent 7ff1788 commit 98ae4a13c225a6b78926dd3f272226d81749c5b1
Showing 1 changed file with 1 addition and 1 deletion.
@@ -5,7 +5,7 @@ from discord.ext import commands
botToken = "" #discord bot token
client = commands.Bot(command_prefix=commands.when_mentioned_or('>'),
description='CyberLife Prototype')
adminId =
adminId = ''
colorCode = [0x17e6f0, 0xe88f2a, 0xee0d0d, 0xff00ff]
# aqua blue, warning orange, danger red, eden club pink

0 comments on commit 98ae4a1

Please sign in to comment.