token property

String? token

A Discord bot token used to automatically determine the maximum IDENTIFY concurrency for the bot. If totalShards is not provided, token will also be used to get the total shard count.

If token is not set, the maximum concurrency will default to 1, and either totalShards or numProcesses and shardsPerProcess must be provided.

Implementation

String? get token;