mirror of
https://github.com/RPCS3/discord-bot.git
synced 2026-07-21 01:05:27 -04:00
92751ba6e9
some formatting might be fucked
9 lines
102 B
C#
9 lines
102 B
C#
namespace CompatBot.Utils;
|
|
|
|
public enum ReportSeverity
|
|
{
|
|
None,
|
|
Low,
|
|
Medium,
|
|
High,
|
|
} |