When I run my music bot with a queue it only plays one song and doesn't play the rest in the queue

后端 未结 0 1000
青春惊慌失措
青春惊慌失措 2020-12-08 12:06
@client.command()
async def play(ctx,url):
    global queue
    queue = []

    if not ctx.message.author.voice:
        print("first if statement")
               


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