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