I want to create a command in my discord.py bot that returns the permissions of a certain role. My code is listed below, Having difficulties

后端 未结 0 760
挽巷
挽巷 2020-12-18 16:13

I\'m using discord.py version 1.5.1

@client.command()
async def roleperms(ctx, roleid : int):
    
    arole = discord.Role
    arole.id = roleid
     
    
          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题