mirror of
https://github.com/tiramisulabs/seyfert.git
synced 2025-07-03 05:26:07 +00:00
Update deno example
This commit is contained in:
parent
bab664c19d
commit
dd026e1774
@ -1,10 +1,9 @@
|
|||||||
/**
|
/**
|
||||||
* Deno example
|
* Deno example
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import "https://deno.land/std@0.146.0/dotenv/load.ts";
|
import "https://deno.land/std@0.146.0/dotenv/load.ts";
|
||||||
// TODO: remove and include the library appropriately
|
import { GatewayIntents, Session } from "https://x.nest.land/biscuit@0.1.0/mod.ts";
|
||||||
import { GatewayIntents, Session } from "./deps.ts";
|
|
||||||
|
|
||||||
const token = Deno.env.get("TOKEN") ?? Deno.args[0];
|
const token = Deno.env.get("TOKEN") ?? Deno.args[0];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user