I have no idea how this didn't break

This commit is contained in:
Ethan Stubbs 2020-07-13 06:58:40 +01:00
parent 5738f48cf5
commit 5de469b621
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