This commit is contained in:
Mirco Wittrien 2020-09-17 20:37:55 +02:00
parent ef4fdabbc9
commit 6b0a5008de
3 changed files with 5 additions and 6 deletions

View File

@ -3,10 +3,10 @@
module.exports = (_ => {
const config = {
"info": {
name: "BDFDB",
author: "DevilBro",
version: "1.0.0",
description: "Gives other plugins utility functions."
"name": "BDFDB",
"author": "DevilBro",
"version": "1.0.0",
"description": "Gives other plugins utility functions."
},
"rawUrl": "https://mwittrien.github.io/BetterDiscordAddons/Library/0BDFDB.plugin.js",
};

View File

@ -2682,7 +2682,6 @@
messageId: LibraryModules.UnreadChannelUtils.lastMessageId(id)
});
}
console.log(unreadChannels);
if (unreadChannels.length) LibraryModules.AckUtils.bulkAck(unreadChannels);
};

File diff suppressed because one or more lines are too long