aboutsummaryrefslogtreecommitdiff
path: root/config.json
blob: c39fb14b7a1dccae93512e1b4540be706b8860c4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
{
    "secret": "NULL", // Token
    "prefixes": { // How to tag the bot.
        "main": "Custom #1-", // Custom #1
        "alt": "Custom #2-", // Custom #2
        "alt2": "Custom #3!", // Custom #3
        "alt3": "Custom #4 ", // Custom #4
        "alt4": "<@!NULL> ", // Client ID with "!"
        "alt4b": "<@NULL> " // Client ID
    }
}