From 116920726b79a3ec0a9cb220358eb7f36aa7a159 Mon Sep 17 00:00:00 2001 From: Lio Young Date: Wed, 28 Apr 2021 13:54:19 +0200 Subject: [PATCH] remove yiff import --- src/modules/general/ping.ts | 4 +--- src/modules/general/suggestion.ts | 1 - 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/src/modules/general/ping.ts b/src/modules/general/ping.ts index 93aac76..c3c9afe 100644 --- a/src/modules/general/ping.ts +++ b/src/modules/general/ping.ts @@ -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({ diff --git a/src/modules/general/suggestion.ts b/src/modules/general/suggestion.ts index d8a3acb..0332562 100644 --- a/src/modules/general/suggestion.ts +++ b/src/modules/general/suggestion.ts @@ -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";