UNPKG

@antibot/interactions

Version:

## 🗡️ An interactions library made for Discord interactions

12 lines 362 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.METHOD = void 0; var METHOD; (function (METHOD) { METHOD["GET"] = "GET"; METHOD["POST"] = "POST"; METHOD["PUT"] = "PUT"; METHOD["PATCH"] = "PATCH"; METHOD["DELETE"] = "DELETE"; })(METHOD || (exports.METHOD = METHOD = {})); //# sourceMappingURL=Method.js.map