Method for checking the timestamp of a message via a command
Description
As a user, I should be able to check what the timestamp is of a specific message ID, so that I can manually check my delay.
(OPTIONAL) As a user, I should be able to see the +/- delay in milliseconds from the nearest 4:20pm ET timestamp, so that I can know instantly how "close" my message was.
Example output from the Blaze Bot:
Message ID: 1011369169847058563
Author: Teh_Llama
Server time: 2022-08-22T16:20:00.422-04:00
Delay: +422ms
For example, if the timestamp of the message is 2022-10-09T16:20:00.422-04:00
, the delay should be +422ms
. If the timestamp of the message is 2022-10-09T16:19:59.239-04:00
, the delay should be -761ms
.
Acceptance Criteria
-
Add command for the Blaze Bot -
Output is displayed according to the format provided with correct information -
(OPTIONAL) Delay shows up with the message
Edited by Jacob Minock