discord-bot/CompatBot/Utils/ReportSeverity.cs
13xforever 9a86cd8940 discord invite filtering
also updated how reporting works, with more levels of urgency
updated discord client
various fixes
2018-08-19 13:59:31 +02:00

9 lines
118 B
C#

namespace CompatBot.Utils
{
public enum ReportSeverity
{
Low,
Medium,
High,
}
}