init
This commit is contained in:
commit
ded4f4db26
43 changed files with 2052 additions and 0 deletions
9
Catalogger.Backend/Bot/DiscordUtils.cs
Normal file
9
Catalogger.Backend/Bot/DiscordUtils.cs
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
using System.Drawing;
|
||||
|
||||
namespace Catalogger.Backend.Bot;
|
||||
|
||||
public static class DiscordUtils
|
||||
{
|
||||
public static readonly Color Red = Color.FromArgb(231, 76, 60);
|
||||
public static readonly Color Blue = Color.FromArgb(155, 89, 182);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue