我正在尝试让机器人发送像“回来了!”这样的消息,我使用的是on_member_update方法,但我不知道如何让它发送消息。 这是我的代码。import discordasync def on_member_update(before, after):
if not str(before.status)
我有一个简单的discord.py设置,试图使用.ping,但在当前实例中,实际发送".ping“导致机器人不发送任何内容。我是不是漏掉了什么?@bot.event print("Everything's all ready to go~")
async def on_message(message): content = me