UNPKG

@wilcosp/rex

Version:

Rex is an automated command manager for discord js

17 lines (16 loc) 728 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.RexMessageContextmenuCommand = void 0; const v10_1 = require("discord-api-types/v10"); const contextMenuCommand_js_1 = require("./contextMenuCommand.js"); class RexMessageContextmenuCommand extends contextMenuCommand_js_1.RexContextMenuCommand { constructor(name, description) { super(name, v10_1.ApplicationCommandType.Message, description); } } exports.RexMessageContextmenuCommand = RexMessageContextmenuCommand;