📅  最后修改于: 2022-03-11 14:45:33.519000             🧑  作者: Mango
@bot.command()
async def join(ctx):
channel = ctx.author.voice.channel
await channel.connect()
@bot.command()
async def leave(ctx):
await ctx.voice_client.disconnect()