diff options
Diffstat (limited to 'src/commands/meme/invoke.rs')
| -rw-r--r-- | src/commands/meme/invoke.rs | 2 |
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, ) |
