Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kpxyy committed Jul 8, 2024
1 parent 2c0f24f commit efb69d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ function main() {
});

client.on("votekick", ({ voter, votee, currentVotes, requiredVotes }) => {
if (currentVotes > requiredVotes) currentVotes = requriedVotes;
if (currentVotes > requiredVotes) currentVotes = requiredVotes;

send({
username: "Skribbl-Relay",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "skribbl-relay",
"version": "2.1.3",
"version": "2.1.4",
"description": "A skribbl.io chat relay.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit efb69d2

Please sign in to comment.