This commit is contained in:
Mirco Wittrien 2020-03-31 09:13:16 +02:00
parent 9689b56456
commit 78cce3be56
2 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@
const loadId = Math.round(Math.random() * 10000000000000000);
BDFDB.InternalData.loadId = loadId;
const isGuildFolderThere = false; //REMOVE
var isGuildFolderThere = false; //REMOVE
if (typeof Array.prototype.flat != "function") Array.prototype.flat = function () {return this;}

File diff suppressed because one or more lines are too long