TheCommieAxolotl / BetterDiscord-Stuff

BetterDiscord Plugins and Themes
https://discord.gg/5BSWtSM3XU
MIT License
115 stars 293 forks source link

update PreviewMessage webpack module filter #71

Closed TheNickm2 closed 6 months ago

TheNickm2 commented 6 months ago

updates the PreviewMessage ChannelTextArea webpack module search string as recent Discord changes have caused the previous string to fail. This change fixes the module lookup - and based on my brief testing, at least, there do not appear to be any other modules with the text CHANNEL_TEXT_AREA included anywhere in module.type.render.toString() at this time.

Fixes #69