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

前端 未结 0 1708
无人共我
无人共我 2021-02-07 08:54

I\'m trying to make a mute command for my bot, here\'s my code:

@client.command(pass_context = True)
async def mute(ctx, member: discord.Member):
  role = discord         


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