1
0
Fork 0
master
eirk 2021-08-06 17:19:39 -04:00
parent f113fabc30
commit 1fb9bc2628
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ import { randomBytes } from 'crypto';
import childProcess from 'child_process';
import nodemailer from 'nodemailer';
import { Message, DMChannel, User, MessageEmbed, ColorResolvable, TextChannel } from 'discord.js';
import uuid from 'uuid/v4';
import { v4 as uuid } from 'uuid';
import moment from 'moment';
import fs from 'fs';
import hastebin from 'hastebin-gen';