stuff
This commit is contained in:
parent
ef4fdabbc9
commit
6b0a5008de
|
@ -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",
|
||||
};
|
||||
|
|
|
@ -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
Loading…
Reference in New Issue