diff --git a/bots/discord/commands/Verify.go b/bots/discord/commands/Verify.go index 2c3cd528..096e8d48 100644 --- a/bots/discord/commands/Verify.go +++ b/bots/discord/commands/Verify.go @@ -50,7 +50,7 @@ func Verify(s *discordgo.Session, msg *discordgo.MessageCreate) bool { } if user.Accounts.Discord.Nick == "" { - s.ChannelMessageSend(msg.ChannelID, fmt.Sprintf("You haven't set up your Discord account `%s` on https://notify.moe/settings/accounts", discordTag)) + s.ChannelMessageSend(msg.ChannelID, fmt.Sprintf("You haven't set up your Discord account `%s` on https://notify.moe/settings/accounts yet", discordTag)) return true }