Skip to content

Commit

Permalink
chore: update pogsockets
Browse files Browse the repository at this point in the history
  • Loading branch information
viztea committed Oct 12, 2022
1 parent b069d0e commit d23fd25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export * as Lavalink from "https://deno.land/x/lavalink_types@2.0.6/mod.ts";
export * from "https://deno.land/x/event@2.0.0/mod.ts";
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";

/* standard library */
export { OpCode as WebsocketOpCode } from "https://deno.land/std@0.104.0/ws/mod.ts";

0 comments on commit d23fd25

Please sign in to comment.