Skip to main content
Module

x/coward/deps.ts

πŸ” Coward is a Deno module for easy interaction with the Discord API.
Go to Latest
File
// websocket stuffexport { connectWebSocket, isWebSocketCloseEvent, WebSocket,} from "https://deno.land/std@0.52.0/ws/mod.ts";
// deferred promises :)export * from "https://deno.land/std@0.52.0/async/deferred.ts";
// coloursexport * from "https://deno.land/std@0.52.0/fmt/colors.ts";
// Evt export { Evt } from "https://deno.land/x/evt@1.7.12/mod.ts";