fix: moved the methods that changes role into their own module folder
This commit is contained in:
parent
61e76db8dd
commit
f1138a3c81
7 changed files with 283 additions and 286 deletions
|
@ -51,7 +51,7 @@ async fn add_users_wolves(db: &Pool<Sqlite>, user: &WolvesResultUserMin) {
|
|||
This is getting data for Clubs and Socs
|
||||
*/
|
||||
pub mod cns {
|
||||
use crate::set_roles::update_server;
|
||||
use crate::common::set_roles::normal::update_server;
|
||||
use std::collections::BTreeMap;
|
||||
use serde::{Deserialize, Serialize};
|
||||
use serenity::client::Context;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue