From bb642d1afae8a33c087dc52c1af8e6dee0b93f2c Mon Sep 17 00:00:00 2001 From: ChrisChrome Date: Wed, 8 May 2024 10:44:34 -0600 Subject: [PATCH] Add debug tool to remove channels --- debug.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debug.js b/debug.js index a79d496..7b958be 100644 --- a/debug.js +++ b/debug.js @@ -2,7 +2,7 @@ const Discord = require('discord.js'); const client = new Discord.Client({intents: ["Guilds"]}) const config = require('./config.json'); -categories = ["1237805446019154003", "1237805447004553266", "1237805448128630795", "1237805449089384508"] +categories = ["1237806700879417416", "1237806701722337451", "1237806702473121853", "1237806703010123857"] client.once('ready', () => { console.log('Ready!');