Fix types
This commit is contained in:
parent
f26682e6de
commit
b673a2fe6b
@ -55,7 +55,7 @@ pub struct ReminderBuilder {
|
|||||||
tts: bool,
|
tts: bool,
|
||||||
attachment_name: Option<String>,
|
attachment_name: Option<String>,
|
||||||
attachment: Option<Vec<u8>>,
|
attachment: Option<Vec<u8>>,
|
||||||
set_by: Option<u32>,
|
set_by: Option<u64>,
|
||||||
}
|
}
|
||||||
|
|
||||||
impl ReminderBuilder {
|
impl ReminderBuilder {
|
||||||
@ -132,7 +132,7 @@ pub struct MultiReminderBuilder<'a> {
|
|||||||
interval: Option<Interval>,
|
interval: Option<Interval>,
|
||||||
expires: Option<NaiveDateTime>,
|
expires: Option<NaiveDateTime>,
|
||||||
content: Content,
|
content: Content,
|
||||||
set_by: Option<u32>,
|
set_by: Option<u64>,
|
||||||
ctx: &'a Context<'a>,
|
ctx: &'a Context<'a>,
|
||||||
guild_id: Option<GuildId>,
|
guild_id: Option<GuildId>,
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user