Update ids

imgbot
Kieran 2022-06-08 13:55:38 +01:00
parent dd9eac448a
commit 190e64b2f5
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ const discord = require('discord.js');
client.on("messageCreate", async (message) => {
if(message.channel.id == "969944638498680875")
if(message.channel.id == "427867128847138816")
{
const row = new discord.MessageActionRow()
.addComponents(

View File

@ -42,7 +42,7 @@ module.exports = async (client) => {
client.on("ready", async () => {
// Register for a single guild
await client.guilds.cache
.get("969944638498680872")
.get("427865794467069962")
.commands.set(arrayOfSlashCommands);
// Register for all the guilds the bot is in