Skip to content

Commit

Permalink
Fix help message (#513)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mogyuchi authored May 10, 2023
1 parent ff065bd commit faff676
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/help.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export class HelpCommand extends Command {
interaction: ChatInputCommand.Interaction,
) {
return interaction.reply({
content: `[${helpUrl}](${helpUrl})`,
content: `${helpUrl}`,
ephemeral: true,
})
}
Expand Down

0 comments on commit faff676

Please sign in to comment.