mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-11 09:48:26 -04:00
Added appropriate error messages for every club related command. Removed obsolete error messages.
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace NadekoBot.Modules.Xp.Services;
|
||||
|
||||
public enum ClubAcceptResult
|
||||
{
|
||||
Accepted,
|
||||
NotOwnerOrAdmin,
|
||||
NoSuchApplicant,
|
||||
}
|
Reference in New Issue
Block a user