mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-12 02:08:27 -04:00
8 lines
121 B
C#
8 lines
121 B
C#
namespace NadekoBot.Modules.Xp.Services;
|
|
|
|
public enum ClubUnbanResult
|
|
{
|
|
Success,
|
|
NotOwnerOrAdmin,
|
|
WrongUser
|
|
} |