fix: moved the methods that changes role into their own module folder

This commit is contained in:
silver 2024-10-28 21:34:21 +00:00
parent 61e76db8dd
commit f1138a3c81
Signed by: silver
GPG key ID: 36F93D61BAD3FD7D
7 changed files with 283 additions and 286 deletions

View file

@ -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;