3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-18 07:35:02 +00:00

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 6b5206bc11
commit 0f21f5010a
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,
}