#👾-core-development

1 messages · Page 206 of 1

glass jasper
dawn coyote
#

hi

gritty canyon
#

would this be a copyright violation?

fallen vale
#

i love when ppl on problematic issues and stuff just kinda like stalk us here
same thing happened with that troll opening spam issues in #🗳-plugin-requests

desert cosmos
fallen vale
#

i doubt they will
it was prefaced with

Please fix or we might have to take additional steps

desert cosmos
#

true

glass jasper
polar stratus
desert cosmos
#

anyways thanks for the funny fork blobcatcozy

glass jasper
fallen vale
glass jasper
fallen vale
#

textreplace xx

scenic fog
#

woah petty comments are going hard I see

#

those are the only "rainbows" I can think of and it's a Vesktop thing

fallen vale
#

why are we back to this

scenic fog
#

(also they changed "cutest" to "most based" suspicioushiro)

glass jasper
#

Anyways, it’s just a homophobic script kitty looking for attention. I can’t be bothered anymore.

fallen vale
#

okay imma just stop tryna understand whats homophobic about this

scenic fog
#

yeah it seems it's mostly the repository name being a red flag, and replacing the license and credits + removing the donation options being a quite dubious move regardless of that

austere talon
#

tbh you guys are giving them way too much attention

#

random clown skid who cares

glass jasper
crude hearth
#

vencord members try to not attack some random dude who made weird fork challenge

fallen vale
#

thats on them

crude hearth
#

most forks just die within days anyway

fallen vale
#

not me

crude hearth
#

maintaining vencord is lots of work

crude hearth
#

vencord+ is just mirror of vencord repo at this point trolldayruined

fallen vale
gritty canyon
#

i was aboutt to create a new issue just saying "fuck you" but i know one of you would probably report me and get me banned

crude hearth
#

this is also whole point of open source

still wasp
#

You guys care too much

crude hearth
#

unless you violate the license (they did) they are free to make any changes they want

woeful sable
#

how'd they violate the license (i dont wanna bother looking at the fork)

gritty canyon
crude hearth
woeful sable
#

ah

fallen vale
crude hearth
fallen vale
#

other way i think?

glass jasper
gritty canyon
#

yeah

#

was about to say that

crude hearth
woeful sable
#

great fork

gritty canyon
still wasp
#

But again- free will

charred monolithBOT
crude hearth
#

where even does vencord have rainbows

#

I only know the linux icon (thats also vesktop not regular vencord)

fallen vale
crude hearth
woeful sable
crude hearth
still wasp
fallen vale
#

@fallen vale

crude hearth
#

also lastly badges

#

meh

woeful sable
#

rainbow badge detection ai ❤️

scenic fog
#

just put a greyscale filter on the whole app

#

no more rainbows

woeful sable
#

real.

fallen vale
#

it breaks profile pictures in chat but

* {
  filter: grayscale(100%);
}
#

just stole that from google

charred monolithBOT
brazen bone
#

Putting it on :root is enough

brazen bone
#

Jokes shall be made in a way that optimizes performance

fallen vale
fossil inlet
#

what channel is that

vague vapor
#

I'm guessing it had to be before discord added custom themes maybe, because when you add to the html element the class 'custom-theme-background' for some reason it overrides most styles and u can just modify the --custom-theme-background and tada, done

charred monolithBOT
charred monolithBOT
frail skyBOT
#
Bad Patches

PictureInPicture (had no effect):
ID: 446411
Match: ```
/.nonMediaMosaicItem]:!(\i).{0,50}?children:[(\S)/

Bad Webpack Finds

None

Bad Starts

None

Discord Errors

None

#
Bad Patches

PictureInPicture (had no effect):
ID: 446411
Match: ```
/.nonMediaMosaicItem]:!(\i).{0,50}?children:[(\S)/

Bad Webpack Finds

None

Bad Starts

None

Discord Errors

None

teal nest
#

oh god

#

makes sense

charred monolithBOT
teal nest
#

it will probably break again soon

#

guess we’ll see

fossil inlet
#

is it a known issue that the message preSendListener doesnt work on all messages

desert cosmos
#

unbump blobcatcozy

charred monolithBOT
#

oops sorry 😭

On Fri, Aug 9, 2024 at 10:18 PM Feathers8 @.***> wrote:

Nah, don't do this, or it'll get locked again. 😅


Reply to this email directly, view it on GitHub
https://github.com/Vendicated/Vencord/pull/1806#issuecomment-2278942538,
or unsubscribe
https://github.com/notifications/unsubscribe-auth/AR2HLYXBVLPKMQDWSGB4HDLZQVZ5XAVCNFSM6AAAAAA6BLKNSKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDENZYHE2DENJTHA
.
You are receiving this because you comme...

desert cosmos
#

i love reading github comments

rugged spire
inland fable
austere talon
#

discord skill issue i think

#

dont use that box it sucks

gritty canyon
#

plugin to remove that shit entirely

inland fable
gritty canyon
#

what about a universal debloat plugin

inland fable
#

discord ltsc

brazen bone
gritty canyon
#

shuddup im fr

#

to clean up stuff

#

with patches just removing a million lines of discord code (this part may be a joke)

frail skyBOT
#
Bad Patches

PictureInPicture (had no effect):
ID: 446411
Match: ```
/.nonMediaMosaicItem]:!(\i).{0,50}?children:[(\S)/

Bad Webpack Finds

None

Bad Starts

None

Discord Errors

None

#
Bad Patches

PictureInPicture (had no effect):
ID: 446411
Match: ```
/.nonMediaMosaicItem]:!(\i).{0,50}?children:[(\S)/

Bad Webpack Finds

None

Bad Starts

None

Discord Errors

None

charred monolithBOT
gritty canyon
#

😨

#

vencorde explosion imminent.

charred monolithBOT
austere talon
#

why does github do this

#

comments from fork

fallen vale
#

why does github do half the shit they do

#

why do comments on PR reviews say that another pr review was made, and give no context as to what is actually being replied to?

austere talon
fallen vale
#

oh that fuckin thing

austere talon
#

i'm improving the DX via better errors

charred monolithBOT
granite sky
austere talon
#

yes

#

that's how all the ~ imports work

#

and how you can just plop plugins in the plugin folder and it gets bundled

#

it auto generates the code

granite sky
#

Vee, can i ask you to explain how esbuild merges all plugins?

I looked into a config, you have a custom plugin there which maps ~plugins and .d.ts
So it just replaces ~plugins with importing default from this?

            code += `export default {${pluginsCode}};export const PluginMeta={${metaCode}};export const ExcludedPlugins={${excludedCode}};`;
austere talon
granite sky
#

Oh, so it's even better than i thought, thanks

austere talon
#

it's quite a lot of js

#

cause it does a looot

#

common.mjs has all the plugins

granite sky
charred monolithBOT
median rapids
#

W

#

wait

#

that fix doesn't seem right lol

austere talon
#

i never even encountered that

#

only on myself when i was invisible

median rapids
#

i have

rugged spire
rugged spire
#

stupid dum....

frail skyBOT
#
Bad Patches

None

Bad Webpack Finds

None

Bad Starts

None

Discord Errors

None

#
Bad Patches

None

Bad Webpack Finds

None

Bad Starts

None

Discord Errors

None

charred monolithBOT
austere talon
#

why does anyone use gif slash commands 😭

fallen vale
#

how have i never known about that

teal nest
#

does this take commits from main branch or dev branch?

fallen vale
#

dev i presume

fossil inlet
charred monolithBOT
#

Stores your Discord token safely. This is meant to combat hackers from simply stealing your token from the traditional location.

Note that this plugin requires you to re-login to an account every time you want to switch to it.

Additionally, enabling encryption requires a login every restart.

image
image

teal nest
#

what the hell

fossil inlet
#

also what the fuck is this match

glass jasper
fossil inlet
#

yup

glass jasper
#

even more with that
"Additionally, enabling encryption requires a login every restart."

glass jasper
fossil inlet
#

also it makes no fucking sense because this just seems like security through obscurity

#

you could just patch where discord needs your token, and then just intercept it there

jagged reef
# fossil inlet

fixed and made it store the key if you don't want to login

fossil inlet
#

@haughty valley you're stupid

#

average guns.lol user

fallen vale
#

what did bro do

glass jasper
fossil inlet
#

to the tokenplugin thing

glass jasper
charred monolithBOT
charred monolithBOT
median rapids
glass jasper
brazen bone
#

I think you would be merged

glass jasper
#

i hate apple auto-correct the stuff it does doesn’t even make sense sometimes

brazen bone
#

Auto-carrot is funny sometimes

charred monolithBOT
desert cosmos
#

fellow ogg enjoyer

austere talon
#

thanks for restating what the issue title says

gritty iris
austere talon
#

[Vendicated/Vencord] New comment on issue #1512: VoiceMessages: Web recorder records webm instead of ogg

gritty iris
charred monolithBOT
charred monolithBOT
charred monolithBOT
sour drum
#

Thoughts on maybe having conditions for plugin settings?

i.e

blockSide: {
    type: OptionType.SELECT,
    description: "Side for the block to appear on",
    options: [
        {
            label: "Left",
            value: RenderSide.LEFT,
        },
        {
            label: "Right",
            value: RenderSide.RIGHT,
            default: true,
        },
    ],
    condition: (settings) => settings.renderType === RenderType.BLOCK
}
#

without having to use custom components

fallen vale
grave mangoBOT
inland fable
sour drum
#

am I really that blind?

#

Sorry I must be blind holy shit

inland fable
#

you can use hidden in the setting def to make it not show up or disabled in the next arg to run a function and if it returns true value it'll show up but as disabled

sour drum
#

Yeah I somehow missed both of those when looking for whether something like it already existed

charred monolithBOT
frail skyBOT
#
Bad Patches

None

Bad Webpack Finds

None

Bad Starts

None

Discord Errors

None

#
Bad Patches

None

Bad Webpack Finds

None

Bad Starts

None

Discord Errors

None

charred monolithBOT
jagged reef
#

I've forgotten what the original plugin request was, and I can't find it. sadge

glass jasper
jagged reef
#

fr

#

I linted locally and it passed

#

turns out I was on an older version of eslint so it didn't even run and I thought it was just passing 💀

jagged reef
glass jasper
jagged reef
#

:skoca:

#

removed it lol

glass jasper
#

anyways... id prolly use the plugin

jagged reef
#

w!

glass jasper
#

Soo... I got bored and look at "vencord-without-rainbows" and they didn't do anything Vee said to do, if anything they removed more references to vencord and vee
0b9f61f

#

ik, Vee said stop talking about it but this is prolly not what they meant by change the License back

#

also why remove the check for licenses

#

anyways... imma stop now, just had to bring that up

glass jasper
jagged reef
glass jasper
scenic fog
fallen vale
charred monolithBOT
turbid hatch
#

i forgot transfer issue only works on repositories in the same org

#

rip

austere talon
#

it doesn't belong anywhere

turbid hatch
#

yeah i know i was just fiddling with it

#

i couldnt find it and then i was like "oh wait no"

#

also jesus that faq entry is horribly written, what was i smoking

#

ill rewrite it later into better english

austere talon
#

lmao

charred monolithBOT
teal nest
#

the heck

gritty canyon
#

@dusk blaze WHAT IS THIS!

dusk blaze
#

just fork

#

to add new features

#

okay i renamed

austere talon
#

what do u wanna add

dusk blaze
#

cursed things

#

(multi device)

#

(old backup restoration)

#

(premium)

jagged reef
#

Vencord Nitro when?

median rapids
#

Ventro

teal nest
#

donate to vencord to use custom themes husk

woeful sable
#

1$ unlocks a random plugin

teal nest
#

EA buys vencord

gritty canyon
#

free trial:
6 Offical, Custom made plugins!

paid version:
Badge
Access to ALL plugins
Access to custom themes
Access to the exclusive "Vendroid"
...

woeful sable
#

exclusive vendroid ❤️

jagged reef
#

Donate to unlock chat history

austere talon
gritty canyon
teal nest
#

the "free vencor" forks will go crazy

woeful sable
#

obfuscate the code trust

gritty canyon
woeful sable
#

just go closed source

teal nest
#

people will be seen as "omg u pirated vencord" cuz they flipped an if statement

#

yeah fair

#

good luck tho

gritty canyon
teal nest
#

cuz everything is OSS if u can read assembly

#

...or js in this case

gritty canyon
#

if you spend your days looking at decompiled JS you have some other problems you probably want to take care of first

teal nest
#

what is a life for anyway if not to do exactly that

median rapids
#

I've stared at it long enough that it just looks normal

fallen vale
gritty canyon
teal nest
#

with the number of engineers working on it daily i hope it is clean

median rapids
charred monolithBOT
charred monolithBOT
charred monolithBOT
rugged spire
charred monolithBOT
granite sky
#

Is this an intended behavior?
( avatar, new line, username )

fossil inlet
granite sky
#

Wdym not in the chat box

fossil inlet
#

Does this happen in normal messages after they're sent?

granite sky
fossil inlet
#

Oh I thought you were talking about something else, sorry

charred monolithBOT
austere talon
teal nest
#

what the hell

frail skyBOT
#
Bad Patches

None

Bad Webpack Finds

None

Bad Starts

None

Discord Errors

None

#
Bad Patches

None

Bad Webpack Finds

None

Bad Starts

None

Discord Errors

None

pine topaz
#

nevermind, installer issue

charred monolithBOT
#

Discord Account

estrobink1 (id is 1208425348312596550)

What happens when the bug or crash occurs?

messagetags plugin keeps deleting the message tags i set. been happening for ~a week now.

Vencord: v1.9.7 • 5160f90 (Vesktop v1.5.3) - 3 Aug 2024
Client: stable ~ Vesktop v1.5.3
Platform: MacIntel
⚠️ Activity Sharing disabled

What is the expected behaviour?

for it to not delete half of my tags

How do you recreate this bug or crash?

wait for tag to de...

charred monolithBOT
frail skyBOT
#
Bad Patches

None

Bad Webpack Finds

None

Bad Starts

None

Discord Errors

None

#
Bad Patches

ShowHiddenThings (found no module):
ID: -
Match: ```
2022-07_invites_disabled

Bad Webpack Finds
find((m) => m.definition?.id === "2022-07_invites_disabled")
Bad Starts

None

Discord Errors

None

limber skiff
#

@median rapids they removed the invites experiment

#

should I just remove enableInvitesDisabled?

rugged spire
#

try it and see

limber skiff
#

or you can fix it yourself if you want

#

okay so just removing it works

charred monolithBOT
limber skiff
#

@median rapids check if this is right

charred monolithBOT
fossil inlet
brazen bone
#

A comfortable way to extract modules is essential for discord modding

#

Been saying that for ages

fossil inlet
#

!remind 9am work on vencord companion

shut vineBOT
#

Alright @fossil inlet, in 6 hours, 21 minutes and 44 seconds: work on vencord companion

fossil inlet
#

i love 6.5 hours of sleep blobcatcozy

rugged spire
#

cant something similar already be done using webpack extract

#

if you use consoleshortcuts just wpex(moduleId)

#

then you can save it?

brazen bone
#

Have fun manually doing that to tens of thousands of modules

fossil inlet
#

Also it’s just a pain in the ass to do it in the console

rugged spire
#

Hm true

#

Are you writing something to extract EVERYTHING automatically?

fossil inlet
#

No, that would be crazy

rugged spire
#

Would be awesome if you made an auto remapper to known modules

fossil inlet
rugged spire
#

Just use existing webpack finds from the common module in vencord

fossil inlet
#

Also how would that even work

#

Like what would it do

#

With a known module

rugged spire
#

Replace the m.p or whatever in the code with something like GuildStore

fossil inlet
#

Too complicated for what it does

rugged spire
#

true

fossil inlet
#

Searching through stores is a pain in the ass, and I made my own tool to make it quick, but this is too complicated

charred monolithBOT
austere talon
brazen bone
#

Extracting them inside discord is laggy yeah

#

But why'd you do that

#

Extracting them to separate files is nice

austere talon
#

outside of discord?

brazen bone
#

Yes

austere talon
#

I don't think that's very useful because you can't put breakpoints

brazen bone
#

You can't put breakpoints in internally extracted files either, can you?

austere talon
#

if it's extracted manually yes

median rapids
#

I can check later

#

?remind 2h

shut vineBOT
#

Alright @median rapids, in 2 hours: …

charred monolithBOT
charred monolithBOT
shut vineBOT
#

@median rapids, <t:1723541071:R>: …

charred monolithBOT
shut vineBOT
#

@fossil inlet, <t:1723531096:R>: work on vencord companion

limber skiff
median rapids
#

yeah just removing the check entirely is fine

#

also as a plus it works everywhere now

limber skiff
#

niceee

charred monolithBOT
gritty canyon
#

i do not think this is a very useful plugin

glass jasper
#

where it doesn't actually send the sticker instead it puts it in your text bar so then you have to press enter or send yourself

#

@rugged spire

gritty canyon
#

even if this was a good feature id put it in with gifpaste

glass jasper
#

true… doesn’t really need to be its own thing. You could even just re-brand gifpaste to attachpaste*(or something)* and put this with it

fossil inlet
gritty canyon
#

yeah

fossil inlet
#

i think its a good idea, but it should be merged with the gif one

charred monolithBOT
#
const startSound = "https://raw.githubusercontent.com/redbaron2k7/videoStartNotifier/117738bff76699a89531a067e321b6406bffbc88/start.mp3";
const stopSound = "https://raw.githubusercontent.com/redbaron2k7/videoStartNotifier/117738bff76699a89531a067e321b6406bffbc88/stop.mp3";

you might want to pin the files to long commit hashes, since the current links allow you to freely edit the files (most hotlinked resources in vencord are pinned)

frail skyBOT
#
Bad Patches

None

Bad Webpack Finds

None

Bad Starts

None

Discord Errors

None

#
Bad Patches

None

Bad Webpack Finds

None

Bad Starts

None

Discord Errors

None

charred monolithBOT
limber skiff
#

decorators in vencord would be kinda fire (nvm you cant do them in functions 😭)

dusk blaze
#

java in vencord

jagged reef
#

raw github is down?

jagged reef
#

yeah, works for me now

charred monolithBOT
charred monolithBOT
gritty canyon
glass jasper
charred monolithBOT
#

This plugin disables the feature where you highlight text and paste text to convert it to a masked link.
I personally find this feature SOO annoying when i just want to quickly edit a message.

For example, I send a wrong link by accident.

  1. Press the up arrow key
  2. Ctrl + A, CTRL + V + Enter
    And now my day is ruined, I have added extra work for myself ☹️

I know that I should've created an issue first, But I don't mind if this PR gets declined. It was all a fun and learning process.

glass jasper
# charred monolith

welp it was only amount of time before someone made a plug-in that undid Discord making that a default feature

opaque silo
#

backspace is too much effort

glass jasper
#

1984, and yeah, I do agree with them, It is very annoying.

brazen bone
#

Pasting has erased the selection in literally every program for decades; messing with that is stupid

gritty canyon
#

not in wysiwygs...

brazen bone
#

I don't use wysiwygs, so maybe that's why I haven't encountered it then

charred monolithBOT
gritty canyon
#

we should reverse engineer the entirety of discord imo

rugged spire
#

real

opaque silo
#

just rewrite the discord client ,,.,,.,

charred monolithBOT
rugged spire
#

i would actually use this plugin

brazen bone
#

Absolutely

rugged spire
#

?remindme 8:30am check in on this plugin

shut vineBOT
#

Alright @rugged spire, in 10 hours, 21 minutes and 5 seconds: check in on this plugin

brazen bone
#

I hate when programs meddle with core mechanics

#

Does bot know your timezone or what

rugged spire
#

Yes

#

tbh the idea of being able to select text and press ctrl+k to make it a masked link would be good though

brazen bone
#

I do sometimes mess up the order of the ngl

charred monolithBOT
austere talon
#

honestly yeah discord adding that feature without a way to toggle it is insane

#

I fucking despise it

#

it's very common for me to just ctrl + a > paste to override my text

#

if im pasting a link...

spark cove
#

vee please im cryingh

#

i want asar so bad

charred monolithBOT
spark cove
#

i will pay u like $5 to review it atleast and say what u think should be changed / is a bad idea

austere talon
#

😭

spark cove
#

please i have so much motivation but im walled off by the merge gods

dusk blaze
austere talon
spark cove
#

yes asar

#

but for that we need more updater testing / fixing

#

so that pr i replied to that i opened is for helping me test it easier

#

and for us all to test updates easier in general

#

if u need me to be more specific about what the PR does let me know

#

really trying the best i can to take as much load off of you and get this shipped 😭

brazen bone
#

What does it do? Send your token to every channel you have access to, set your nick in every guild, and set your status?

dusk blaze
charred monolithBOT
gritty canyon
#

omfg

#

☹️

woeful sable
#

😭

#

horror

charred monolithBOT
austere talon
#

Hello I would like this in my vencord please

woeful sable
fossil inlet
#

Hey I heard you liked vencord so I put vencord in your Vencord

gritty canyon
#

they will be boiled

fossil inlet
gritty canyon
#

a fibrous powder

charred monolithBOT
limber skiff
#

@spark cove you want a review in your pr or the asar one?

limber skiff
#

I mean sure

#

gonna add other missing methods to that too

glass jasper
#

the creator of “vencord without rainbows” making pr wasn’t expected

gritty canyon
#

homophobic vencord creator contributing to homosexual vencord 😨

fossil inlet
#

Did he actually do anything homophobic?

gritty canyon
#

no

brazen bone
#

It's just that the name of the fork is kinda sus

glass jasper
#

Just some unethical things like relicensing and cutting a few contributors out because of their name. Removing the code of conduct file. Removing all references to Vee or actual Vencord removing the ability to donate or see donor badges… actually just straight up remove the whole badge system.

charred monolithBOT
#

And if you dont want the videos dearrowed just disable the plugin.

well I could want to use the plugin only sometimes when someone sends a sensationalist video, but having it disabled because most of the times it's just a normal video and I want to get the original title (which is most of the time accurate enough).
allowing a per-video dearrow with it being disabled by default would benefit me, and probably some other users too. else it's just too inconvenient most of the time and ...

shut vineBOT
#

@rugged spire, <t:1723630135:R>: check in on this plugin

charred monolithBOT
gritty canyon
spark cove
#

oh this wasnt for me

limber skiff
spark cove
#

yaya

charred monolithBOT
frail skyBOT
#
Bad Patches

Decor (had no effect):
ID: 720734
Match: ```
/(?<=\i)({avatarDecoration:)(\i).avatarDecoration(?=,)/

Bad Webpack Finds

None

Bad Starts

None

Discord Errors

None

#
Bad Patches

Decor (had no effect):
ID: 720734
Match: ```
/(?<=\i)({avatarDecoration:)(\i).avatarDecoration(?=,)/

Bad Webpack Finds

None

Bad Starts

None

Discord Errors

None

fossil inlet
charred monolithBOT
opaque silo
# frail sky

this exploding made me realize the decor is overlayed ontop of the green speaking ring

#

how does it work for discord decorations

limber skiff
#

decor doesnt change how decorations are placed

opaque silo
#

guh so discord just has a skill issue

limber skiff
#

it just uses its own logic to fetch a decoration from its server when its a custom one

#

and makes discord use it

charred monolithBOT
frail skyBOT
#
Bad Patches

None

Bad Webpack Finds

None

Bad Starts

None

Discord Errors

None

#
Bad Patches

None

Bad Webpack Finds

None

Bad Starts

None

Discord Errors

None

rugged spire
limber skiff
#

they made embed codeblocks proper embeds?

#

shiki works now

fossil inlet
limber skiff
#

actually huh

#

normal codeblocks are different too

#

that does not look like the shiki codeblock from before actually

fossil inlet
#

did they just make a change to codelbocks

limber skiff
#

it seems be a combination now of shiki and normal wtf

fossil inlet
sour drum
fossil inlet
#

i swapped from nvim to vsc for other reasons, trying to make the extension as good as possible

sour drum
#

only reason I installed vsc again was for the extension
haven't had it installed for at least 4 years

rugged spire
sour drum
rugged spire
#

though

#

i hate vscode diff view

#

hm

#

maybe if it wasnt read only it'd be really cool if you could auto generate patch regex by editing the module code itself

fossil inlet
#

ill try

rugged spire
#

wpex does it

fossil inlet
#

im using wpex now trolley

#

(the code behind it)

glass jasper
fossil inlet
#

patched webpack module

limber skiff
#

@fossil inlet here is how:

#

Vencord.Webpack.wreq.m[id].toString() -> non patched
Function.prototype.toString.call(Vencord.Webpack.wreq.m[id]) -> patched

#

vencord monkey patches toString to return the non patched

#

but if you use the prototype one you use the non monkey patched toString

#

which returns the patched version

rugged spire
fossil inlet
limber skiff
#

wait did that actually work

fossil inlet
#

idk, havent tested it yet

limber skiff
#

oh

#

on current vencord it works

#

on my branch it doesnt

#

cuz it restores the original module

#

so wreq.m[id] is the non patched

fossil inlet
#

@limber skiff

#

uhhh

limber skiff
#

oh right

#

it's the wrapper

#

ahh shit

#

okay it's not possible

fossil inlet
#

okay

limber skiff
#

I could make it possible in the future however

fossil inlet
#

i can prob just send the patch data to the client and have it patch it before returning

#

but ill worry about that after the code i have now is somewhat decent

limber skiff
#

keeps more things alive which the garbarge collector will never destroy

#

unless perhaps we could only the stringified version

fossil inlet
#

maybe just store module id > diff

#

if thats possible

fossil inlet
rugged spire
#

You will give FreeNitroGenerator source code

#

I need to test

fossil inlet
#

Be warned, the code is very bad right now and just at proof of concept stage.

rugged spire
#

when is tomorrow morning

fossil inlet
#

9 a.m. EST

rugged spire
#

?remindme 8:30am explode

shut vineBOT
#

Alright @rugged spire, in 15 hours, 59 minutes and 43 seconds: explode

rugged spire
#

i will be eeping

glass jasper
# fossil inlet 9 a.m. EST

Eastern standard time zone user 🦅🦅🦅🦅🦅🦅🦅🦅🇺🇸🇺🇸🇺🇸🇺🇸🇺🇸🇺🇸🇺🇸🇺🇸

charred monolithBOT
#

dearrow will quite literally not do its intended use case

I get it, but what if i want to see the original title and thumbnail
and then think "okay, but what is it actually about ?"
having dearrow spoiling the content/plot/ending of a video happened too many times for my liking, this is why I consider this an okay-ish use case, where we could bring it on demand when something seems too clickbait but like 90% of the videos my friends send me really don't need this at all

crude raptor
#

not a bad idea ngl

teal nest
#

sometimes dearrow makes it just not worth it to watch vids from creators cuz they sum up the point in the title

brazen bone
#

Sounds like it's saving you a lot of time then

woeful sable
#

but what if u wanna waste ur time

crude raptor
#

theres a difference between removing sensationalism and summarising

teal nest
crude raptor
#

yeah sometimes they literally just change capitalisation stg LMAO

#

this genuinely just came up naturally- it had no idea of this specific case

#

it just de-capitalises 2 words..

spice python
#

I think dearrow actually just changes case if theres no community ones

rugged spire
#

i run dearrow in off by default mode

#

in the browser at least

charred monolithBOT
opaque silo
#

people who want extra volume turn on volume booster

#

wdym expected stock equivalent behaviour

austere talon
#

200%

opaque silo
#

wait does stock discord have 200%??

verbal pumice
#

stock desktop has 200%

#

web is capped at 100

opaque silo
#

WHEN DID THAT HAPPEN

verbal pumice
#

since ages ago?

opaque silo
#

I'm too vesktop pilled,,.,,

#

I swear its always been 100 😭

opaque silo
charred monolithBOT
opaque silo
# charred monolith

have vesktop and web have volume booster enabled by default with 2x boost?

#

same desired function

fossil inlet
#

it doesnt make sense to split them into two separate plugins

charred monolithBOT
verbal pumice
fallen vale
# charred monolith

this has the same energy as someone coming into a channel with no messages for 5 minutes and saying "this chat is dead"

brazen bone
#

!remind 5min is chat dead?

shut vineBOT
#

Alright @brazen bone, in 5 minutes: is chat dead?

charred monolithBOT
shut vineBOT
#

@brazen bone, <t:1723746659:R>: is chat dead?

brazen bone
#

Dead chat

fossil inlet
#

dead chat

charred monolithBOT
spark pivot
#

!remind 10 billion years is chat dead?

shut vineBOT
#

Invalid time provided, try e.g. "tomorrow" or "3 days".

glass jasper
#

!remind 10000 years ask @spark pivot if the chat is dead?

shut vineBOT
#

Invalid time provided, try e.g. "tomorrow" or "3 days".

glass jasper
#

fuck

brazen bone
#

!remind yesterday yes

shut vineBOT
#

This time is in the past.

brazen bone
#

!remind now hello

shut vineBOT
#

Invalid time provided, try e.g. "tomorrow" or "3 days".

brazen bone
#

!remind 0 seconds hello

shut vineBOT
#

Alright @brazen bone, in 1 day: hello

brazen bone
#

What

#

Maybe #🤖-bot-commands is better for this

brazen bone
#

Okay so the limit is 9999-12-31

still wasp
#

Core development science time blobcatcozy

shut vineBOT
#

@rugged spire, <t:1723696217:R>: explode

charred monolithBOT
frail skyBOT
#
Bad Patches

BetterNotesBox (had no effect):
ID: 777887
Match: ```
/lastSection:(!?\i)}),/


**__PermissionsViewer (had no effect):__**
ID: `777887`
Match: ```
/showBorder:(.{0,60})}\),(?<=guild:(\i),guildMember:(\i),.+?)/

UserVoiceShow (had no effect):
ID: 777887
Match: ```
/(?<=,)(?=!\i&&!\i&&.{0,50}setNote:)/


**__BadgeAPI (found no module):__**
ID: `-`
Match: ```
id:"premium",

FriendsSince (found no module):
ID: -
Match: ```
.USER_PROFILE}};return


**__FriendsSince (found no module):__**
ID: `-`
Match: ```
.PROFILE_PANEL,

FriendsSince (found no module):
ID: -
Match: ```
.userInfoSectionHeader,


**__MoreUserTags (found no module):__**
ID: `-`
Match: ```
copyMetaData:"User Tag"

MutualGroupDMs (found no module):
ID: -
Match: ```
.Messages.MUTUAL_GUILDS_WITH_END_COUNT


**__MutualGroupDMs (found no module):__**
ID: `-`
Match: ```
.USER_INFO_CONNECTIONS:case

PronounDB (found no module):
ID: -
Match: ```
.pronouns,children


**__PronounDB (found no module):__**
ID: `-`
Match: ```
.nameTagSmall)

ReviewDB (found no module):
ID: -
Match: ```
showBorder:null


**__ShowConnections (found no module):__**
ID: `-`
Match: ```
{isUsingGuildBio:null!==(

ShowConnections (found no module):
ID: -
Match: ```
.PROFILE_PANEL,


**__UserVoiceShow (found no module):__**
ID: `-`
Match: ```
.Messages.MUTUAL_GUILDS_WITH_END_COUNT

ViewIcons (found no module):
ID: -
Match: ```
.MODAL,hasProfileEffect

Bad Webpack Finds
findByProps("section", "lastSection")
findByProps("lastSection")
findComponentByCode(".lastSection", "children:")
findByCode(".lastSection", "children:")
Bad Starts

None

Discord Errors

None

fossil inlet
#

HORRRO

#

WHAT DID DISCORD DO

frail skyBOT
#
Bad Patches

BetterNotesBox (had no effect):
ID: 777887
Match: ```
/lastSection:(!?\i)}),/


**__PermissionsViewer (had no effect):__**
ID: `777887`
Match: ```
/showBorder:(.{0,60})}\),(?<=guild:(\i),guildMember:(\i),.+?)/

UserVoiceShow (had no effect):
ID: 777887
Match: ```
/(?<=,)(?=!\i&&!\i&&.{0,50}setNote:)/


**__BadgeAPI (found no module):__**
ID: `-`
Match: ```
id:"premium",

FriendsSince (found no module):
ID: -
Match: ```
.USER_PROFILE}};return


**__FriendsSince (found no module):__**
ID: `-`
Match: ```
.PROFILE_PANEL,

FriendsSince (found no module):
ID: -
Match: ```
.userInfoSectionHeader,


**__MoreUserTags (found no module):__**
ID: `-`
Match: ```
copyMetaData:"User Tag"

MutualGroupDMs (found no module):
ID: -
Match: ```
.Messages.MUTUAL_GUILDS_WITH_END_COUNT


**__MutualGroupDMs (found no module):__**
ID: `-`
Match: ```
.USER_INFO_CONNECTIONS:case

PronounDB (found no module):
ID: -
Match: ```
.pronouns,children


**__PronounDB (found no module):__**
ID: `-`
Match: ```
.nameTagSmall)

ReviewDB (found no module):
ID: -
Match: ```
showBorder:null


**__ShowConnections (found no module):__**
ID: `-`
Match: ```
{isUsingGuildBio:null!==(

ShowConnections (found no module):
ID: -
Match: ```
.PROFILE_PANEL,


**__UserVoiceShow (found no module):__**
ID: `-`
Match: ```
.Messages.MUTUAL_GUILDS_WITH_END_COUNT

ViewIcons (found no module):
ID: -
Match: ```
.MODAL,hasProfileEffect

Bad Webpack Finds
findByProps("section", "lastSection")
findByProps("lastSection")
findComponentByCode(".lastSection", "children:")
findByCode(".lastSection", "children:")
Bad Starts

None

Discord Errors

None

teal nest
#

uh oh!

still wasp
#

OH FUCK

fossil inlet
#

time for vencord to lockdown again

#

@limber skiff you'll love this

still wasp
#

Pls revert pls revert pls revert pls revert pls revert

fallen vale
teal nest
#

@austere talon support spam is incoming 🙏

limber skiff
#

HOLY SHITTTTTTTTTTTTT

#

WHAT DID THEY DO

glass jasper
#

WHAT THE FUCK!

woeful sable
#

uhh

#

what the fuck

glass jasper
#

@limber skiff please tell me that ran on a old branch somewhere or something?

woeful sable
#

well great time for me to go to sleep

still wasp
#

Everyone strap in it's gonna be a long night

limber skiff
#

it didnt

teal nest
#

thank you discord for the 2:20am break

#

eep time gn mericans

limber skiff
#

okay lets see

#

wait

#

OH

glass jasper
limber skiff
#

old profiles nuked

#

it's all good guys

austere talon
#

it's all profile stuff

limber skiff
#

just useless patches that now need to be removed

austere talon
#

yeah

teal nest
woeful sable
teal nest
#

they were still used tho 💀

glass jasper
limber skiff
#

unsure about this one

median rapids
#

yeah bot profiles use new profiles now

#

so they nuked the old profiles code

sterile oak
dusk blaze
#

after 2 months and a half the plugin is finally finished (discord added listening, watching and competing statuses) potOfGreed

#

might still be useful for old stuff that never updated to the new presences

jagged cloak
#

yeah so like every desktop app using ipc (basically all of them)

#

the only thing i know using the new stuff is premid

dusk blaze
#

without need for oauth

jagged cloak
#

did they

dusk blaze
#

yop

jagged cloak
#

do they work over ipc though
can you just pass a diff type like you're supposed to be able to

#

it used to just ignore it unless it was playing through ipc

dusk blaze
#

yeah

#

that was added

#

but probably almost nothing will support

#

and they will still use playing type

opaque silo
charred monolithBOT
jagged cloak
#

rahhh

#

i cannot be lazy any longer

#

that second one is new to me though

charred monolithBOT
charred monolithBOT
rugged spire
# frail sky

husk im sure my barely maintained plugins broke due to this

fossil inlet
rugged spire
#

i do read history

fossil inlet
#

i dont blobcatcozy

rugged spire
#

do i reload

fossil inlet
#

nothing broke for me blobcatcozy

rugged spire
#

huh, not that bad

fossil inlet
#

i need advice
the extract module part, im planning on adding an option for it to save the files, what would be a good path for the files to save to

brazen bone
#

Cli arg

#

Or file picker if you're into that

fossil inlet
#

what ECMAscript version does discord target

brazen bone
#

You mean in their webpacked code?

fossil inlet
#

yes

gritty canyon
brazen bone
#

Something older than default arguments and ?? at least

fossil inlet
gritty canyon
#

😵‍💫

fossil inlet
#

what does taht mean 😭

gritty canyon
#

extension setting then?

gritty canyon
fossil inlet
gritty canyon
#

true but i do think this would be better as a cli tool

fossil inlet
brazen bone
#

I plan to make a cli tool for it

gritty canyon
#

no way

brazen bone
#

Someday when I'm not busy with video games

gritty iris
#

Real stuff right there

fossil inlet
#

since i started coding a lot more, ive spend less time playing video games

#

still play quite a bit tho

gritty iris
#

Since I started coding my life went down hill and that's fine

#

Life stocks are down rn fr

brazen bone
#

A full-time job is also quite time consuming

gritty iris
gritty canyon
fossil inlet
glass jasper
gritty iris
brazen bone
#

You meet people?

glass jasper
gritty iris
#

I started coding by making a random discord bot out of spite for mee6 in 2020 lol

glass jasper
austere talon
charred monolithBOT
charred monolithBOT
dapper crest
#

We love js

jagged cloak
#

thanks for the reminder tho

jagged cloak
#

ts ecosystem is stockholm syndrome simulator i think

brazen bone
#

Ts is pretty good considering it's an extension to an untyped language

#

Could be way worse, just look at python

jagged cloak
#

why is it arraybuffer anyway i dont remember even doing it like that

gritty canyon
brazen bone
#

Python could have pretty much taken typescript's system right off and it'd have worked pretty well

#

But nope, they wanted to do their own thing and it fucki*g sucks

#

I think two of python's biggest issues regarding typing are

  • requiring types to be valid expressions
  • being partly structural and partly nominal typing
jagged cloak
#

@dapper tiger loves

dapper tiger
#

yop

brazen bone
#

Why zip

#

tar.gz superiority

gritty canyon
#

7z

jagged cloak
#

cant reproduce

#

someone dm me a 4000 character msg

woeful sable
#

thats a 144p essay

jagged cloak
#

its steamvr mirror

woeful sable
#

3 different discords open

#

horror

jagged cloak
#

guhhh how else do you want me to test it alone

#

anyway the pr is done

charred monolithBOT
#

Another bug I'd like to report on the side of this is the XSOverlay seems to ignore the size of the message and it breaks the pop-up showing the text breaking out of the notification bubble. Perhaps if the notification is very long.. only show the first few words followed with "..." to show there is more in the message?

I cannot reproduce this, and regardless is something you should create a bug report with XSOverlay's dev instead.

shut vineBOT
#

@brazen bone, <t:1723748961:R>: hello

brazen bone
charred monolithBOT
fallen vale
# charred monolith

fixed
it wasnt broken

also why not just "friendinvite" why weirdly arbitrarily shorten it to fvite

glass jasper
# charred monolith

how little this actually “ fixes” pretty wild putting yourself in the Devs for it

glass jasper
still wasp
#

I just thought

#

It might not be a bad idea to view exactly which commands a plugin adds

#

In the info modal

glass jasper
fallen vale
rugged spire
#

ikr husk

#

L i s t s a l l f r i e n d i n v i t e l i n k .

#

DO I CLICK IT

rugged spire
#

i would not be surprised if this code was not tested in the client

glass jasper
#

||they prolly don’t actually know what a dev build is||

rugged spire
#

this plugin changes something with a dumb behaviour to have a forgettable behaviour

charred monolithBOT
glass jasper
#

you know the whole create/list/revoke thing

still wasp
#

I might be insane but aren't friend codes potentially longer and more complex than just sharing your username

glass jasper
#

Honestly, yeah, and they automatically expire after seven days anyways

glass jasper
median rapids
#

did canary break embeds or did vencor break embeds

rugged spire
#

whar

#

what happened

median rapids
#

embeds dont show up

#

at it is canary

#

discord shitware at its finest

rugged spire
#

lets see

glass jasper
rugged spire
#

you are right can reproduce husk

#

dont restart your client then

woeful sable
#

just raelized that

woeful sable
#

IM ON STABLE

#

😭

#

it doesnt work still

#

i love discord

fossil inlet
woeful sable
#

discord broke shit

fossil inlet
#

any plugins broken?

woeful sable
#

no idea

#

i switched from canary to stable so it works, turns out it broke on stable as well

fossil inlet
#

stable so stable

median rapids
#

it's been like 5 or 6 commits

#

they didn't realise

#

even made it to stable

#

most tested discord product

still wasp
#

LMAOOO WTF HAPPENED

#

discord moment

fossil inlet
#

@median rapids do you know what ECMAScript version discord targets?

charred monolithBOT
still wasp
#

Can we go one day without a stupid pr please

#

Just a single day

#

That is all i want

teal nest
#

i wish

desert cosmos
#

fvite

frail skyBOT
#
Bad Patches

BetterNotesBox (had no effect):
ID: 777887
Match: ```
/lastSection:(!?\i)}),/


**__PermissionsViewer (had no effect):__**
ID: `777887`
Match: ```
/showBorder:(.{0,60})}\),(?<=guild:(\i),guildMember:(\i),.+?)/

UserVoiceShow (had no effect):
ID: 777887
Match: ```
/(?<=,)(?=!\i&&!\i&&.{0,50}setNote:)/


**__BadgeAPI (found no module):__**
ID: `-`
Match: ```
id:"premium",

FriendsSince (found no module):
ID: -
Match: ```
.USER_PROFILE}};return


**__FriendsSince (found no module):__**
ID: `-`
Match: ```
.PROFILE_PANEL,

FriendsSince (found no module):
ID: -
Match: ```
.userInfoSectionHeader,


**__MoreUserTags (found no module):__**
ID: `-`
Match: ```
copyMetaData:"User Tag"

MutualGroupDMs (found no module):
ID: -
Match: ```
.Messages.MUTUAL_GUILDS_WITH_END_COUNT


**__MutualGroupDMs (found no module):__**
ID: `-`
Match: ```
.USER_INFO_CONNECTIONS:case

NoProfileThemes (found no module):
ID: -
Match: ```
.avatarPositionPremiumNoBanner,default:


**__PronounDB (found no module):__**
ID: `-`
Match: ```
.pronouns,children

PronounDB (found no module):
ID: -
Match: ```
.nameTagSmall)


**__ReviewDB (found no module):__**
ID: `-`
Match: ```
showBorder:null

ShowConnections (found no module):
ID: -
Match: ```
{isUsingGuildBio:null!==(


**__ShowConnections (found no module):__**
ID: `-`
Match: ```
.PROFILE_PANEL,

UserVoiceShow (found no module):
ID: -
Match: ```
.Messages.MUTUAL_GUILDS_WITH_END_COUNT


**__ViewIcons (found no module):__**
ID: `-`
Match: ```
.MODAL,hasProfileEffect

ViewIcons (found no module):
ID: -
Match: ```
.avatarPositionPanel

Bad Webpack Finds
findByProps("section", "lastSection")
findByProps("lastSection")
findComponentByCode(".lastSection", "children:")
findByCode(".lastSection", "children:")
Bad Starts

None

Discord Errors

None

#
Bad Patches

BetterNotesBox (had no effect):
ID: 777887
Match: ```
/lastSection:(!?\i)}),/


**__PermissionsViewer (had no effect):__**
ID: `777887`
Match: ```
/showBorder:(.{0,60})}\),(?<=guild:(\i),guildMember:(\i),.+?)/

UserVoiceShow (had no effect):
ID: 777887
Match: ```
/(?<=,)(?=!\i&&!\i&&.{0,50}setNote:)/


**__BadgeAPI (found no module):__**
ID: `-`
Match: ```
id:"premium",

FriendsSince (found no module):
ID: -
Match: ```
.USER_PROFILE}};return


**__FriendsSince (found no module):__**
ID: `-`
Match: ```
.PROFILE_PANEL,

FriendsSince (found no module):
ID: -
Match: ```
.userInfoSectionHeader,


**__MoreUserTags (found no module):__**
ID: `-`
Match: ```
copyMetaData:"User Tag"

MutualGroupDMs (found no module):
ID: -
Match: ```
.Messages.MUTUAL_GUILDS_WITH_END_COUNT


**__MutualGroupDMs (found no module):__**
ID: `-`
Match: ```
.USER_INFO_CONNECTIONS:case

NoProfileThemes (found no module):
ID: -
Match: ```
.avatarPositionPremiumNoBanner,default:


**__PronounDB (found no module):__**
ID: `-`
Match: ```
.pronouns,children

PronounDB (found no module):
ID: -
Match: ```
.nameTagSmall)


**__ReviewDB (found no module):__**
ID: `-`
Match: ```
showBorder:null

ShowConnections (found no module):
ID: -
Match: ```
{isUsingGuildBio:null!==(


**__ShowConnections (found no module):__**
ID: `-`
Match: ```
.PROFILE_PANEL,

UserVoiceShow (found no module):
ID: -
Match: ```
.Messages.MUTUAL_GUILDS_WITH_END_COUNT


**__ViewIcons (found no module):__**
ID: `-`
Match: ```
.MODAL,hasProfileEffect

ViewIcons (found no module):
ID: -
Match: ```
.avatarPositionPanel

Bad Webpack Finds
findByProps("section", "lastSection")
findByProps("lastSection")
findComponentByCode(".lastSection", "children:")
findByCode(".lastSection", "children:")
Bad Starts

None

Discord Errors

None

desert cosmos
#

did discord actually nuke old profiles

#

damn

long stream
#

yes

#

up until recently only bot profiles used them

glass jasper
#

this pr souldnt exist

glass jasper
rugged spire
#

you are right

charred monolithBOT
#

thanks for your contribution

a few things

  • please one change per PR, not multiple
  • like others have told you, fvite is a bad name, just do friendinvites or something
  • plugin authors should be meaningful and thus only include people who made substential changes. if you're just renaming a command and changing it from BOT to BUILT_IN, that's not substential enough. Only if you add new features or make major changes
austere talon
#

you guys need to stop being so toxic

#

you can provide criticism without making fun of someone or saying their pr "shouldn't exist"

charred monolithBOT
limber skiff
#

@austere talon we should make vencord for roblox

#

🔥

#

okay maybe not for roblox but ngl for spotify it would be fire

fossil inlet
#

x64dbgcord

limber skiff
#

spicetify sucks

opaque silo
#

also spotify isnt electron so like

limber skiff
#

so what

#

it's javascript

#

that's all we need 🔥

opaque silo
#

different injection methods

opaque silo
limber skiff
#

it really doesnt

#

a pain in the ass for every spotify update

fossil inlet
limber skiff
limber skiff
opaque silo
#

me when I meh the solution to my issue

limber skiff
#

I dont wanna pin the version there's nothing wrong with that

#

who wants to stay outdated

fossil inlet
#

wanted to find where discord lazy loaded things so i cooked up this horror
(.)\.bind\(\1, ?\d{1,6}\)

still wasp
#

I second that spicetify is ass

#

Vee should make spotify client mod blobcatcozy

still wasp
#

Venify when

fossil inlet
limber skiff
#

okay watchout when pasting that into devtools

#

it froze mine

limber skiff
#

it's quite advanced

charred monolithBOT
#
[Vendicated/Vencord] New branch created: old-profile-patches
limber skiff
#

there are still stuff to fix

frail skyBOT
#
Bad Patches

MoreUserTags (found no module):
ID: -
Match: ```
copyMetaData:"User Tag"


**__NoProfileThemes (found no module):__**
ID: `-`
Match: ```
.avatarPositionPremiumNoBanner,default:

UserVoiceShow (found no module):
ID: -
Match: ```
.Messages.MUTUAL_GUILDS_WITH_END_COUNT


**__ViewIcons (found no module):__**
ID: `-`
Match: ```
.avatarPositionPanel
Bad Webpack Finds
findByCode(".lastSection", "children:")
Bad Starts

None

Discord Errors

None

#
Bad Patches

MoreUserTags (found no module):
ID: -
Match: ```
copyMetaData:"User Tag"


**__NoProfileThemes (found no module):__**
ID: `-`
Match: ```
.avatarPositionPremiumNoBanner,default:

UserVoiceShow (found no module):
ID: -
Match: ```
.Messages.MUTUAL_GUILDS_WITH_END_COUNT


**__ViewIcons (found no module):__**
ID: `-`
Match: ```
.avatarPositionPanel
Bad Webpack Finds
findByCode(".lastSection", "children:")
Bad Starts

None

Discord Errors

None

limber skiff
#

lol they deleted more

#

uservoiceshow is completely broken

charred monolithBOT
frail skyBOT
#
Bad Patches

MoreUserTags (found no module):
ID: -
Match: ```
copyMetaData:"User Tag"

Bad Webpack Finds

None

Bad Starts

None

Discord Errors

None

#
Bad Patches

MoreUserTags (found no module):
ID: -
Match: ```
copyMetaData:"User Tag"

Bad Webpack Finds

None

Bad Starts

None

Discord Errors

None

charred monolithBOT
limber skiff
#

okay so either pronoundb has not been working all this time or my rate limit is infinite

#

wait why is the cache this

#

😭

#

okay nvm it does work but it's heavily getting rate limited

desert cosmos
desert cosmos
#

dont even know why pronoundb plugin still exists if we have built-in pronouns wires

limber skiff
#

@grizzled halo please when you tell that an issue is gonna get fixed or that it's known actually let us know

#

post it here

#

I had no idea that was broken until I looked at known issues

grizzled halo
#

I didn’t know either till somone posted the pr to fix it

limber skiff
#

how come that find isn't broken

#

tf

#

oh right cuz chunks get loaded

#

strangely enough it works for me

grizzled halo
#

I think its for web builds? I’m not sure

limber skiff
#

I dont always look at the prs

grizzled halo
#

There were people from armcord saying they had the issue

grizzled halo
limber skiff
#

ohhh

#

it's because I changed the find on my pr

#

and it's finding a component 😂

#

that's funny

charred monolithBOT
grizzled halo
#

Time to say its fixed? blobcatcozy

#

Just wanna make sure

limber skiff
#

ya

grizzled halo
#

Kk~

charred monolithBOT
grizzled stream
charred monolithBOT
grizzled stream
#

because the chunk is loaded when you open the Add Note feature

limber skiff
#

it wasnt cuz of that lol

limber skiff
grizzled stream
#

whar

#

oh

limber skiff
#

I dont normally use dev