type alias RequestMethodimport { type RequestMethod } from "https://dotland.deno.dev/x/discordeno@18.0.1/rest/rest.ts"; definition: | "GET" | "POST" | "PUT" | "DELETE" | "PATCH"