Handle time innacuracy by warning owner (#2036)

* handle time innacuracy by warning owner

* Fix typo and add space
This commit is contained in:
Michael H
2018-08-22 21:28:05 -04:00
committed by Toby Harradine
parent aa69dd381f
commit bda7e08208
2 changed files with 15 additions and 0 deletions

View File

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