mirror of
https://github.com/Equicord/Equicord.git
synced 2025-03-04 00:10:05 -05:00
This works again? idfk discord
This commit is contained in:
parent
291b3b4647
commit
75669edb28
1 changed files with 3 additions and 3 deletions
|
@ -110,10 +110,10 @@ export default definePlugin({
|
|||
|
||||
patches: [
|
||||
{ // Add new quest button
|
||||
find: 'tutorialId:"direct-messages"',
|
||||
find: "\"discord-shop\"",
|
||||
replacement: {
|
||||
match: /"discord-shop"\)/,
|
||||
replace: "$&&&$self.QuestButtonComponent(),"
|
||||
match: /"discord-shop"\),/,
|
||||
replace: "$&,$self.QuestButtonComponent(),"
|
||||
}
|
||||
},
|
||||
{ // Add new route
|
||||
|
|
Loading…
Add table
Reference in a new issue