9 lines
No EOL
149 B
C#
9 lines
No EOL
149 B
C#
#nullable disable
|
|
namespace EllieBot.Modules.Administration.Services;
|
|
|
|
public enum PruneResult
|
|
{
|
|
Success,
|
|
AlreadyRunning,
|
|
FeatureLimit,
|
|
} |