From 0f9bb5c9e8792312f93c23bbf5baf1e8131a4d26 Mon Sep 17 00:00:00 2001 From: ryzvision Date: Sun, 10 Sep 2023 17:44:22 +0530 Subject: [PATCH] 1.0.0 Release --- test/v3.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/test/v3.js b/test/v3.js index a0593a7..9093f2d 100644 --- a/test/v3.js +++ b/test/v3.js @@ -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 } ]; @@ -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"); \ No newline at end of file