Skip to content

Commit

Permalink
fix rtfm
Browse files Browse the repository at this point in the history
  • Loading branch information
danieldietzler committed Jul 7, 2024
1 parent 51de7ee commit 4ddba39
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/commands/slashes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -139,11 +139,6 @@ export class Commands {

@Slash({ name: 'rtfm', description: 'Release notes' })
async handleRTFM(interaction: CommandInteraction) {
const channel = interaction.channel;
if (channel instanceof ThreadChannel) {
await interaction.reply(
`Please make sure you have read and followed the release notes: ${Constants.Urls.Release}`,
);
}
await interaction.reply(`Please make sure you have read and followed the release notes: ${Constants.Urls.Release}`);
}
}

0 comments on commit 4ddba39

Please sign in to comment.