Disable caching in 2.0 #238
-
As of 0f2dda9, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
All that did was disable auto-subscribing (which wasn't even on by default in 2.0). Since the concept of subscribing no longer exists, neither does this param. The only thing that now happens at startup is chunking, which you can disable with FWIW v1.x also had a form of chunking using only OPCode 8 (no events), so GuildSubscriptionOptions never disabled everything. |
Beta Was this translation helpful? Give feedback.
All that did was disable auto-subscribing (which wasn't even on by default in 2.0). Since the concept of subscribing no longer exists, neither does this param. The only thing that now happens at startup is chunking, which you can disable with
chunk_guilds_at_startup=False
.FWIW v1.x also had a form of chunking using only OPCode 8 (no events), so GuildSubscriptionOptions never disabled everything.