Skip to content

Commit

Permalink
Fix Alert Channel ID
Browse files Browse the repository at this point in the history
  • Loading branch information
TecEash1 committed Nov 18, 2023
1 parent 723b215 commit 0d5b791
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ module.exports = {
const serverId = test_guild_id;
const channelId = "1093819562799149098";
const secondServerId = "820767484042018829"; // QuestCraft Server ID
const secondChannelId = "821078174992957480"; // QuestCraft Support Staff channel ID
const secondChannelId = "1057074981135196230"; // QuestCraft Support Staff channel ID

try {
const message = await interaction.message.fetch();
Expand Down

0 comments on commit 0d5b791

Please sign in to comment.