Fixed nick name handling
All checks were successful
Deploy dev on push / on-push-deploy_sh-edraft (push) Successful in 4m2s
All checks were successful
Deploy dev on push / on-push-deploy_sh-edraft (push) Successful in 4m2s
This commit is contained in:
parent
bf7d29e6ab
commit
8d90768594
@ -65,7 +65,7 @@ class ShortRoleNameService:
|
||||
if after != "":
|
||||
new_nick = new_nick + after
|
||||
|
||||
if member.nick is None or member.nick == new_nick:
|
||||
if member.nick == new_nick:
|
||||
return
|
||||
|
||||
try:
|
||||
|
Loading…
Reference in New Issue
Block a user