forked from EllieBotDevs/elliebot
8 lines
No EOL
103 B
C#
8 lines
No EOL
103 B
C#
#nullable disable
|
|
namespace EllieBot.Db.Models;
|
|
|
|
public enum WarnExpireAction
|
|
{
|
|
Clear,
|
|
Delete
|
|
} |