remove yiff import

This commit is contained in:
Lio Young 2021-04-28 13:54:19 +02:00
parent 023c8a85d4
commit 116920726b
No known key found for this signature in database
GPG Key ID: 789795A11879E169
2 changed files with 1 additions and 4 deletions

View File

@ -1,9 +1,7 @@
import yiff from '../../utils/yiff';
import Command from '../../handler/structures/Command';
import { Context } from '../../utils/types';
import SendWS from "../../utils/webhook";
import lingua from '../../utils/lingua';
import { suggest } from '../../utils/trello';
export = class Ping extends Command {
constructor() {
super({

View File

@ -1,4 +1,3 @@
import yiff from '../../utils/yiff';
import Command from '../../handler/structures/Command';
import { Context } from '../../utils/types';
import SendWS from "../../utils/webhook";