feat: made the other user wolves commands sub_commands

This commit is contained in:
silver 2025-03-06 20:32:26 +00:00
parent 3a39084f40
commit aa58c97fcf
Signed by untrusted user: silver
GPG key ID: 36F93D61BAD3FD7D
3 changed files with 366 additions and 362 deletions

View file

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