fix message edit embed, ignore pk;edit triggers
This commit is contained in:
parent
8231c57bdf
commit
7ea945b427
6 changed files with 63 additions and 15 deletions
|
|
@ -1,9 +1,13 @@
|
|||
using System.Drawing;
|
||||
using Remora.Discord.API;
|
||||
using Remora.Rest.Core;
|
||||
|
||||
namespace Catalogger.Backend.Bot;
|
||||
|
||||
public static class DiscordUtils
|
||||
{
|
||||
public static readonly Snowflake PkUserId = DiscordSnowflake.New(466378653216014359);
|
||||
|
||||
public static readonly Color Red = Color.FromArgb(231, 76, 60);
|
||||
public static readonly Color Purple = Color.FromArgb(155, 89, 182);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue