Type Alias: SapphirePrefix
SapphirePrefix:
string
| readonlystring
[] |null
A valid prefix in Sapphire.
string
: a single prefix, e.g.'!'
.string[]
: an array of prefixes, e.g.['!', '.']
.null
: disabled prefix, locks the bot's command usage to mentions only.