mirror of
https://github.com/TitanEmbeds/Titan.git
synced 2024-11-14 18:11:23 +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 #
|
# messages store #
|
||||||
###########################
|
###########################
|
||||||
|
|
||||||
class Titan(discord.Client):
|
class Titan(discord.AutoShardedClient):
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
super().__init__()
|
super().__init__()
|
||||||
self.aiosession = aiohttp.ClientSession(loop=self.loop)
|
self.aiosession = aiohttp.ClientSession(loop=self.loop)
|
||||||
|
Loading…
Reference in New Issue
Block a user