Minor change

This commit is contained in:
Eduard Urbach 2018-11-14 19:08:09 +09:00
parent f2f4d06d09
commit 7c958e6b17

View File

@ -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
}