diff options
| author | Nathan Perry <avaglir@gmail.com> | 2019-02-15 22:59:40 -0500 |
|---|---|---|
| committer | Nathan Perry <avaglir@gmail.com> | 2019-02-15 22:59:40 -0500 |
| commit | 61042c26faee164b51dda27561c9b67b34af8d9a (patch) | |
| tree | 8d7cd258aab586c723a0690d95b5d0ed2bb88a56 /src/commands/meme.rs | |
| parent | 6ad374d089d917cba53a76a40f9fb9bc5793ceb2 (diff) | |
initial implementation of video start/end times
Diffstat (limited to 'src/commands/meme.rs')
| -rw-r--r-- | src/commands/meme.rs | 2 |
1 files changed, 2 insertions, 0 deletions
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, }); } |
