diff --git a/src/commands/moderation/nuke.ts b/src/commands/moderation/nuke.ts index bdc0e81..979ff2e 100644 --- a/src/commands/moderation/nuke.ts +++ b/src/commands/moderation/nuke.ts @@ -54,9 +54,7 @@ export default { try { const newChannel = await oldChannel.clone(); await newChannel.setPosition(pos); - const fetchedChannel = await interaction.client.channels.fetch( - newChannel.id, - ); + const fetchedChannel = await interaction.client.channels.fetch(newChannel.id); if ( !notification && fetchedChannel && fetchedChannel.type === ChannelType.GuildText &&