import { sendDirectMessage } from "https://deno.land/x/discordeno@17.2.0/template/beginner/deps.ts";
Sends a direct message to a user. This can take two API calls. The first call is to create a dm channel. Then sending the message to that channel. Channel ids are cached as needed to prevent duplicate requests.