Skip to content

Commit

Permalink
remove my lobby code yet again & update version
Browse files Browse the repository at this point in the history
  • Loading branch information
kpxyy committed Nov 23, 2023
1 parent b5c5840 commit 99a4aef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ let prefix = "!";
function main() {
const client = new Client({
name: "CommanderBox",
lobbyCode: "y1CK2v6n"//,
lobbyCode: ""//,
// serverURL: "wss://server3.skribbl.io:5003"
});

Expand Down Expand Up @@ -112,7 +112,7 @@ function main() {

setTimeout(() => {
client.sendMessage(`Lobby Code: ${client.lobbyId}`);
client.sendMessage(`Version: v1.0.0`);
client.sendMessage(`Version: v1.0.1`);
}, 6000)

setTimeout(() => {
Expand Down

0 comments on commit 99a4aef

Please sign in to comment.