diff options
Diffstat (limited to 'config.json')
| -rw-r--r-- | config.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/config.json b/config.json new file mode 100644 index 0000000..c39fb14 --- /dev/null +++ b/config.json @@ -0,0 +1,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 + } +} |