4 |
import CommandOptions from '../../types/CommandOptions'; |
import CommandOptions from '../../types/CommandOptions'; |
5 |
import InteractionOptions from '../../types/InteractionOptions'; |
import InteractionOptions from '../../types/InteractionOptions'; |
6 |
import axios from 'axios'; |
import axios from 'axios'; |
|
import path from 'path'; |
|
|
import { deleteFile, download } from '../../utils/util'; |
|
7 |
|
|
8 |
export default class HttpdogCommand extends BaseCommand { |
export default class HttpdogCommand extends BaseCommand { |
9 |
supportsInteractions: boolean = true; |
supportsInteractions: boolean = true; |