DiscordSocketConfig
Namespace: Discord.Gateway
Inherits from
DiscordConfigProperties
Name
Description
Type
Cache
Whether to cache data or not. Caching can help speed up your bot, but will make it take up more memory
bool
Intents
Gateway Intents you want for your client (can help speed up your bot). This is mandatory if you're using API v8
DiscordGatewayIntent?
VoiceChannelConnectTimeout
Max amount of time to wait for a voice channel connection
int
Last updated
Was this helpful?