From 9f537d104a5ac661b301f4db75001eb3b2c8b120 Mon Sep 17 00:00:00 2001 From: hector6704 Date: Fri, 1 May 2020 16:27:32 +0200 Subject: [PATCH] remove useless import --- src/commands/kick.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/commands/kick.ts b/src/commands/kick.ts index 72e2574..af1439c 100644 --- a/src/commands/kick.ts +++ b/src/commands/kick.ts @@ -1,4 +1,3 @@ -import moment, { unitOfTime } from 'moment'; import { Message, User } from 'eris'; import { Client, Command } from '../class';