Skip to content

Commit

Permalink
New test id
Browse files Browse the repository at this point in the history
  • Loading branch information
Glazelf committed Feb 20, 2025
1 parent 04b1177 commit 05bc97c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/api/dictionary.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const api = "https://api.dictionaryapi.dev/api/v2/";
export default async (interaction, messageFlags) => {
await interaction.deferReply({ flags: messageFlags });

let problemChannel = await interaction.client.channels.fetch("581776008978497537");
let problemChannel = await interaction.client.channels.fetch("1000507014839021760");
console.log(problemChannel);
console.log("test")

Expand Down

0 comments on commit 05bc97c

Please sign in to comment.