1 |
import { Collection } from "discord.js"; |
import { Collection } from "discord.js"; |
|
import { dot, object } from "dot-object"; |
|
2 |
import { NextFunction, Response } from "express"; |
import { NextFunction, Response } from "express"; |
|
import { body } from "express-validator"; |
|
3 |
import KeyValuePair from "../../types/KeyValuePair"; |
import KeyValuePair from "../../types/KeyValuePair"; |
4 |
import BaseCommand from "../../utils/structures/BaseCommand"; |
import BaseCommand from "../../utils/structures/BaseCommand"; |
5 |
import Controller from "../Controller"; |
import Controller from "../Controller"; |