Compile error
This commit is contained in:
parent
630c71de63
commit
a9ab99a29b
@ -184,6 +184,14 @@ namespace NadekoBot.Modules.Administration
|
|||||||
|
|
||||||
return UserStatus.Online;
|
return UserStatus.Online;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public enum SettableUserStatus
|
||||||
|
{
|
||||||
|
Online,
|
||||||
|
Invisible,
|
||||||
|
Idle,
|
||||||
|
Dnd
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user