Features
Time Difference
You can use the Time Difference command to tell the time difference between messages.
Summary
- bao timediff (+ reply) - time diff between now and replied message
- bao timediff [message_id] - time diff between now and message ID
- bao timediff [message_id] (+ reply) - time diff between message ID and replied message
- bao timediff [message_id] [message_id] - time diff between 2 message IDs
Usage 1
No arguments provided, but you need to reply to the message. It will tell you the difference between now and the timestamp of the replied message
Usage 2
Only 1 argument provided, as the message ID. It will tell you the difference between now and timestamp of the message.
Usage 3
Only 1 argument provided, as the message ID. You need to reply to a message, and it will give you the time difference between the message ID and the timestamp of the replied message.
Usage 4
2 arguments provided. It will tell you the difference between the two messages.