mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-12 02:08:27 -04:00
9 lines
137 B
C#
9 lines
137 B
C#
namespace NadekoBot.Modules.Xp.Services;
|
|
|
|
public enum SetClubIconResult
|
|
{
|
|
Success,
|
|
InvalidFileType,
|
|
TooLarge,
|
|
NotOwner,
|
|
} |