From 7c958e6b17b9d32870273c7206b4f98289565167 Mon Sep 17 00:00:00 2001 From: Eduard Urbach Date: Wed, 14 Nov 2018 19:08:09 +0900 Subject: [PATCH] Minor change --- bots/discord/commands/Verify.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }