📜  kick member discord py - Python 代码示例
📅  最后修改于: 2022-03-11 14:45:34.365000             🧑  作者: Mango
代码示例1
# Might Work...
@bot.command(pass_context = True)
async def kick(ctx, userName: discord.User):
await bot.kick(userName)