AttributeError:'NoneType'对象没有属性'send'

时间:2018-08-15 22:16:26

标签: python discord discord.py

我想向特定频道发送消息,我按照不和谐的步骤进行操作,我正确地遵循了他们的步骤,但是没有用。 这是我遵循的http://discordpy.readthedocs.io/en/rewrite/faq.html#how-do-i-send-a-message-to-a-specific-channel

步骤

这是我的代码:

arr[val][0]

1 个答案:

答案 0 :(得分:0)

这是一个愚蠢的错误。我输入了错误的discord.py版本的FAQ。

解决方案是这个

await client.send_message(discord.Object(id='12324234183172'), 'hello')