1 |
import { CommandInteraction, GuildEmoji, GuildMember, Interaction, Message, MessageAttachment, TextChannel } from 'discord.js'; |
import { CommandInteraction, GuildEmoji, Message, TextChannel } 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 CommandOptions from '../../types/CommandOptions'; |
import CommandOptions from '../../types/CommandOptions'; |
5 |
import InteractionOptions from '../../types/InteractionOptions'; |
import InteractionOptions from '../../types/InteractionOptions'; |
6 |
import MessageEmbed from '../../client/MessageEmbed'; |
import MessageEmbed from '../../client/MessageEmbed'; |
|
import { download } from '../../utils/util'; |
|
|
import path from 'path'; |
|
7 |
import { fetchEmoji } from '../../utils/Emoji'; |
import { fetchEmoji } from '../../utils/Emoji'; |
8 |
|
|
9 |
export default class AnnounceCommand extends BaseCommand { |
export default class AnnounceCommand extends BaseCommand { |