Merge pull request #13 from tgpethan/add-comma

Add missing comma
This commit is contained in:
the-basic-geek 2020-07-13 16:12:36 +01:00 committed by GitHub
commit ed12353fcb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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