We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edffbba commit ef7f60aCopy full SHA for ef7f60a
deleteDiscordMessages.user.js
@@ -1,7 +1,7 @@
1
// ==UserScript==
2
// @name Undiscord
3
// @description Delete all messages in a Discord channel or DM (Bulk deletion)
4
-// @version 5.2.5
+// @version 5.2.6
5
// @author victornpb
6
// @homepageURL https://github.com/victornpb/undiscord
7
// @supportURL https://github.com/victornpb/undiscord/discussions
@@ -20,7 +20,7 @@
20
'use strict';
21
22
/* rollup-plugin-baked-env */
23
- const VERSION = "5.2.5";
+ const VERSION = "5.2.6";
24
25
var themeCss = (`
26
/* undiscord window */
0 commit comments