mirror of
https://github.com/TitanEmbeds/Titan.git
synced 2025-07-04 20:25:25 +02:00
Implemented Webhooks to make sending messages look more real, as an option
This commit is contained in:
@ -212,3 +212,7 @@ class Titan(discord.Client):
|
||||
await self.database.update_guild(before[0].server)
|
||||
else:
|
||||
await self.database.update_guild(after[0].server)
|
||||
|
||||
async def on_webhooks_update(self, server):
|
||||
await self.wait_until_dbonline()
|
||||
await self.database.update_guild(server)
|
||||
|
Reference in New Issue
Block a user