Move all non-command functions in commands folder into utils file, closes #11

This commit is contained in:
Elnu 2022-02-27 16:36:51 -08:00
parent 49f41d0770
commit faf2a38400
5 changed files with 361 additions and 366 deletions

View file

@ -9,6 +9,7 @@
//! features = ["framework", "standard_framework"]
//! ```
mod commands;
mod utils;
use std::{collections::HashSet, env, sync::Arc};