Move all non-command functions in commands folder into utils file, closes #11
This commit is contained in:
parent
49f41d0770
commit
faf2a38400
5 changed files with 361 additions and 366 deletions
|
@ -9,6 +9,7 @@
|
|||
//! features = ["framework", "standard_framework"]
|
||||
//! ```
|
||||
mod commands;
|
||||
mod utils;
|
||||
|
||||
use std::{collections::HashSet, env, sync::Arc};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue