easy-discord-logs
Version:
Advanced discord logs system and easy usage!
8 lines • 384 B
TypeScript
import { Message } from "discord.js";
import BaseCommand from "../../utils/structures/BaseCommand";
import DiscordClient from "../../client/client";
export default class BoostLogsCommand extends BaseCommand {
constructor();
run(client: DiscordClient, message: Message, args: Array<string>): Promise<Message | undefined>;
}
//# sourceMappingURL=BoostLogsCommand.d.ts.map