Merge branch 'development' of https://github.com/Annihilator708/Sebi-Machine into development
This commit is contained in:
commit
6bc9de7606
1
run.py
1
run.py
@ -19,6 +19,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