mirror of
https://github.com/Equicord/Equicord.git
synced 2025-02-14 13:13:33 -05:00
Fix betterquests?
This commit is contained in:
parent
7a676e7c7e
commit
0c4f515e30
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ export default definePlugin({
|
|||
find: 'tutorialId:"direct-messages"',
|
||||
replacement: {
|
||||
match: /"discord-shop"\)/,
|
||||
replace: "$&,$self.QuestButtonComponent(),"
|
||||
replace: "$&&&$self.QuestButtonComponent(),"
|
||||
}
|
||||
},
|
||||
{ // Add new route
|
||||
|
|
Loading…
Reference in a new issue