mirror of
https://git.femboyfinancial.jp/james/FemScoreboard.git
synced 2025-11-27 06:13:42 -08:00
Improved sync logic, show more statistics, bug fixes
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user