msg.ts
Version:
MSG is the framework for make discord bot easily
11 lines • 508 B
JavaScript
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
const Command_1 = __importDefault(require("../class/Command"));
exports.default = new Command_1.default((ctx) => ctx.msg.author.bot, Command_1.default.empty, {
name: 'is bot?',
description: 'check author is bot',
});
//# sourceMappingURL=../../src/dist/commands/isBot.js.map
;