mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-13 00:23:02 -04:00
Move everything away from pnpm and use bun (#278)
* testing bun migration * e * try no node * test noxos * reporter? * reporter2 * Fix Patches * change readme(s) * make readme simpler * bleh --------- Co-authored-by: thororen1234 <78185467+thororen1234@users.noreply.github.com>
This commit is contained in:
parent
608ffa0764
commit
fbd1d1b551
16 changed files with 184 additions and 5492 deletions
|
@ -85,13 +85,6 @@ export default definePlugin({
|
|||
replace: "$1.forEach($self.anonymise),$&"
|
||||
},
|
||||
},
|
||||
{
|
||||
find: 'addFilesTo:"message.attachments"',
|
||||
replacement: {
|
||||
match: /\i.uploadFiles\((\i),/,
|
||||
replace: "$1.forEach($self.anonymise),$&"
|
||||
}
|
||||
},
|
||||
{
|
||||
find: "#{intl::ATTACHMENT_UTILITIES_SPOILER}",
|
||||
replacement: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue