为什么send_message不存在?

时间:2019-09-27 08:56:01

标签: python python-3.x discord discord.py

  

discord.ext.commands.errors.CommandInvokeError:命令引发了   异常:AttributeError:'Bot'对象没有属性   'send_message'

我遇到一个我不明白的问题。这是我的代码:

async def sad(ctx):
    await client.send_message(ctx.message.author, 'sad')```

AttributeError: 'Bot' object has no attribute 'send_message'

1 个答案:

答案 0 :(得分:0)

Discord.py最近迁移到以下重写:https://discordpy.readthedocs.io/en/latest/

elem.getAttribute('ng-reflect-model')

More here