gpt4 book ai didi

python - Discord.py中的延迟命令

转载 作者:行者123 更新时间:2023-12-04 16:50:53 24 4
gpt4 key购买 nike

我到过很多地方,但找不到使用discord.py进行ping(延迟)命令的方法,如下所示:

@client.command(pass_context=True)
async def pong(ctx):
# Somehow find 'pingtime'
await client.say(pingtime)

最佳答案

确实在这一点上,您应该使用rewrite branch of discord.py

这将是我使用命令扩展名的解决方案。

@bot.command()
async def ping(ctx):
await ctx.send('Pong! {0}'.format(round(bot.latency, 1)))

关于python - Discord.py中的延迟命令,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46307035/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com