Answers for "how to give role with buttomn in discord py"

1

How to create role discord.py

guild = ctx.guild
await guild.create_role(name="role name")
Posted by: Guest on July-07-2020

Python Answers by Framework

Browse Popular Code Answers by Language