mirror of
https://github.com/tiramisulabs/seyfert.git
synced 2025-07-02 21:16:09 +00:00
Update deno example
This commit is contained in:
parent
bab664c19d
commit
dd026e1774
@ -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];
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user