Skip to content

Commit

Permalink
1.0.0 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
flameface committed Sep 10, 2023
1 parent b7bf79b commit 0f9bb5c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/v3.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ const client = new Client({

const nodes = [
{
host: "lava.raidenbot.xyz",
port: 5500,
password: "rcontop",
host: "localhost",
port: 2333,
password: "youshallnotpass",
secure: false
}
];
Expand Down Expand Up @@ -361,4 +361,4 @@ client.on("raw", (d) => {
client.riffy.updateVoiceState(d);
});

client.login("MTEzNjUxMDY4ODU0Njc5OTY0OA.Gk-1Sc.vTODNH1t9ltJ-BAlkBE7UBJ-oipFYvLtkKf_ZU");
client.login("Discord-Token");

0 comments on commit 0f9bb5c

Please sign in to comment.