1
2
3
4
import { discordSendDM } from "https://esm.town/v/vtdocs/discordSendDM";
const result = await discordSendDM(Deno.env.get("discordBot"), "420257368417239041", "Hello!");
console.log(result);