elliebot/src/EllieBot/Modules/Xp/Club/Results/SetClubIconResult.cs
2024-09-21 00:46:59 +12:00

9 lines
No EOL
136 B
C#

namespace EllieBot.Modules.Xp.Services;
public enum SetClubIconResult
{
Success,
InvalidFileType,
TooLarge,
NotOwner,
}