Minor change
This commit is contained in:
parent
f2f4d06d09
commit
7c958e6b17
@ -50,7 +50,7 @@ func Verify(s *discordgo.Session, msg *discordgo.MessageCreate) bool {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if user.Accounts.Discord.Nick == "" {
|
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
|
return true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user