Variable BotConfig.cmdRequireMention

Whether the bot requires mentioning to respond

Declaration

struct BotConfig
{
  // ...
  bool cmdRequireMention = true;
  // ...
}