Add debug tool to remove channels

This commit is contained in:
Christopher Cookman 2024-05-08 10:44:34 -06:00
parent 2a101de2fc
commit bb642d1afa
Signed by: ChrisChrome
GPG key ID: A023A26E42C33A42

View file

@ -2,7 +2,7 @@ const Discord = require('discord.js');
const client = new Discord.Client({intents: ["Guilds"]}) const client = new Discord.Client({intents: ["Guilds"]})
const config = require('./config.json'); const config = require('./config.json');
categories = ["1237805446019154003", "1237805447004553266", "1237805448128630795", "1237805449089384508"] categories = ["1237806700879417416", "1237806701722337451", "1237806702473121853", "1237806703010123857"]
client.once('ready', () => { client.once('ready', () => {
console.log('Ready!'); console.log('Ready!');