1 |
import { CommandInteraction, FileOptions, GuildMember, Interaction, Message, MessageAttachment } from 'discord.js'; |
import { CommandInteraction, FileOptions } 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'; |
|
import CommandOptions from '../../types/CommandOptions'; |
|
4 |
import InteractionOptions from '../../types/InteractionOptions'; |
import InteractionOptions from '../../types/InteractionOptions'; |
|
import MessageEmbed from '../../client/MessageEmbed'; |
|
|
import { download } from '../../utils/util'; |
|
5 |
import path from 'path'; |
import path from 'path'; |
|
import { fetchEmoji } from '../../utils/Emoji'; |
|
6 |
|
|
7 |
export default class AddsnippetCommand extends BaseCommand { |
export default class AddsnippetCommand extends BaseCommand { |
8 |
supportsInteractions: boolean = true; |
supportsInteractions: boolean = true; |