Skip to content

Commit

Permalink
Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
kpxyy committed Nov 23, 2023
1 parent c389774 commit 6b1e9db
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
const { Client } = require("skribbler");

let randomPort = Math.floor(Math.random() * 5) + 5001;

function main() {
const client = new Client({
name: "CommanderBox",
lobbyCode: "87CFzkn1"
// serverURL: `https://server3.skribbl.io:${randomPort}`
lobbyCode: ""
});

client.on("connect", () => {
Expand Down

0 comments on commit 6b1e9db

Please sign in to comment.