CoreSettings.prefix

Character(s) that prefix a bot chat command.

These decide what bot commands will look like; "!" for "!command", "~" for "~command", "." for ".command", etc. It can be any string and not just one character.

struct CoreSettings
string prefix;