aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authors1n <[email protected]>2019-08-27 08:18:51 -0700
committerGitHub <[email protected]>2019-08-27 08:18:51 -0700
commit12605a2164df14be1e2ffb25849b9666a21e39fe (patch)
treece2dbd1d4e7a51ddd9ba6b2d4fb8c8e616ef1cfc
parentCreate package.json (diff)
downloaddiscord.js-bot-example-12605a2164df14be1e2ffb25849b9666a21e39fe.tar.xz
discord.js-bot-example-12605a2164df14be1e2ffb25849b9666a21e39fe.zip
configuration files
-rw-r--r--config.json11
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
+ }
+}