remove serenity import

This commit is contained in:
mii443
2024-10-08 10:10:26 +00:00
parent 5dd1b88de4
commit 30129d2ef6

View File

@ -7,24 +7,9 @@ use std::{
use log::info;
use regex::Regex;
use serenity::{
async_trait,
builder::{
CreateApplicationCommand, CreateApplicationCommandOption, CreateAttachment,
CreateInteractionResponse, CreateInteractionResponseMessage, EditMessage,
},
model::prelude::{
command::{Command, CommandOptionType, CommandType},
Interaction, Message, Ready,
},
prelude::{Context, EventHandler},
};
use tokio::time::{sleep_until, Instant};
use crate::{
docker::{docker_ps, Container},
ConfigStorage,
};
use crate::docker::{docker_ps, Container};
pub struct Handler;