BotConfig

Configuration that can be used to control the behavior of the Bot.

Members

Variables

cmdPrefix
string cmdPrefix;

Command prefix (can be empty for none)

cmdRequireMention
bool cmdRequireMention;

Whether the bot requires mentioning to respond

features
uint features;

Bitwise flags from BotFeatures

levelsEnabled
bool levelsEnabled;

Whether the bot should use permission levels

numShards
ushort numShards;

The total number of shards

shard
ushort shard;

This bot instances shard number

token
string token;

API Authentication Token

Meta