11 |
|
|
12 |
export default class BanCommand extends BaseCommand { |
export default class BanCommand extends BaseCommand { |
13 |
supportsInteractions: boolean = true; |
supportsInteractions: boolean = true; |
14 |
|
supportsContextMenu: boolean = true; |
15 |
|
|
16 |
constructor() { |
constructor() { |
17 |
super('ban', 'moderation', []); |
super('ban', 'moderation', ['Ban']); |
18 |
} |
} |
19 |
|
|
20 |
async run(client: DiscordClient, msg: Message | CommandInteraction, options: CommandOptions | InteractionOptions) { |
async run(client: DiscordClient, msg: Message | CommandInteraction, options: CommandOptions | InteractionOptions) { |