From 9b2c279b2e034bf68ea6a7c0d73c0681cfb4fbff Mon Sep 17 00:00:00 2001 From: Dustin Pianalto Date: Sun, 20 May 2018 12:12:46 -0800 Subject: [PATCH] Added embed color --- run.py | 1 + 1 file changed, 1 insertion(+) diff --git a/run.py b/run.py index 8fb24f6..04da018 100644 --- a/run.py +++ b/run.py @@ -17,6 +17,7 @@ class SebiMachine(commands.Bot, LoadConfig): # Initialize and attach config / settings LoadConfig.__init__(self) commands.Bot.__init__(self, command_prefix=self.defaultprefix) + self.embed_color = discord.Color(0x00FFFF) # Load plugins # Add your cog file name in this list