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';