Added embed color

This commit is contained in:
Dustin Pianalto 2018-05-20 12:12:46 -08:00
parent e37e0e3a72
commit 9b2c279b2e

1
run.py
View File

@ -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