From bd8dcc2dc2770fa490fb985e2979138ebf9fb4d9 Mon Sep 17 00:00:00 2001 From: Atlaz <52002842+Atluzka@users.noreply.github.com> Date: Thu, 19 Dec 2024 02:27:48 +0200 Subject: [PATCH] Delete config.json --- config.json | 40 ---------------------------------------- 1 file changed, 40 deletions(-) delete mode 100644 config.json diff --git a/config.json b/config.json deleted file mode 100644 index f9d1b11..0000000 --- a/config.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "token": "DISCORD-BOT-TOKEN", - "guild-id": "DISCORD-SERVER-ID", - - "stock-command-silent": false, - "remove-capture-from-stock": true, - "commands-give-cooldown": true, - - "gen-channels": [0], - "admins": [0], - "roles": [ - { - "id": 0, - "cooldown": 30, - "can-bulk-gen": true, - "bulk-gen-max": 5, - "gen-access": ["all"] - } - ], - - "messages": { - "noperms": "You do not have permissions to use this command.", - "wrongchannel": ":thinking: ", - "altsent": "Thank you for using AtluzkaGEN", - "footer-msg": "github.com/Atluzka/account-gen-bot" - }, - - "generate-settings": { - "gif-img-url": "https://media1.tenor.com/m/tM-b_68cljEAAAAd/playboi-carti-carti.gif" - }, - - "colors": { - "error": 16713025, - "success": 1288807, - "stock": 7229605 - }, - - "_comment1": "Size for uploading stock. Default: 2097152 == 2mb", - "maximum-file-size": 2097152 -}