Update EmojiStatistics.plugin.js

This commit is contained in:
Mirco Wittrien 2022-09-24 17:43:47 +02:00
parent 6f090e0dd4
commit 7c0121a43f
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
* @name EmojiStatistics
* @author DevilBro
* @authorId 278543574059057154
* @version 2.9.8
* @version 2.9.9
* @description Shows you an Overview of Emojis and Emoji Servers
* @invite Jx3TjNS
* @donate https://www.paypal.me/MircoWittrien
@ -62,7 +62,7 @@ module.exports = (_ => {
onLoad () {
this.patchedModules = {
after: {
EmojiPicker: "type"
EmojiPicker: "render"
}
};