aboutsummaryrefslogtreecommitdiff
path: root/src/commands/meme/invoke.rs
diff options
context:
space:
mode:
authorNathan Perry <np@nathanperry.dev>2024-08-17 03:02:31 -0400
committerNathan Perry <np@nathanperry.dev>2024-08-17 03:02:47 -0400
commit6c686b8b3cd9e5769156321a8d05f737196ee375 (patch)
tree76f940847bef8a85dfb2065914c93709fee0cd55 /src/commands/meme/invoke.rs
parent584f0ebc6e33ddc2905d82f44e7b42faea122668 (diff)
fix stats and playback queue
Diffstat (limited to 'src/commands/meme/invoke.rs')
-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 4b361a3..d7c6b3f 100644
--- a/src/commands/meme/invoke.rs
+++ b/src/commands/meme/invoke.rs
@@ -87,8 +87,8 @@ pub(crate) async fn _meme(
InvocationRecord::create(
&mut conn,
ctx.author().id.get(),
- ctx.id(),
guild_id.get(),
+ ctx.id(),
x.id,
false,
)