Discord.py await req(guild_id, user_id, role.id, reason ...
stackoverflow.com › questions › 67082214Apr 13, 2021 · line 720, in remove_roles await req(guild_id, user_id, role.id, reason=reason) AttributeError: 'NoneType' object has no attribute 'id' I am using pycharm and the line. await req(guild_id, user_id, role.id, reason=reason) Is from the library, rather than my main code. Here is the code I am currently using to do this: