mirror of
https://github.com/TitanEmbeds/Titan.git
synced 2024-11-14 10:01:21 +01:00
Make cleanup db messages shard
This commit is contained in:
parent
4af93a976d
commit
71eb141093
@ -20,7 +20,7 @@ logging.getLogger('sqlalchemy')
|
||||
# messages store #
|
||||
###########################
|
||||
|
||||
class Titan(discord.Client):
|
||||
class Titan(discord.AutoShardedClient):
|
||||
def __init__(self):
|
||||
super().__init__()
|
||||
self.aiosession = aiohttp.ClientSession(loop=self.loop)
|
||||
|
Loading…
Reference in New Issue
Block a user