mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-21 18:27:59 -05:00
Handle time innacuracy by warning owner (#2036)
* handle time innacuracy by warning owner * Fix typo and add space
This commit is contained in:
committed by
Toby Harradine
parent
aa69dd381f
commit
bda7e08208
@@ -106,6 +106,7 @@ class RedBase(BotBase, RPCMixin):
|
||||
|
||||
self.counter = Counter()
|
||||
self.uptime = None
|
||||
self.checked_time_accuracy = None
|
||||
self.color = discord.Embed.Empty # This is needed or color ends up 0x000000
|
||||
|
||||
self.main_dir = bot_dir
|
||||
|
||||
Reference in New Issue
Block a user