mirror of
https://github.com/RPCS3/discord-bot.git
synced 2026-07-19 13:54:44 -04:00
[GH-ISSUE #705] Implement !analyze last #63
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @MSuih on GitHub (Feb 15, 2021).
Original GitHub issue: https://github.com/RPCS3/discord-bot/issues/705
Right now, if you want the bot to (re)analyse the last uploaded log you need to copy the message id and paste it in
!analyzecommand. I think this could be shortened with!analyze lastwhich searches the channel for last uploaded log file and analyses it, similar to how!tag lastalready works.Implement !analyze lastto [GH-ISSUE #705] Implement !analyze last