mirror of
https://github.com/TitanEmbeds/Titan.git
synced 2024-11-12 17:11:20 +01:00
Disable guild chunking
This commit is contained in:
parent
da0e792fcf
commit
a7ace1029e
@ -27,6 +27,7 @@ class Titan(discord.AutoShardedClient):
|
||||
shard_count=shard_count,
|
||||
max_messages=10000,
|
||||
intents=intents,
|
||||
chunk_guilds_at_startup=False,
|
||||
activity=discord.Game(name="Embed your Discord server! Visit https://TitanEmbeds.com/")
|
||||
)
|
||||
self.setup_logger(shard_ids)
|
||||
|
Loading…
Reference in New Issue
Block a user