Add missing comma #13

Merged
tgpholly merged 1 commit from add-comma into master 2020-07-13 16:12:37 +01:00
Showing only changes of commit 5de469b621 - Show all commits

2
EUS.js
View file

@ -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