Skip to content

Commit

Permalink
fix: remove exclamation mark in sign up reply
Browse files Browse the repository at this point in the history
  • Loading branch information
beeman committed Dec 24, 2023
1 parent a3e1c35 commit 96b12ad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export class FindDiscordIdentityCommand {

if (!found) {
return interaction.reply({
content: `No ${provider} identity found for <@${user.id}>, they can sign up at ${this.core.config.webUrl}!`,
content: `No ${provider} identity found for <@${user.id}>, they can sign up at ${this.core.config.webUrl}`,
})
}

Expand Down

0 comments on commit 96b12ad

Please sign in to comment.