commit
ed12353fcb
1 changed files with 1 additions and 1 deletions
2
EUS.js
2
EUS.js
|
@ -4,7 +4,7 @@ const fs = require("fs"),
|
||||||
busboy = require("connect-busboy"),
|
busboy = require("connect-busboy"),
|
||||||
randomstring = require("randomstring"),
|
randomstring = require("randomstring"),
|
||||||
getSize = require("get-folder-size"),
|
getSize = require("get-folder-size"),
|
||||||
diskUsage = require("diskusage")
|
diskUsage = require("diskusage"),
|
||||||
emoji = require("../misc/emoji_list.json");
|
emoji = require("../misc/emoji_list.json");
|
||||||
|
|
||||||
// Defines the function of this module
|
// Defines the function of this module
|
||||||
|
|
Loading…
Reference in a new issue