UNPKG

easy-discord-logs

Version:

Advanced discord logs system and easy usage!

8 lines 388 B
import { Message } from "discord.js"; import BaseCommand from "../../utils/structures/BaseCommand"; import DiscordClient from "../../client/client"; export default class ChannelLogsCommand extends BaseCommand { constructor(); run(client: DiscordClient, message: Message, args: Array<string>): Promise<Message | undefined>; } //# sourceMappingURL=ChannelLogsCommand.d.ts.map