Clubleave errors clarified. Moved enum results to their own files

This commit is contained in:
Kwoth
2022-10-13 22:27:12 +02:00
parent bf817a1436
commit d079e684bd
7 changed files with 77 additions and 60 deletions

View File

@@ -0,0 +1,10 @@
namespace NadekoBot.Modules.Xp.Services;
public enum ClubBanResult
{
Success,
NotOwnerOrAdmin,
WrongUser,
Unbannable,
}