Removed unused import

merge-requests/1/merge
Bsian 2019-10-31 20:11:56 +00:00
parent 01232279ac
commit e8782c24ea
No known key found for this signature in database
GPG Key ID: 097FB9A291026091
1 changed files with 0 additions and 1 deletions

View File

@ -3,7 +3,6 @@ import { promisify } from 'util';
import childProcess from 'child_process';
import nodemailer from 'nodemailer';
import { Message, PrivateChannel, Member, User } from 'eris';
import { outputFile } from 'fs-extra';
import uuid from 'uuid/v4';
import moment from 'moment';
import { Client } from '..';