Added embed color
This commit is contained in:
parent
e37e0e3a72
commit
9b2c279b2e
1
run.py
1
run.py
@ -17,6 +17,7 @@ class SebiMachine(commands.Bot, LoadConfig):
|
|||||||
# Initialize and attach config / settings
|
# Initialize and attach config / settings
|
||||||
LoadConfig.__init__(self)
|
LoadConfig.__init__(self)
|
||||||
commands.Bot.__init__(self, command_prefix=self.defaultprefix)
|
commands.Bot.__init__(self, command_prefix=self.defaultprefix)
|
||||||
|
self.embed_color = discord.Color(0x00FFFF)
|
||||||
|
|
||||||
# Load plugins
|
# Load plugins
|
||||||
# Add your cog file name in this list
|
# Add your cog file name in this list
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user