Variable BotConfig.cmdPrefix

Command prefix (can be empty for none)

Declaration

struct BotConfig
{
  // ...
  string cmdPrefix = "!";
  // ...
}