Type Alias: SapphirePrefix
SapphirePrefix:
string
| readonlystring
[] |null
Defined in: projects/framework/src/lib/SapphireClient.ts:34
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.