Python Bot命令总计数

时间:2018-06-03 19:03:05

标签: python-3.x discord.py

如何添加跟踪所有命令的代码已安装所有服务器bot的总计数。以下命令的示例我需要计算在所有服务器和所有用户中使用此命令的时间。

@bot.command(pass_context=True)
async def first(ctx):
     await bot.say("Hello {}".format(ctx.message.author.mention))

final result this Command has been used xx times from users all servers.

0 个答案:

没有答案