enum HTTPResponseCodesimport { HTTPResponseCodes } from "https://dotland.deno.dev/x/discordeno@18.0.1/plugins/fileloader/deps.ts"; https://discord.com/developers/docs/topics/opcodes-and-status-codes#http MembersBadRequest = 400The request was improperly formatted, or the server couldn't understand it. CreatedThe entity was created successfully. Forbidden = 403The Authorization token you passed did not have permission to the resource. GatewayUnavailable = 502There was not a gateway available to process your request. Wait a bit and retry. MethodNotAllowedThe HTTP method used is not valid for the location specified. NoContent = 204The request completed successfully but returned no content. NotFoundThe resource at the location specified doesn't exist. NotModified = 304The entity was not modified (no action was taken). Ok = 200The request completed successfully. TooManyRequests = 429You are being rate limited, see Rate Limits. UnauthorizedThe Authorization header was missing or invalid. import HTTPResponseCodesimport { HTTPResponseCodes } from "https://dotland.deno.dev/x/discordeno@18.0.1/plugins/fileloader/deps.ts";