mirror of
https://github.com/RPCS3/discord-bot.git
synced 2025-01-22 10:36:07 +00:00
9a86cd8940
also updated how reporting works, with more levels of urgency updated discord client various fixes
9 lines
118 B
C#
9 lines
118 B
C#
namespace CompatBot.Utils
|
|
{
|
|
public enum ReportSeverity
|
|
{
|
|
Low,
|
|
Medium,
|
|
High,
|
|
}
|
|
} |