Update deno example

This commit is contained in:
Nicolás Serna 2022-07-13 20:32:19 -03:00
parent bab664c19d
commit dd026e1774

View File

@ -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];