Programming a Discord bot in Python- How do I make a kick command?

后端 未结 0 1733
面向向阳花
面向向阳花 2021-01-15 06:34

I want to make a command that kicks a specified user when prompted. Here\'s what I have:

@commands.has_permissions(kick_members=True)
@bot.command()
async def         


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