Ignore self in register (#13)

Ignore self in register

Signed-off-by: Etzelia <etzelia@hotmail.com>

Reviewed-on: https://git.canopymc.net/Etzelia/canopeas/pulls/13
Reviewed-by: ZeroHD <joey@ahines.net>
Co-Authored-By: Etzelia <etzelia@hotmail.com>
Co-Committed-By: Etzelia <etzelia@hotmail.com>
discord-sync latest
Etzelia 2021-07-17 19:51:15 +00:00
parent 74e49546fe
commit ac862d8d18
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ func init() {
if nick == "" {
}
nick = member.User.Username
if strings.EqualFold(nickname, nick) {
if strings.EqualFold(nickname, nick) && cmd.message.Author.ID != member.User.ID {
return "A member with that name already exists in this Discord. Please contact staff.", nil
}
}