From eb3794b8e6fff29d6c78ec2512cdb517552c429f Mon Sep 17 00:00:00 2001 From: bomb <476964702@qq.com> Date: Mon, 29 May 2023 08:51:15 +0800 Subject: [PATCH] fix --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 5037795..985a997 100644 --- a/index.js +++ b/index.js @@ -44,7 +44,7 @@ client.on(Events.InteractionCreate, async (interaction) => { await interaction.deferReply(); - if (interaction.channel.id !== '1104288805395103824') { + if (interaction.channel.id !== '1112339492364365889') { return interaction.editReply('You can not use this command in this channel'); }