stuff
This commit is contained in:
parent
ef4fdabbc9
commit
6b0a5008de
|
@ -3,10 +3,10 @@
|
||||||
module.exports = (_ => {
|
module.exports = (_ => {
|
||||||
const config = {
|
const config = {
|
||||||
"info": {
|
"info": {
|
||||||
name: "BDFDB",
|
"name": "BDFDB",
|
||||||
author: "DevilBro",
|
"author": "DevilBro",
|
||||||
version: "1.0.0",
|
"version": "1.0.0",
|
||||||
description: "Gives other plugins utility functions."
|
"description": "Gives other plugins utility functions."
|
||||||
},
|
},
|
||||||
"rawUrl": "https://mwittrien.github.io/BetterDiscordAddons/Library/0BDFDB.plugin.js",
|
"rawUrl": "https://mwittrien.github.io/BetterDiscordAddons/Library/0BDFDB.plugin.js",
|
||||||
};
|
};
|
||||||
|
|
|
@ -2682,7 +2682,6 @@
|
||||||
messageId: LibraryModules.UnreadChannelUtils.lastMessageId(id)
|
messageId: LibraryModules.UnreadChannelUtils.lastMessageId(id)
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
console.log(unreadChannels);
|
|
||||||
if (unreadChannels.length) LibraryModules.AckUtils.bulkAck(unreadChannels);
|
if (unreadChannels.length) LibraryModules.AckUtils.bulkAck(unreadChannels);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue