UNPKG

@wilcosp/rex

Version:

Rex is an automated command manager for discord js

19 lines (18 loc) 678 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.RexSelectMenuInteractionBase = void 0; const componentBase_js_1 = require("./componentBase.js"); class RexSelectMenuInteractionBase extends componentBase_js_1.RexComponentInteractionBase { constructor(inter, opt) { super(inter, opt); } get values() { return this.inter.values; } } exports.RexSelectMenuInteractionBase = RexSelectMenuInteractionBase;