Skip to content

Commit

Permalink
Fix typo in error message
Browse files Browse the repository at this point in the history
  • Loading branch information
vennekilde committed Jul 20, 2024
1 parent d9c0e27 commit 1c6db8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/interaction/interaction_cmd_verify.go
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ func (c *VerifyCmd) Register(i *Interactions) {
[]*discordgo.MessageEmbedField{
{
Name: "Your Discord account is already linked with a Guild Wars 2 account",
Value: `If you wish the add another Guild Wars 2 account, you can follow the instructions posted above`,
Value: `If you wish to add another Guild Wars 2 account, you can follow the instructions posted above`,
},
},
fields...,
Expand Down

0 comments on commit 1c6db8b

Please sign in to comment.