Small refactor for ILogCommandService

This commit is contained in:
Kwoth
2022-01-01 07:33:06 +01:00
parent 8c6fcd2ce6
commit f81f9fadd3
4 changed files with 32 additions and 24 deletions

View File

@@ -1,21 +0,0 @@
#nullable disable
namespace NadekoBot.Modules.Administration;
public enum LogType
{
Other,
MessageUpdated,
MessageDeleted,
UserJoined,
UserLeft,
UserBanned,
UserUnbanned,
UserUpdated,
ChannelCreated,
ChannelDestroyed,
ChannelUpdated,
UserPresence,
VoicePresence,
VoicePresenceTTS,
UserMuted
}