From 405c8b04b972b56cb818743b8462091a76985f20 Mon Sep 17 00:00:00 2001 From: "Jill \"oatmealine\" Monoids" Date: Sun, 12 Nov 2023 20:33:48 +0300 Subject: [PATCH] quick bugfix --- src/commands/createcounter.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/createcounter.ts b/src/commands/createcounter.ts index 04aa3b9..58627d1 100644 --- a/src/commands/createcounter.ts +++ b/src/commands/createcounter.ts @@ -59,7 +59,7 @@ module.exports = { .where('key', key) .first(); - await updateCounter(interaction.client, counter!); + await updateCounter(interaction.client, counter!, value); await interaction.followUp({ content: `<#${interaction.channelId}> has been **enriched** with your new counter. Congratulations!`