AttributeError:“消息”对象没有属性“ CHANNEL”

时间:2020-11-02 13:11:05

标签: discord chatbot discord.py-rewrite

@CLIENT.event
async def on_message(message):
  if ":cmonBrug:" in message.content:
    await message.CHANNEL.send("Teste")
  await CLIENT.process_commands(message)

错误:on_message中的文件“ main.py”,第33行 等待消息。CHANNEL.send(“ Teste”) AttributeError:“邮件”对象没有属性“ CHANNEL”

0 个答案:

没有答案
相关问题