feat: splitting up lib.rs into subfiles, starting with anythign taht interacts with teh api
This commit is contained in:
parent
ceade9b972
commit
79f880daea
6 changed files with 194 additions and 181 deletions
|
@ -6,7 +6,7 @@ use serenity::{
|
|||
prelude::{command::CommandOptionType, interaction::application_command::CommandDataOptionValue},
|
||||
},
|
||||
};
|
||||
use skynet_discord_bot::get_data::get_wolves_cns;
|
||||
use skynet_discord_bot::common::wolves::get_data::get_wolves_cns;
|
||||
use skynet_discord_bot::{get_server_config, is_admin, set_roles::update_server, DataBase, Servers};
|
||||
use sqlx::{Error, Pool, Sqlite};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue