1 |
import readline from "readline"; |
import readline from "readline"; |
2 |
import DiscordClient from "../../client/Client"; |
import DiscordClient from "../../client/Client"; |
3 |
import BannedGuild from "../../models/BannedGuilds"; |
import BannedGuild from "../../models/BannedGuild"; |
4 |
import BaseCLICommand from "../../utils/structures/BaseCLICommand"; |
import BaseCLICommand from "../../utils/structures/BaseCLICommand"; |
5 |
|
|
6 |
export default class GuildPurgeCommand extends BaseCLICommand { |
export default class GuildPurgeCommand extends BaseCLICommand { |
7 |
constructor() { |
constructor() { |
8 |
super('guildpurge', 'guildBans'); |
super('guildpurge', 'guild'); |
9 |
} |
} |
10 |
|
|
11 |
async run(client: DiscordClient, argv: string[], args: string[]) { |
async run(client: DiscordClient, argv: string[], args: string[]) { |