forked from ChrisChrome/weather-bot
Add debug tool to remove channels
This commit is contained in:
parent
2a101de2fc
commit
bb642d1afa
2
debug.js
2
debug.js
|
@ -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!');
|
||||||
|
|
Loading…
Reference in a new issue