In an attempt to add multiple prefixes to my discord bot, I've included the following code in my botconfig.json
{
"token":"<bot token>",
"prefix": ["p!", "P!", "!p", "!P", ";"]
}
My goal is to have the prefixes p!, P!, !p, !P, and ;. How can I accomplish this?