如何添加跟踪所有命令的代码已安装所有服务器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.