diff --git a/dist/bd/BetterFolders.plugin.js b/dist/bd/BetterFolders.plugin.js
index 2925e473..0aa832d5 100644
--- a/dist/bd/BetterFolders.plugin.js
+++ b/dist/bd/BetterFolders.plugin.js
@@ -1,6 +1,6 @@
/**
* @name BetterFolders
- * @version 3.4.5
+ * @version 3.4.6
* @author Zerthox
* @authorLink https://github.com/Zerthox
* @description Adds new functionality to server folders. Custom Folder Icons. Close other folders on open.
@@ -566,7 +566,7 @@ const index = createPlugin({
}
});
triggerRerender(guildsOwner);
- waitFor(bySource$1("GUILD_FOLDER_NAME"), { entries: true }).then((FolderSettingsModal) => {
+ waitFor(bySource$1(".GUILD_FOLDER_NAME"), { entries: true }).then((FolderSettingsModal) => {
if (FolderSettingsModal) {
after(FolderSettingsModal.prototype, "render", (data) => folderModalPatch(data, FolderIcon), { name: "GuildFolderSettingsModal" });
}
diff --git a/dist/bd/NoReplyMention.plugin.js b/dist/bd/NoReplyMention.plugin.js
index 14e2b813..c1d68d0e 100644
--- a/dist/bd/NoReplyMention.plugin.js
+++ b/dist/bd/NoReplyMention.plugin.js
@@ -1,6 +1,6 @@
/**
* @name NoReplyMention
- * @version 0.2.1
+ * @version 0.2.2
* @author Zerthox
* @authorLink https://github.com/Zerthox
* @description Suppresses reply mentions.
@@ -223,7 +223,10 @@ const createPlugin = (plugin) => (meta) => {
};
};
-const ReplyActions = demangle({ createPendingReply: bySource(".shouldMention") }, null, true);
+const ReplyActions = demangle({
+ createPendingReply: bySource("shouldMention", "CREATE_PENDING_REPLY"),
+ deletePendingReply: bySource("DELETE_PENDING_REPLY")
+}, null, true);
const index = createPlugin({
start() {
before(ReplyActions, "createPendingReply", ({ args: [options] }) => {
diff --git a/dist/bd/OnlineFriendCount.plugin.js b/dist/bd/OnlineFriendCount.plugin.js
index ab815186..78e64f48 100644
--- a/dist/bd/OnlineFriendCount.plugin.js
+++ b/dist/bd/OnlineFriendCount.plugin.js
@@ -1,6 +1,6 @@
/**
* @name OnlineFriendCount
- * @version 3.1.2
+ * @version 3.1.3
* @author Zerthox
* @authorLink https://github.com/Zerthox
* @description Adds the old online friend count and similar counters back to server list. Because nostalgia.
@@ -222,7 +222,7 @@ const GuildsNav = /* @__PURE__ */ bySource(["guildsnav"], { entries: true });
const { Link, NavLink, LinkRouter } = /* @__PURE__ */ demangle({
NavLink: bySource$1(".sensitive", ".to"),
- Link: bySource$1(".component"),
+ Link: bySource$1(".component", ".to"),
LinkRouter: bySource$1("this.history")
}, ["NavLink", "Link"]);
diff --git a/dist/bd/README.md b/dist/bd/README.md
index 41b77625..c59b83d6 100644
--- a/dist/bd/README.md
+++ b/dist/bd/README.md
@@ -1,4 +1,4 @@
-## [BetterFolders](https://betterdiscord.app/plugin/BetterFolders) `v3.4.5` *(Updated: 25/09/2023)*
+## [BetterFolders](https://betterdiscord.app/plugin/BetterFolders) `v3.4.6` *(Updated: 29/10/2023)*
Adds new functionality to server folders. Custom Folder Icons. Close other folders on open.
## [BetterVolume](https://betterdiscord.app/plugin/BetterVolume) `v2.5.0` *(Updated: 25/09/2023)*
@@ -7,7 +7,7 @@ Set user volume values manually instead of using a slider. Allows setting volume
## [CollapseEmbeds](https://betterdiscord.app/plugin/CollapseEmbeds) `v1.0.3` *(Updated: 26/09/2023)*
Adds a button to collapse embeds & attachments.
-## [OnlineFriendCount](https://betterdiscord.app/plugin/OnlineFriendCount) `v3.1.2` *(Updated: 25/09/2023)*
+## [OnlineFriendCount](https://betterdiscord.app/plugin/OnlineFriendCount) `v3.1.3` *(Updated: 29/10/2023)*
Adds the old online friend count and similar counters back to server list. Because nostalgia.
## [VoiceEvents](https://betterdiscord.app/plugin/VoiceEvents) `v2.6.1` *(Updated: 25/09/2023)*