diff options
Diffstat (limited to 'src/colors.rs')
| -rw-r--r-- | src/colors.rs | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/src/colors.rs b/src/colors.rs deleted file mode 100644 index 2a3f402..0000000 --- a/src/colors.rs +++ /dev/null @@ -1,17 +0,0 @@ -use poise::serenity_prelude::Colour; - -pub enum Colors { - Blue, - Orange, - Red, -} - -impl From<Colors> for Colour { - fn from(val: Colors) -> Self { - match val { - Colors::Blue => Colour::from((136, 199, 253)), - Colors::Orange => Colour::from((255, 179, 74)), - Colors::Red => Colour::from((255, 94, 74)), - } - } -} |
