forked from Skynet/discord-bot
fmt: re-organised it o better reflect what teh commands in teh file are for
This commit is contained in:
parent
052f6aecb2
commit
0e6a5d3455
5 changed files with 521 additions and 522 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue