1 |
import { ColorResolvable, CommandInteraction, Message, Util } from 'discord.js'; |
import { CommandInteraction, Message } from 'discord.js'; |
2 |
import BaseCommand from '../../utils/structures/BaseCommand'; |
import BaseCommand from '../../utils/structures/BaseCommand'; |
3 |
import DiscordClient from '../../client/Client'; |
import DiscordClient from '../../client/Client'; |
4 |
import InteractionOptions from '../../types/InteractionOptions'; |
import InteractionOptions from '../../types/InteractionOptions'; |
8 |
|
|
9 |
export default class EmbedBuildCommand extends BaseCommand { |
export default class EmbedBuildCommand extends BaseCommand { |
10 |
supportsInteractions: boolean = false; |
supportsInteractions: boolean = false; |
11 |
|
supportsLegacy: boolean = false; |
12 |
|
|
13 |
constructor() { |
constructor() { |
14 |
super('embed__build', 'automation', []); |
super('embed__build', 'automation', []); |