mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-10 17:28:27 -04:00
Clubleave errors clarified. Moved enum results to their own files
This commit is contained in:
10
src/NadekoBot/Modules/Xp/Club/ClubBanResult.cs
Normal file
10
src/NadekoBot/Modules/Xp/Club/ClubBanResult.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace NadekoBot.Modules.Xp.Services;
|
||||
|
||||
public enum ClubBanResult
|
||||
{
|
||||
Success,
|
||||
NotOwnerOrAdmin,
|
||||
WrongUser,
|
||||
Unbannable,
|
||||
|
||||
}
|
Reference in New Issue
Block a user