aboutsummaryrefslogtreecommitdiff
path: root/src/commands
diff options
context:
space:
mode:
authorNathan Perry <np@nathanperry.dev>2021-11-03 02:15:31 -0400
committerNathan Perry <np@nathanperry.dev>2021-11-03 02:15:31 -0400
commit36b71bf16d448e55f8a7fb0d912196501ac79c2c (patch)
tree7a4ed9f8919ee12158bc206e2ae07b411d477ceb /src/commands
parent1cead5233b152a340aeaefdf58c1de3aebe5b62b (diff)
fixups
Diffstat (limited to 'src/commands')
-rw-r--r--src/commands/meme/invoke.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/meme/invoke.rs b/src/commands/meme/invoke.rs
index d966d8c..c5ca502 100644
--- a/src/commands/meme/invoke.rs
+++ b/src/commands/meme/invoke.rs
@@ -126,7 +126,7 @@ pub fn rare_meme(ctx: &mut Context, msg: &Message, _args: Args) -> Result<()> {
match meme {
Ok(meme) => {
- r InvocationRecord::create(&conn, msg.author.id.0, msg.id.0, meme.id, true)?;
+ InvocationRecord::create(&conn, msg.author.id.0, msg.id.0, meme.id, true)?;
send_meme(ctx, &meme, &conn, msg)
},
Err(e) => {