Hi All,

I'm thinking of a system, that will count the amount of incoming request that my bot receives and processes over a period of time.

<me> !bot-stats
<bot> Last 24 hours: 55 incoming requests
<bot> Total: 5200 incoming requests

The default trigger for all requests is: !command
But many bots use this trigger, so I dont want my bot to count !command if it is not a command that is meant for my bot...

So, is there a way to count the output?
on:INPUT: doesnt work I think, since we're not inputting on the bot. Anyone with good idea's?

Appreciate it, thanks advance!