From 950f00cbd04fbc0471dc5495f37e1be532cd2990 Mon Sep 17 00:00:00 2001 From: IDeletedSystem64 Date: Tue, 2 Aug 2022 21:50:11 -0500 Subject: [PATCH] Move configuration files to a seperate directory --- config/config-example.json | 75 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 75 insertions(+) create mode 100644 config/config-example.json diff --git a/config/config-example.json b/config/config-example.json new file mode 100644 index 0000000..92ac10e --- /dev/null +++ b/config/config-example.json @@ -0,0 +1,75 @@ +{ + "prefix": "n!", + "token": "IM SO EXCITED ABOUT BURGER", + "ownerID": "MY FAVORITE COLOR IS TWELVE", + "release": "Stable Release", + "build": "1.3", + "footerTxt": "Anitrox, made with <3 by IDeletedSystem64 | 2018-2022", + "sandbox": { + "enabled": false, + "id": "793537380330111028", + "refreshLocal": false, + "refreshGlobal": false + }, + + "statuses": [ + "with np!help", + "with Sophie!", + "Trans Rights!", + "in your computer", + "with my internet router", + "ssh: system64@borkeonv2", + "YouTube", + "with source code", + "Visual Studio Code", + "Minecraft", + "with the network connections.", + "VLC Media Player", + "Chromium" + ], + "locations": [ + "Microsoft", + "LinusTechTips", + "Linus Torvalds", + "borkeonv2", + "Google", + "192.168.1.1", + "127.0.0.1", + "Sophie's computer", + "Mars", + "Netro Corporation", + "System64 Technologies", + "myself", + "Twilight Sparkle", + "the Pokemon Center", + "Who asked?", + "you", + "your mother" + + ], + "answers": [ + "Heck no!", + "Are you crazy!? No!", + "Don't even think about it.", + "No! You might bork something!", + "Heck yeah", + "I don't think so.", + "Let me think about it first. No.", + "Let me think about it first. Yeah", + "Let me think about it first. Maybe", + "I don't know man", + "Maybe", + "I'm not sure", + "Ask again", + "YEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE!!!", + "Definitely!", + "Go for it! :smile:", + "Good idea!", + "Sure" + ], + "intents": [ + "GUILDS", + "GUILD_MESSAGES", + "GUILD_PRESENCES" + ] +} \ No newline at end of file