changed a bunch of types so the macro run command works nicely
This commit is contained in:
@ -2,13 +2,7 @@
|
||||
use chrono_tz::Tz;
|
||||
use serde::{Deserialize, Serialize};
|
||||
use serde_repr::*;
|
||||
use serenity::{
|
||||
builder::CreateComponents,
|
||||
model::{
|
||||
id::{ChannelId, GuildId, UserId},
|
||||
interactions::message_component::ButtonStyle,
|
||||
},
|
||||
};
|
||||
use serenity::{builder::CreateComponents, model::interactions::message_component::ButtonStyle};
|
||||
|
||||
use crate::{component_models::ComponentDataModel, models::reminder::look_flags::LookFlags};
|
||||
|
||||
|
Reference in New Issue
Block a user