diff --git a/examples/deno.ts b/examples/deno.ts index 9da4800..a840ce8 100644 --- a/examples/deno.ts +++ b/examples/deno.ts @@ -1,10 +1,9 @@ /** * Deno example - */ +*/ import "https://deno.land/std@0.146.0/dotenv/load.ts"; -// TODO: remove and include the library appropriately -import { GatewayIntents, Session } from "./deps.ts"; +import { GatewayIntents, Session } from "https://x.nest.land/biscuit@0.1.0/mod.ts"; const token = Deno.env.get("TOKEN") ?? Deno.args[0];