UNPKG

@wilcosp/rex

Version:

Rex is an automated command manager for discord js

16 lines (15 loc) 587 B
"use strict"; /*! * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at https://mozilla.org/MPL/2.0/. */ Object.defineProperty(exports, "__esModule", { value: true }); exports.RexButtonInteraction = void 0; const componentBase_js_1 = require("./componentBase.js"); class RexButtonInteraction extends componentBase_js_1.RexComponentInteractionBase { constructor(inter, opt) { super(inter, opt); } } exports.RexButtonInteraction = RexButtonInteraction;