Skip to content

Commit

Permalink
chore: update testing lavalink
Browse files Browse the repository at this point in the history
  • Loading branch information
KagChi committed Nov 16, 2023
1 parent 0a008e7 commit 4199040
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/REST.test.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { REST } from "../src/index";
import { LoadTypeEnum } from "lavalink-api-types";

const rest = new REST("https://lavalink.oops.wtf:443", { Authorization: "www.freelavalink.ga" });
const rest = new REST("https://lava1.horizxon.tech:443", { Authorization: "horizxon.tech" });

jest.setTimeout(30000);

Expand Down

0 comments on commit 4199040

Please sign in to comment.