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 Help from '../../utils/help'; |
|
7 |
import { clearTimeoutv2, getTimeout, getTimeouts } from '../../utils/setTimeout'; |
import { clearTimeoutv2, getTimeout, getTimeouts } from '../../utils/setTimeout'; |
8 |
|
|
9 |
export default class DelQueueCommand extends BaseCommand { |
export default class DelQueueCommand extends BaseCommand { |