From dd026e17746f80e291ec5e4db4c9e23a0430c810 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Serna?= Date: Wed, 13 Jul 2022 20:32:19 -0300 Subject: [PATCH] Update deno example --- examples/deno.ts | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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];