Unexpected error occured:
'NoneType' object has no attribute 'displayName'
Event.undoSignup returns a None that isn't handled properly in CommandListener.removesignup
Traceback (most recent call last):
File "operationbot/venv/lib/python3.8/site-packages/discord/ext/commands/core.py", line 85, in wrapped
ret = await coro(*args, **kwargs)
File "operationbot/commandListener.py", line 743, in removesignup
if role.displayName:
AttributeError: 'NoneType' object has no attribute 'displayName'
Event.undoSignup
returns aNone
that isn't handled properly inCommandListener.removesignup