📌  相关文章
📜  如何让机器人打招呼<username>当用户与 python 代码示例不和谐打招呼时

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

代码示例1
@client.command()
async def hello(ctx):
    await ctx.send(f"hello, {ctx.author.name}")