You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think a cool interface for this might be something like !log <command (start, stop, create, terminate)> <start time> <end time>. So the syntax in practice would be something like !log terminate 2022-01-07:16:45 2022-21-07:16:45 to find all logs for the !terminate command between July 1st and July 21st, 2022 🤷🏻
As for implementing the log itself, I wonder if we should / could make use of AWS Cloudwatch, or if we should utilize Discord's messages. I think with the latter there's a limitation on how many messages we can look through.
Add logging surrounding what users entered in
!create
,!terminate
, and!start
/!stop
commands.The text was updated successfully, but these errors were encountered: