How to create role discord.py
guild = ctx.guild
await guild.create_role(name="role name")
How to create role discord.py
guild = ctx.guild
await guild.create_role(name="role name")
reaction role discord.py
@role.error
async def role_error(ctx, error):
if isinstance(error, MissingPermissions):
await ctx.send('**:x: | You do not have permission to use this command!**')
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us