这是我使用的代码:
@client.command(pass_context = True)
async def music(ctx, *args):
global mesg
mesg = 'https://cdn.discordapp.com/attachments/759465899844567157/797828093494558740/videoplayback.mp4'.join(args)
return await client.say(mesg)
没关系它已经修复了,当我添加新命令时我不得不重新启动机器人?♂️