Compile error

This commit is contained in:
Kwoth 2017-02-02 03:21:02 +01:00
parent 630c71de63
commit a9ab99a29b

View File

@ -184,6 +184,14 @@ namespace NadekoBot.Modules.Administration
return UserStatus.Online; return UserStatus.Online;
} }
public enum SettableUserStatus
{
Online,
Invisible,
Idle,
Dnd
}
} }
} }
} }