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'; |
|
import axios from 'axios'; |
|
|
import path from 'path'; |
|
|
import { deleteFile, download } from '../../utils/util'; |
|
6 |
import MessageEmbed from '../../client/MessageEmbed'; |
import MessageEmbed from '../../client/MessageEmbed'; |
7 |
|
|
8 |
export default class StatsCommand extends BaseCommand { |
export default class StatsCommand extends BaseCommand { |