mirror of
https://github.com/mii443/rs-docker-bot.git
synced 2025-08-22 16:15:40 +00:00
remove serenity import
This commit is contained in:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user