quick bugfix

This commit is contained in:
Jill 2023-11-12 20:33:48 +03:00
parent 4e8bdd9e92
commit 405c8b04b9
Signed by: oat
GPG Key ID: 33489AA58A955108
1 changed files with 1 additions and 1 deletions

View File

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