Variable BotConfig.levelsEnabled

Whether the bot should use permission levels

Declaration

struct BotConfig
{
  // ...
  bool levelsEnabled = false;
  // ...
}