Improved sync logic, show more statistics, bug fixes

This commit is contained in:
James Shiffer
2023-10-08 13:48:41 -07:00
parent 68b94e0642
commit 657afe4755
7 changed files with 164 additions and 62 deletions

View File

@@ -5,9 +5,9 @@
interface ScoreboardMessageRow {
id: number,
author: number,
guild: number,
channel: number,
author: string,
content: string,
reaction_1_count: number,
reaction_2_count: number,
@@ -15,7 +15,7 @@ interface ScoreboardMessageRow {
}
interface ScoreboardUserRow {
id: number,
id: string,
username: string,
reaction_1_total: number,
reaction_2_total: number,