Skip to content

Commit

Permalink
Fix typo on Don't Ask to Ask command description (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
RafDevX authored Apr 20, 2022
1 parent c9f6fe8 commit f0a7685
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/misc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export function provideCommands(): CommandDescriptor[] {
{
builder: new Builders.SlashCommandBuilder()
.setName("just-ask")
.setDescription("Send 'Don´t ask to ask' website"),
.setDescription("Send a link to the \"Don't ask to ask\" website"),
handler: handleJustAskCommand,
permission: CommandPermission.Public,
},
Expand Down

0 comments on commit f0a7685

Please sign in to comment.