DiscordSocketConfig

Namespace: Discord.Gateway

Inherits from

pageDiscordConfig

Properties

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

Shard

The shard to use for the client

DiscordShard

Last updated