chore: cleaned up code
This commit is contained in:
parent
ddc18ec493
commit
77a4f9121d
2 changed files with 2 additions and 2 deletions
|
@ -28,10 +28,10 @@ import figlet from 'figlet';
|
||||||
import gradient from 'gradient-string';
|
import gradient from 'gradient-string';
|
||||||
import i18next from 'i18next';
|
import i18next from 'i18next';
|
||||||
import Backend from 'i18next-chained-backend';
|
import Backend from 'i18next-chained-backend';
|
||||||
import FSBackend from 'i18next-fs-backend';
|
|
||||||
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
|
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
|
||||||
// @ts-ignore
|
// @ts-ignore
|
||||||
import Fluent from 'i18next-fluent';
|
import Fluent from 'i18next-fluent';
|
||||||
|
import FSBackend from 'i18next-fs-backend';
|
||||||
import { Validator } from 'jsonschema';
|
import { Validator } from 'jsonschema';
|
||||||
import { DateTime } from 'luxon';
|
import { DateTime } from 'luxon';
|
||||||
import path from 'path';
|
import path from 'path';
|
||||||
|
|
|
@ -14,10 +14,10 @@
|
||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with ArgonBot. If not, see <https: //www.gnu.org/licenses/>.
|
* along with ArgonBot. If not, see <https: //www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
import type { ICommandOptions } from '@utils/types';
|
|
||||||
import config from 'config';
|
import config from 'config';
|
||||||
import path from 'path';
|
import path from 'path';
|
||||||
|
|
||||||
|
import type { ICommandOptions } from '@utils/types';
|
||||||
import type { Client, Message } from 'discord.js';
|
import type { Client, Message } from 'discord.js';
|
||||||
|
|
||||||
export default abstract class Command {
|
export default abstract class Command {
|
||||||
|
|
Reference in a new issue