📌  相关文章
📜  如何在 discord py 中创建延迟命令 - Python 代码示例

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

代码示例2
@client.command()
async def Ping(ctx):
    await ctx.send(f"PONG! latency is {round(client.latency *1000)} ms!")