📌  相关文章
📜  检测单词然后发送消息 (discord.py) - Python 代码示例

📅  最后修改于: 2022-03-11 14:46:01.426000             🧑  作者: Mango

代码示例2
@client.event
async def on_message(message):

if "wow" in message.content:
    await message.channel.send("oh wow")