From 12605a2164df14be1e2ffb25849b9666a21e39fe Mon Sep 17 00:00:00 2001 From: s1n Date: Tue, 27 Aug 2019 08:18:51 -0700 Subject: configuration files --- config.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 config.json 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 + } +} -- cgit v1.2.3