mirror of
https://github.com/Equicord/Equicord.git
synced 2025-02-15 09:03:40 -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"',
|
find: 'tutorialId:"direct-messages"',
|
||||||
replacement: {
|
replacement: {
|
||||||
match: /"discord-shop"\)/,
|
match: /"discord-shop"\)/,
|
||||||
replace: "$&,$self.QuestButtonComponent(),"
|
replace: "$&&&$self.QuestButtonComponent(),"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{ // Add new route
|
{ // Add new route
|
||||||
|
|
Loading…
Reference in a new issue