From 72af834466f6ac26751340efcf183f3215287949 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20Olausson=20Holten=C3=A4s?= Date: Sun, 27 Feb 2022 23:19:26 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=97=91=EF=B8=8F=20remove=20config.json.ex?= =?UTF-8?q?ample?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.json.example | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 config.json.example diff --git a/config.json.example b/config.json.example deleted file mode 100644 index 1673e3f..0000000 --- a/config.json.example +++ /dev/null @@ -1,10 +0,0 @@ -{ - "clientId": "BOT CLIENT ID", - "guildId": "THE GUILD ID YOU WANT THE BOT TO WORK IN", - "token": "BOT TOKEN", - "api": { - "url": "scheme://DOMAIN/api/", - "token": "CONTROLPANEL.GG TOKEN" - }, - "disableRedeem": false -}