mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-10 17:28:27 -04:00
Read about the medusa system [here](https://nadekobot.readthedocs.io/en/latest/medusa/creating-a-medusa/)
8 lines
82 B
C#
8 lines
82 B
C#
namespace NadekoBot;
|
|
|
|
public enum EmbedColor
|
|
{
|
|
Ok,
|
|
Pending,
|
|
Error
|
|
} |