aboutsummaryrefslogtreecommitdiff
path: root/Commands
diff options
context:
space:
mode:
Diffstat (limited to 'Commands')
-rw-r--r--Commands/status.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/Commands/status.js b/Commands/status.js
index bf88772..ee6300c 100644
--- a/Commands/status.js
+++ b/Commands/status.js
@@ -65,7 +65,7 @@ export default {
{ name: 'State', value: `${playerState}` },
{ name: 'Tracks', value: `${audioID}/${files.length}` },
{ name: 'Duration', value: `${duration}` },
- { name: 'Votes Needed', value: `${votesRequired}` }
+ { name: 'Votes Needed', value: `${votesRequired - votes.size}` }
)
.setColor('#0066ff');