start channel update responder

This commit is contained in:
sam 2024-08-20 14:11:08 +02:00
parent 7c02f8efba
commit eb40872254
Signed by: sam
GPG key ID: 5F3C3C1B3166639D
4 changed files with 122 additions and 15 deletions

View file

@ -11,4 +11,5 @@ public static class DiscordUtils
public static readonly Color Red = Color.FromArgb(231, 76, 60);
public static readonly Color Purple = Color.FromArgb(155, 89, 182);
public static readonly Color Green = Color.FromArgb(46, 204, 113);
public static readonly Color Blue = Color.FromArgb(52, 152, 219);
}