📌  相关文章
📜  反应角色 discord.py - Python 代码示例

📅  最后修改于: 2022-03-11 14:45:53.617000             🧑  作者: Mango

代码示例6
@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!**')