From 61042c26faee164b51dda27561c9b67b34af8d9a Mon Sep 17 00:00:00 2001 From: Nathan Perry Date: Fri, 15 Feb 2019 22:59:40 -0500 Subject: initial implementation of video start/end times --- src/commands/meme.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/commands/meme.rs') diff --git a/src/commands/meme.rs b/src/commands/meme.rs index 6d50349..8514eed 100644 --- a/src/commands/meme.rs +++ b/src/commands/meme.rs @@ -218,6 +218,8 @@ fn send_meme(ctx: &Context, t: &Meme, conn: &PgConnection, msg: &Message) -> Res initiator: msg.author.name.clone(), data: ::either::Right(audio.data.clone()), sender_channel: msg.channel_id, + start: None, + end: None, }); } -- cgit v1.3.1