From c4660460d842033815e1f29e03b32fe48eceafac Mon Sep 17 00:00:00 2001 From: Die Antwoord Date: Mon, 23 Jan 2023 14:37:12 +0200 Subject: [PATCH] Update to main --- config.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 config.json diff --git a/config.json b/config.json new file mode 100644 index 0000000..06a8477 --- /dev/null +++ b/config.json @@ -0,0 +1,18 @@ +{ + "prefix": ",", + "token": "", + "permissions": "8", + "application_id": " ", + "webhook": "https://discord.com/api/webhooks/GUILD_ID/WEBHOOK_ID", + "sync_commands_globally": true, + "owners": [ + 123456789010456789, + 123456789010456789, + 123456789010456789 + ], + "TOMORROWIO_TOKEN": "WEATHER_API_TOKEN", + "allowguilds": [GUILD_ID_ALLOWED], + "guildmsgdisable": [GUILD_ID_DISALLOW_MESSAGES], + "roles": [JION_ROLE_ID], + "welcome_mention": [ROLE_ID_ON_USER_JOIN] +} \ No newline at end of file