Update MessageUtilities.plugin.js
This commit is contained in:
parent
06a85d29e1
commit
ed11ee1ae2
|
@ -2,7 +2,7 @@
|
||||||
* @name MessageUtilities
|
* @name MessageUtilities
|
||||||
* @author DevilBro
|
* @author DevilBro
|
||||||
* @authorId 278543574059057154
|
* @authorId 278543574059057154
|
||||||
* @version 1.9.5
|
* @version 1.9.6
|
||||||
* @description Adds several Quick Actions for Messages (Delete, Edit, Pin, etc.)
|
* @description Adds several Quick Actions for Messages (Delete, Edit, Pin, etc.)
|
||||||
* @invite Jx3TjNS
|
* @invite Jx3TjNS
|
||||||
* @donate https://www.paypal.me/MircoWittrien
|
* @donate https://www.paypal.me/MircoWittrien
|
||||||
|
@ -14,7 +14,9 @@
|
||||||
|
|
||||||
module.exports = (_ => {
|
module.exports = (_ => {
|
||||||
const changeLog = {
|
const changeLog = {
|
||||||
|
fixed: {
|
||||||
|
"ESC": "Works again"
|
||||||
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
return !window.BDFDB_Global || (!window.BDFDB_Global.loaded && !window.BDFDB_Global.started) ? class {
|
return !window.BDFDB_Global || (!window.BDFDB_Global.loaded && !window.BDFDB_Global.started) ? class {
|
||||||
|
@ -90,9 +92,11 @@ module.exports = (_ => {
|
||||||
|
|
||||||
this.modulePatches = {
|
this.modulePatches = {
|
||||||
before: [
|
before: [
|
||||||
"ChannelTextAreaForm",
|
|
||||||
"Menu",
|
"Menu",
|
||||||
"Message"
|
"Message"
|
||||||
|
],
|
||||||
|
after: [
|
||||||
|
"ChannelTextAreaForm"
|
||||||
]
|
]
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue