Improve mentions in default log messages. Add !vcmove logging. Don't attempt to !vcmove to the same channel the user is already in.

This commit is contained in:
Dragory 2019-03-16 11:45:30 +02:00
parent cdd977c131
commit e755784483
3 changed files with 48 additions and 32 deletions

View file

@ -48,4 +48,5 @@ export enum LogType {
OTHER_SPAM_DETECTED,
MEMBER_ROLE_CHANGES,
VOICE_CHANNEL_FORCE_MOVE,
}