mirror of
https://github.com/Vendicated/Vencord.git
synced 2025-02-25 07:48:32 +00:00
Fixed for new update
This commit is contained in:
parent
50155153f7
commit
734e4bce8d
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ export default definePlugin({
|
||||||
authors: [Devs.catcraft],
|
authors: [Devs.catcraft],
|
||||||
patches: [
|
patches: [
|
||||||
{
|
{
|
||||||
find: '.default("ChannelMessages")',
|
find: '"_channelMessages",{})',
|
||||||
replacement: {
|
replacement: {
|
||||||
match: /static commit\((.{1,2})\){/g,
|
match: /static commit\((.{1,2})\){/g,
|
||||||
replace: "$&$1=$self.blockMessagesWithKeywords($1);"
|
replace: "$&$1=$self.blockMessagesWithKeywords($1);"
|
||||||
|
|
Loading…
Add table
Reference in a new issue