cleanup
All checks were successful
tests / build (push) Successful in 1m4s
tests / fmt (push) Successful in 2m17s
tests / clippy (push) Successful in 2m14s
tests / pre-commit (push) Successful in 2m12s
tests / test (push) Successful in 2m27s
deploy / release-image (push) Successful in 6m11s

This commit is contained in:
2024-06-19 19:14:44 +02:00
parent cad6cf22fa
commit 4a69e0f578
6 changed files with 191 additions and 173 deletions

View File

@@ -2,9 +2,11 @@ mod handler;
use handler::Handler;
mod colors;
mod commands;
mod interaction_commands;
mod metadata;
mod signal;
mod state;
mod utils;
use crate::commands::get_chat_commands;
use dotenv::dotenv;