From 54993de2879bcd2c25696c9daba4f9f33570266d Mon Sep 17 00:00:00 2001 From: Sophie Marie Date: Thu, 5 Jan 2023 15:02:04 -0600 Subject: [PATCH] Remove release type and intents --- config-example.json | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/config-example.json b/config-example.json index ff59d8e..5e08b63 100644 --- a/config-example.json +++ b/config-example.json @@ -1,7 +1,6 @@ { "prefix": "n!", - "release": "Developer Release", - "build": "1.3.3dev", + "build": "1.4dev", "footerTxt": "Anitrox, made with <3 by IDeletedSystem64 | 2018-2023", "sandbox": { "enabled": false, @@ -64,10 +63,5 @@ "Go for it! :smile:", "Good idea!", "Sure" - ], - "intents": [ - "GUILDS", - "GUILD_MESSAGES", - "GUILD_PRESENCES" ] } \ No newline at end of file