mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-08 20:28:55 -05:00
[V3] Use Embed.Empty for unset embed colour (#1750)
This commit is contained in:
parent
fb4f921159
commit
6d7a900bbb
@ -99,7 +99,7 @@ class RedBase(BotBase):
|
|||||||
|
|
||||||
self.counter = Counter()
|
self.counter = Counter()
|
||||||
self.uptime = None
|
self.uptime = None
|
||||||
self.color = None
|
self.color = discord.Embed.Empty # This is needed or color ends up 0x000000
|
||||||
|
|
||||||
self.main_dir = bot_dir
|
self.main_dir = bot_dir
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user