mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2026-04-28 03:07:38 +02:00
Quickvote stats script highlight
This commit is contained in:
+1
-1
@@ -175,7 +175,7 @@ function GetApp () {
|
||||
}
|
||||
|
||||
if (!voteData.users.includes(user.id)) {
|
||||
if (voteData[val]) {
|
||||
if (voteData.votes[val]) {
|
||||
voteData.votes[val]++
|
||||
} else {
|
||||
voteData.votes[val] = 1
|
||||
|
||||
Reference in New Issue
Block a user