This repository has been archived on 2024-12-22. You can view files and clone it, but cannot push or open issues or pull requests.
elliebot/src/Ellie.Marmalade/EmbedColor.cs
2024-03-23 18:42:46 +13:00

8 lines
82 B
C#

namespace EllieBot;
public enum EmbedColor
{
Ok,
Pending,
Error
}