Description
Overview
The /note
command would pretty much be a 1:1 copy of /warn
, but without the "DM the user"-bit.
So UX-wise, we are talking about a command like /note user:@John reason:Kinda toxic sometimes
.
Hence, it should also result in an entry in the DB and being shown in the /audit
command.
Technically, this is a no-brainer. However, since its basically a 1:1 copy of WarnCommand
, there is potential to do some refactoring and get rid of code duplication. Might be kinda tricky in practice though, maybe not worth it.
Motivation
Sometimes mods handle a semi-critical situation informally in chat and dont want to issue a full warning that also notifies the user formally again via DM.
It is still useful to be able to just write down the incident to not forget about it in the future when judging about future situations - a note command could be useful for this.