我无法让我的不和谐机器人发送链接

时间:2021-01-10 15:09:28

标签: python repl.it

这是我使用的代码:

@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)

没关系它已经修复了,当我添加新命令时我不得不重新启动机器人?‍♂️

0 个答案:

没有答案