forked from engineering/cloudservices
fix uuid
parent
f113fabc30
commit
1fb9bc2628
|
@ -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';
|
||||
|
|
Loading…
Reference in New Issue