Skip to content

Commit

Permalink
Hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
Hipperooni committed Jan 13, 2024
1 parent 2635f69 commit 24b15eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/discord/commands/guild/d.counting.ts
Original file line number Diff line number Diff line change
Expand Up @@ -571,7 +571,7 @@ export async function countMessage(message: Message): Promise<void> {
},
update: {
tokens: {
increment: totalPot,
increment: potPerUser,
},
},
});
Expand Down

0 comments on commit 24b15eb

Please sign in to comment.