mirror of
https://github.com/TitanEmbeds/Titan.git
synced 2025-06-16 11:25:22 +02:00
Add default error reporting channel id to config example and raise heartbeat sending interval whoops
This commit is contained in:
@ -56,7 +56,7 @@ class Titan(discord.Client):
|
||||
else:
|
||||
await self.send_message(error_channel, "Titan has lost connection to the database! Don't panic!! We'll sort this out... hopefully soon.")
|
||||
last_db_conn_status = self.database_connected
|
||||
await asyncio.sleep(4)
|
||||
await asyncio.sleep(60)
|
||||
|
||||
def run(self):
|
||||
try:
|
||||
|
Reference in New Issue
Block a user