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: [
|
patches: [
|
||||||
{ // Add new quest button
|
{ // Add new quest button
|
||||||
find: 'tutorialId:"direct-messages"',
|
find: "\"discord-shop\"",
|
||||||
replacement: {
|
replacement: {
|
||||||
match: /"discord-shop"\)/,
|
match: /"discord-shop"\),/,
|
||||||
replace: "$&&&$self.QuestButtonComponent(),"
|
replace: "$&,$self.QuestButtonComponent(),"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{ // Add new route
|
{ // Add new route
|
||||||
|
|
Loading…
Add table
Reference in a new issue