aboutsummaryrefslogtreecommitdiff
path: root/src/commands/meme.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/meme.rs')
-rw-r--r--src/commands/meme.rs2
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,
});
}