mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-12 10:18:27 -04:00
Added appropriate error messages for every club related command. Removed obsolete error messages.
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
namespace NadekoBot.Modules.Xp.Services;
|
||||
|
||||
public enum SetClubIconResult
|
||||
{
|
||||
Success,
|
||||
InvalidFileType,
|
||||
TooLarge,
|
||||
NotOwner,
|
||||
}
|
Reference in New Issue
Block a user