"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const app_command_1 = require("../app_command");
class default_1 extends app_command_1.default {
constructor() {
super(...arguments);
this.type = 'plugin';
}
}
exports.default = default_1;