【发布时间】:2022-02-23 02:36:08
【问题描述】:
这是我尝试过的代码:
@client.event
async def on_message(message):
if client.user.mention in message.content.split():
await client.say("You can type `!vx help` for more info.")
但它似乎不起作用。
【问题讨论】:
-
您能否详细说明它对您不起作用的原因?你有错误吗?你有没有学习任何教程?
标签: discord.py discord.py-rewrite