summaryrefslogtreecommitdiff
path: root/src/main.rs
diff options
context:
space:
mode:
authorseth <[email protected]>2023-11-16 23:35:23 -0500
committerseth <[email protected]>2023-11-18 01:42:03 +0000
commit061d782907c5ba14517bdefb9774441d1e3457cd (patch)
tree99083b04783af9882efcb4185ae6abedd0326905 /src/main.rs
parent13b54108494b7492b3772ff477ed9a02c56c7972 (diff)
refactor: dedicate enum to colors
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.rs b/src/main.rs
index 7641a41..74ef531 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -5,6 +5,7 @@ use log::*;
use poise::serenity_prelude as serentiy;
mod api;
+mod colors;
mod commands;
mod consts;
mod handler;