Fixed for new update

This commit is contained in:
CatCraftYT 2024-06-19 11:37:42 +09:30
parent 50155153f7
commit 734e4bce8d

View file

@ -32,7 +32,7 @@ export default definePlugin({
authors: [Devs.catcraft],
patches: [
{
find: '.default("ChannelMessages")',
find: '"_channelMessages",{})',
replacement: {
match: /static commit\((.{1,2})\){/g,
replace: "$&$1=$self.blockMessagesWithKeywords($1);"