From 98ae4a13c225a6b78926dd3f272226d81749c5b1 Mon Sep 17 00:00:00 2001 From: stavilam Date: Wed, 28 Nov 2018 00:22:03 +0000 Subject: [PATCH] Use own credentials for DiscordBot Token, MySQL DB and Discord UserId --- botClient.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/botClient.py b/botClient.py index 4d4428b..fe9ca15 100644 --- a/botClient.py +++ b/botClient.py @@ -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