Programming a Discord bot in Python- How do I make the bot react to its own message?

前端 未结 0 1036
庸人自扰
庸人自扰 2021-02-01 05:35

I want to make the bot react to its own message right after sending it. Here\'s my code:

@client.event
async def on_message(message):
  if any(word in msg for wor         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题