Skip to content

Commit

Permalink
WHOOPSIE
Browse files Browse the repository at this point in the history
  • Loading branch information
Erisfiregamer1 committed Apr 4, 2024
1 parent 4f939e5 commit 6555fcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion slashcode.ts
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ client.on("interactionCreate", async (interaction) => {



if (!channel?.id || !interaction.guild?.channels.cache.has(channel.id) || gmember?.permissions.has(PermissionFlagsBits.ManageChannels)) { await interaction.reply({ content: `implode`, ephemeral: true }); return; }
if (!channel?.id || !interaction.guild?.channels.cache.has(channel.id) || !gmember?.permissions.has(PermissionFlagsBits.ManageChannels)) { await interaction.reply({ content: `implode`, ephemeral: true }); return; }

if (subcmd === "add") {
await db.set(
Expand Down

0 comments on commit 6555fcc

Please sign in to comment.