We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b069d0e commit d23fd25Copy full SHA for d23fd25
deps.ts
@@ -1,6 +1,6 @@
1
export * as Lavalink from "https://deno.land/x/[email protected]/mod.ts";
2
export * from "https://deno.land/x/[email protected]/mod.ts";
3
-export * as pogsockets from "https://deno.land/x/pogsocket@1.0.0/mod.ts";
+export * as pogsockets from "https://deno.land/x/pogsocket@2.0.0/mod.ts";
4
5
/* standard library */
6
export { OpCode as WebsocketOpCode } from "https://deno.land/[email protected]/ws/mod.ts";
0 commit comments