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!`