Added appropriate error messages for every club related command. Removed obsolete error messages.

This commit is contained in:
Kwoth
2022-10-15 13:13:31 +02:00
parent eb1fabb2b7
commit fd6a51ac82
13 changed files with 163 additions and 109 deletions

View File

@@ -0,0 +1,8 @@
namespace NadekoBot.Modules.Xp.Services;
public enum ClubAcceptResult
{
Accepted,
NotOwnerOrAdmin,
NoSuchApplicant,
}