fmt: re-organised it o better reflect what teh commands in teh file are for

This commit is contained in:
silver 2025-03-06 20:43:36 +00:00
parent 052f6aecb2
commit 0e6a5d3455
Signed by untrusted user: silver
GPG key ID: 36F93D61BAD3FD7D
5 changed files with 521 additions and 522 deletions

View file

@ -7,7 +7,7 @@ pub(crate) mod user {
use super::*;
pub(crate) mod add {
use super::*;
use crate::commands::link_email::wolves::link::get_server_member_discord;
use crate::commands::wolves::link::get_server_member_discord;
use serde::{Deserialize, Serialize};
use serenity::all::{CommandDataOption, CommandDataOptionValue, CommandInteraction, CommandOptionType, CreateCommandOption};
use serenity::model::id::UserId;