Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
chen7897499 committed May 29, 2023
1 parent cf177a0 commit eb3794b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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');
}

Expand Down

0 comments on commit eb3794b

Please sign in to comment.