Add missing comma #13
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"),
|
||||
randomstring = require("randomstring"),
|
||||
getSize = require("get-folder-size"),
|
||||
diskUsage = require("diskusage")
|
||||
diskUsage = require("diskusage"),
|
||||
emoji = require("../misc/emoji_list.json");
|
||||
|
||||
// Defines the function of this module
|
||||
|
|
Loading…
Reference in a new issue