1
0
Fork 0

chore: remove unused imports

refactor/models
Hiroyuki 2021-08-21 02:59:58 -04:00
parent 6de47a7e0d
commit aa3c071c2b
No known key found for this signature in database
GPG Key ID: AF65958B7B7362E6
1 changed files with 0 additions and 1 deletions

View File

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