diff --git a/src/class/Util.ts b/src/class/Util.ts index 7daf3e1..5d5d0a4 100644 --- a/src/class/Util.ts +++ b/src/class/Util.ts @@ -10,7 +10,6 @@ import moment from 'moment'; import fs from 'fs'; import { getUserByUid } from '../functions'; import { AccountUtil, Client, Command, RichEmbed } from '.'; -import { Account, Moderation } from '../models'; export default class Util { public client: Client;