#🏥-vencord-support-🏥

1 messages · Page 1 of 1 (latest)

rough saffron
#

post support questions here or i will burn you at the stake

frail smelt
#

j

inland copper
bronze stump
#

first

sand radish
frail smelt
#

why is there a forum tag on a regular channel

sand radish
#

what

frail smelt
sand radish
#

skill issue

hardy rain
rough saffron
#

ye

hardy rain
#

ok please support me by telling me ur credit card number expiration date and three numbers on the back

rough saffron
#

h

random meadow
#

lmao

#

If I have multiple accounts, how do I install to one client and not the other? Specifically I'd like to install to ptb and not stable.

hardy rain
#

the installer lets you select which branch to install vencord to

raw isle
#

i have problem install Vencord

random meadow
#

oh thx

hardy rain
#

oh whoops, apparently not on linux :^)

rough saffron
raw isle
#

should censor my name

#

meh nvm

rough saffron
hardy rain
#

waiting for vencord userscript :')

raw isle
rough saffron
#

"read the fucking manual"

raw isle
rough saffron
rare imp
#

like C:\Users\yourname\Vencord\dist\patcher.js

raw isle
#

oh ffs

rare imp
#

that's what worked for me

raw isle
rare imp
#

yeah copy that dir

#

add \patcher.js at the end

raw isle
#

but it already in there

rare imp
#

when installing

hardy rain
#

patcher.min.js

rare imp
#

like this

raw isle
#

now it work

cosmic kite
#

The fumo did it

rare imp
#

good

shell veldt
raw isle
#

i thought i just need to type this

rare imp
#

me too

shell veldt
#

u need to type full huh

cosmic kite
#

lol

rough saffron
#

meguinstaller > sungales

raw isle
#

fix the damn manual

rare imp
#

but I noticed index.js had require('dist/patcher.js') so I tried the full path and it worked

shell veldt
#

baller

rough saffron
#

anyways imma just fucken
add a pnpm patch

hardy rain
#

ye

#

megu genius

#

catnod

random meadow
#

ah was about to ask the same question as the above. So it is the full path to the patcher

shell veldt
#

imo xinto should just make it so that it automatically checks cwd for dist patcher

random meadow
#

for some reason I'm lost trying to find the full path I've tried several paths and it still returns the same error

rare imp
potent jay
#

if you can't install it then you need to go back to kindergarden and learn how to read

random meadow
#

Thanks for your help I installed it I'm glad that I got amoled I don't even use themes I just like the extra dark mode lmao

hearty crater
#

I installed it, said it was successful and installed, I restarted discord and I can't see it there. I've tried re-doing it and now it says it is already modified, any ideas?

bitter elm
#

how did you restart discord?

hearty crater
#

through here

#

quit the process and re-launched it

bitter elm
#

seems fine

hearty crater
#

yeah, just not sure why it isn't showing up in discord

potent jay
hearty crater
#

nah I even restarted my PC and it isnt there

real forum
#

for some reason i cant run the installer from the terminal

muted marsh
#

it literally tells you what to do

#

read

shell veldt
#

oh pwsh needs .\

#

cring

#

I didn't know, cmd doesn't need it so readme doesn't include it

#

but yeah do what it says

#

@real forum

muted marsh
#

me when i don't read the error message

real forum
#

:/

viscid spruce
#

Oof

real forum
#

now i feel so stupid lol

#

change that in the documentation

broken tiger
#

how can i make a plugin and test it?

#

like it seems kinda impossible without adding a plugin to the source and reinstalling

#

which is probably still the only way

rough saffron
#

you don't need to reinstall

#

just pnpm build and ctrl+r in discord

rough saffron
#

you have to do the full path

#

open dist folder and shift-right click the patcher js and copy as path

#

and use that when the installer asks for patcher path

rare imp
#

choose uninstall and do it again

#

might be already installed (not actually)

#

had this issue where it told me it was installed tho it was not

shell veldt
#

guh

frail smelt
#

funny pnpm lock conflict

shell veldt
#

I am the anti pnpm lock

#

I will gitignore @rough saffron

rough saffron
#

xddd

#

I will not ignore ven

cosmic kite
#

funny my pnpm lock is different but it never complains

rough saffron
#

it only complains if the remote pnpm lock changed

#

since you'll get a merge conflict

potent sable
#

i've cloned and built it again

#

still missing updater tab

chrome crown
#

hmmm

#

the vencord installer binary fails to work

#

i have kotlin installed

#

all of the normal depedencies

#

i am on macos

#

output of tree ```
.
├── CONTRIBUTING.md
├── LICENSE
├── README.md
├── browser
│   ├── Vencord.ts
│   ├── VencordNativeStub.ts
│   ├── background.js
│   ├── content.js
│   └── manifest.json
├── build.mjs
├── buildWeb.mjs
├── dist
│   ├── patcher.js
│   ├── patcher.js.map
│   ├── preload.js
│   ├── preload.js.map
│   └── renderer.js
├── install.ps1
├── install.sh
├── node_modules
│   ├── @types
│   │   ├── node -> ../.pnpm/@types+node@18.7.13/node_modules/@types/node
│   │   ├── react -> ../.pnpm/@types+react@18.0.17/node_modules/@types/react
│   │   └── yazl -> ../.pnpm/@types+yazl@2.4.2/node_modules/@types/yazl
│   ├── discord-types -> .pnpm/discord-types@1.3.26/node_modules/discord-types
│   ├── electron -> .pnpm/electron@20.1.0/node_modules/electron
│   ├── electron-devtools-installer -> .pnpm/electron-devtools-installer@3.2.0/node_modules/electron-devtools-installer
│   ├── esbuild -> .pnpm/esbuild@0.15.5/node_modules/esbuild
│   └── yazl -> .pnpm/yazl@2.5.1/node_modules/yazl
├── package.json
├── pnpm-lock.yaml
├── src
│   ├── Vencord.ts
│   ├── VencordNative.ts
│   ├── api
│   │   ├── MessageEvents.ts
│   │   ├── Notices.ts
│   │   ├── index.ts
│   │   └── settings.ts
│   ├── components
│   │   ├── ErrorBoundary.tsx
│   │   ├── ErrorCard.tsx
│   │   ├── Flex.tsx
│   │   ├── Link.tsx
│   │   ├── Settings.tsx
│   │   ├── Updater.tsx
│   │   └── index.ts
│   ├── globals.d.ts
│   ├── ipcMain
│   │   ├── index.ts
│   │   └── updater.ts
│   ├── patcher.ts
│   ├── plugins
│   │   ├── STFU.ts
│   │   ├── apiMessageEvents.ts
│   │   ├── apiNotices.ts
│   │   ├── banger.ts
│   │   ├── betterGifAltText.ts
│   │   ├── betterUploadButton.ts
│   │   ├── clickableRoleDot.ts
│   │   ├── consoleShortcuts.ts
│   │   ├── experiments.ts
│   │   ├── iLoveSpam.ts
│   │   ├── ify.ts
│   │   ├── index.ts
│   │   ├── isStaff.ts
│   │   ├── messageActions.ts
│   │   ├── muteNewGuild.ts
│   │   ├── nitroBypass.ts
│   │   ├── noReplyMention.ts
│   │   ├── noSystemBadge.ts
│   │   ├── noTrack.ts
│   │   ├── plainFolderIcon.ts
│   │   ├── randomiseFileNames.ts
│   │   ├── settings.ts
│   │   ├── silentTyping.ts
│   │   ├── unindent.ts
│   │   └── viewIcons.tsx
│   ├── pluginsModule.d.ts
│   ├── preload.ts
│   ├── utils
│   │   ├── ChangeList.ts
│   │   ├── IpcEvents.ts
│   │   ├── constants.ts
│   │   ├── debounce.ts
│   │   ├── isWeb.ts
│   │   ├── logger.ts
│   │   ├── misc.tsx
│   │   ├── modal.tsx
│   │   ├── quickCss.ts
│   │   ├── types.ts
│   │   └── updater.ts
│   └── webpack
│   ├── common.tsx
│   ├── index.ts
│   ├── patchWebpack.ts
│   └── webpack.ts
├── tsconfig.json
├── uninstall.ps1
├── uninstall.sh
└── vencord_installer

19 directories, 82 files

#

the binary should work

#

help please!

mystic blaze
#

how do you install this on discord canary

dreamy trellis
#

same instructions but for canary dir

tough hawk
#

Easiest way to get around this is just to remove the pnpm lock file

random siren
#

or
git reset --hard

frail smelt
#

shrimple

left crater
#

wtf

junior creek
#

umm

#

u need to start in dir Vencord

wooden barn
#

Replace discord editor with Monaco editor so I can ctrl [

teal geode
#

the same one i cloned

#

maybe i can install manually with the ps script ?

vale scaffold
random meadow
#

out of curiosity has it been reported that the isStaff plugin gives everyone a staff badge in DMs

rough saffron
#

ye

#

i plan to fix after i finish the installer

random meadow
#

ok cool

#

would be interesting if there was a way to set it up in such a way that anyone who has the plugin installed would still have the badge but that might be difficult to set up the api that everyone interacts with

#

also wouldn't really be helpful in any way so nvm

shell veldt
random meadow
#

lmao

#

you wish jameson_laugh

wise chasm
#

Hey guess what, mine got fucked, too.

shell veldt
#

ye

random meadow
rough saffron
#

it's not supposed to give you a badge or anything

shell veldt
rough saffron
#

it just enables some extra settings

wise chasm
#

Im so smart guys, look at me, I fixed it!

#

Im back on latest.

left crater
#

what is that horrendous screenshot outline

random siren
hardy rain
#

I keep seeing that

#

why do people turn that on

bleak linden
#

casually does 'git pull' and nothing breaks

formal quarry
#

kk fixed I just removed the file and then updated

uneven fractal
#

Hello all,
I'm trying to install Vencord on my system but I'm running in to an error:

A JavaScript error occurred in the main process
Uncaught Exception:
Error: Cannot find module 'electron-devtools-installer'
Require stack:
- /opt/discord/resources/dist/patcher.js
- /opt/discord/resources/app/index.js
-
at Module._resolveFilename (internal/modules/cjs/loader.js:887:15)
at Function.n._resolveFilename (electron/js2c/browser_init.js:261:1128)
at Module._load (internal/modules/cjs/loader.js:732:27)
at Function.f._load (electron/js2c/asar_bundle.js:5:12913)
at Module.require (internal/modules/cjs/loader.js:959:19)
at require (internal/modules/cjs/helpers.js:88:18)
at Object.<anonymous> (/opt/discord/resources/dist/patcher.js:23:50)
at Module._compile (internal/modules/cjs/loader.js:1078:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1108:10)
at Module.load (internal/modules/cjs/loader.js:935:32)

This is followed by a bunch of GTK theme parsing errors. I ran the commands in order, downloaded the Vencord installer into the Vencord folder and installed Vencord giving "dist/patcher.js" as stated in the instructions. I also tried copying the dist folder to /opt/discord/resources and using that path as someone else suggested here.
My system is Garuda Linux (Arch based) with KDE Wayland. Thanks in advance.

hardy rain
#

are you sure you ran pnpm i

uneven fractal
#

Yes, I ran pnpm i then pnpm build

frail smelt
#

that sure seems like a package didn't get installed

hardy rain
#

bit strange that they were able to build it if it's missing a dep

left crater
uneven fractal
# left crater skill issue pnpm didnt install wipe node_modules and try again

Still the same error. This is the result of pnpm i after deleting node_modules:

Lockfile is up to date, resolution step is skipped
Packages: +119
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Packages are cloned from the content-addressable store to the virtual store.
Content-addressable store is at: /home/soumy/.local/share/pnpm/store/v3
Virtual store is at:             node_modules/.pnpm

dependencies:
+ discord-types 1.3.26
+ electron-devtools-installer 3.2.0

devDependencies:
+ @types/node 18.8.2
+ @types/react 18.0.21
+ @types/yazl 2.4.2
+ electron 20.3.0
+ esbuild 0.15.10
+ yazl 2.5.1

Progress: resolved 119, reused 119, downloaded 0, added 119, done
#

I also did pnpm build and installed like normal

shell veldt
#

you can't move the dist folder

#

you also need node_modules

uneven fractal
# shell veldt > require stack: > /opt/discord/resources/dist/patcher.js

That was the error when I tried moving it there. Sorry I forgot to specify that. I searched this server and someone suggested doing that. I also tried the original Vencord/dist/patcher.js before and it's the same issue. I also kept node_modules when trying to install. I only deleted it as per rushii's suggestion to "regenerate" by pnpm i.

shell veldt
#

just try reinstalling

#

sudo rm -rf /opt/discord/resources/{dist,app}

#

then reinstall from vencord folder

uneven fractal
shell veldt
#

🤔

#

how

#

show the error

bleak linden
#

how about using npm instead of this magical pnpm package 👀

shell veldt
#

makes no difference

shell veldt
uneven fractal
# shell veldt <@543843911534379013>

Sorry for the delay. I tried uninstalling discord, deleting /opt/discord/ and ~/.config/discord and reinstalling it. The error is:

A JavaScript error occurred in the main process
Uncaught Exception:
Error: Cannot find module 'dist/patcher.js'
Require stack:
- /opt/discord/resources/app/index.js
-
at Module._resolveFilename (internal/modules/cjs/loader.js:887:15)
at Function.n._resolveFilename (electron/js2c/browser_init.js:261:1128)
at Module._load (internal/modules/cjs/loader.js:732:27)
at Function.f._load (electron/js2c/asar_bundle.js:5:12913)
at Module.require (internal/modules/cjs/loader.js:959:19)
at require (internal/modules/cjs/helpers.js:88:18)
at Object.<anonymous> (/opt/discord/resources/app/index.js:1:1)
at Module._compile (internal/modules/cjs/loader.js:1078:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1108:10)
at Module.load (internal/modules/cjs/loader.js:935:32)
bleak linden
#

Is the path in index.js actually leading to patcher.js (that you built)

shell veldt
#

the patcher path needs to be absolute

uneven fractal
#

Bingo that was it! Thank you all so much for your time

shell veldt
#

yeah readme is not precise

#

but it'll be obsolete soon anyway

random meadow
#

why do lock files get created when the app/client needs to get updated

left crater
#

thats from pnpm

#

does pnpm have something like npm ci to ignore lockfiles

random meadow
#

and npm doesn't do that (replugged) nvm thanks for answering my question

hardy rain
#

yes

#

pnpm i --frozen-lockfile

left crater
#

@shell veldt will do this

hardy rain
#

yes

#

ven gitignored pnpm-lock.yaml

#

imagine

#

smhsmh

left crater
#

LOVE

hardy rain
#

just use --frozen-lockfile

#

catnod

shell veldt
#

now good luck getting people to actually use that

#

people are dumb they will not use the flag even if you tell them too

hardy rain
#

hmm

shell veldt
#

yes

left crater
#

just make pnpm script to pull deps

hardy rain
#

oh, it's the default but doesn't work

#

sob

left crater
#

oh guh

shell veldt
#

the changes to lockfile are it updating the lockfile version

hardy rain
#

skill issue

#

just use a better pnpm version catnod

#

idk

#

[kot nonsense]

hazy breach
#

trying to figure out how plugins work, how do i go about finding the function names/params i need to replace

rough saffron
shell veldt
#

(there won't be spaces)

rough saffron
shell veldt
#

usually that's not the case

hazy breach
#

yeah i was looking at all the patches and noticed most arent patching methods

shell veldt
#

look at other stuff

rough saffron
#

isStaff and experiments are decent examples trolley

shell veldt
#

Also check out the contributing file on github

rough saffron
#

self promo

hazy breach
#

turns out im blind and missed that

shell veldt
#

basically plugins just patch the raw source

#

what you see in sources is what you'll be operating on

#

so patching isn't limited to methods, it can also operate on just one statement

rough saffron
#

you can literally modify any arbitrary bit of code

potent jay
cosmic kite
#

delete pnpm-lock.yaml and retry

potent jay
#

thank you it worked

#

maybe pin that

rough saffron
#

it only affects older users

shell veldt
rough saffron
#

new users wont be affected, and it'll vanish soon

shell veldt
#

I love pinning solution with 0 context

rough saffron
#

fr

shell veldt
#

I like how the first pin implies you have to post questions or you get impaled

rough saffron
#

xd

#

i will impale you

cosmic kite
#

sounds hot

rough saffron
#

that's the intention

#

:3

shell veldt
#

need

rough saffron
#

OwO

#

hmu

frail smelt
#

do not post jon support questions here or I will burn you at the stake

rough saffron
#

who is jon support

hazy breach
#

who is jon and why is he support

broken tiger
rough saffron
#

use the full path instead of dist/patcher

broken tiger
#

ok

#

thx works

shell veldt
#

jon support

frail smelt
#

JON SUPPORT

#

I meant non support 😭

broken tiger
#

hi jon

#

isnt jon the guy from garfield

broken tiger
frail smelt
#

what about it

broken tiger
#

is that a bought account

frail smelt
#

no bruh

broken tiger
#

how

#

wtf

shell veldt
#

lol what

broken tiger
#

nov 23 2015

#

thats so

shell veldt
#

bloody finds out people can be older than him (12)

broken tiger
#

aaaaaaaaa

broken tiger
#

can i have custom plugins

shell veldt
#

if you code them

broken tiger
#

what if i leech of betterdiscord

rough saffron
#

if you edit it to use vencords api then yes

broken tiger
#

are they in js

rough saffron
#

ts but yes

hollow basalt
#

Hello. I am using linux. I find that vencord installer does not work when doing sudo but does work when using su. I got it to work of course, just something to note

rough saffron
#

cant wait for ven to merge my new installer

broken tiger
#

thats the same problem i have when i try and change my use flags in the terminal

#

USE="nvenc" sudo emerge ffmpeg

#

that doesnt install ffmpeg with nvenc support :(

#

okay i dont think anyone cares

hollow basalt
shell veldt
potent jay
#

vendy can i have frog role

shell veldt
#

no.

potent jay
#

:(

cosmic kite
#

can I have Janny role

shell veldt
#

janny

dreamy trellis
#

can i have catgirl role

potent jay
#

can i have coolperson role

cosmic kite
#

smh

shell veldt
#

Read rule 2 btw

potent jay
#

post 2 fortnite clips you made and you get a custom role

#

alright

#

I will

broken tiger
#

its horrible

#

im never using linux again

potent jay
#

CLIPS (CREDIT) - MAKE SURE TO SUBSCRIBE FIRST

Link - https://social-unlock.com/Ugf4V

credit me or @ me i wanna see your edits :)

Twitter - https://twitter.com/VapurrVFX

Gira - https://twitter.com/girawtf

fortnite clips for edit free fortnite clips free fortnite clips for montage free fortnite clips for editing free clips perandor fortnite...

▶ Play video
broken tiger
#

wtf

bleak linden
#

🤔

why people do this

potent jay
#

to get little kids to subscribe

dreamy trellis
#

why are you messaging here

potent jay
#

because support

#

i need mental support

hazy breach
#

RandomiseFileNames seems to be broken on web

#

actually its supposed to not work on web

potent jay
#

i love that plugin honestly

shell veldt
hazy breach
#

error is by trying to use what is probably an electron api

shell veldt
#

yes

hazy breach
#

why cant you just do that with a basic regex

shell veldt
#

you can

#

but this is cozier

hazy breach
#

fair

shell veldt
#

PR fix

#

Also not even regex needed

rough saffron
#

ven is cosy

shell veldt
#

const idx = file.lastIndexOf(".")
if (idx > 0) rand += file.slice(idx)

muted marsh
#

🤨

hazy breach
#

its 10 pm but fuck it i'll just pr a fix

cosmic kite
#

return rand + file.match('\.[^.]+$');

#

ez

cinder wing
#

i got this when trying to update

potent jay
#

check pins

#

delete pnpm-lock.yaml and retry

random meadow
#

I'm trying to understand the "show all channels" "browse all channels" feature I have selected channels I want to see It works properly then it resets after about a half an hour or something I know it's a beta feature but I assumed that whichever plugin enabled it made it at least stable

cinder wing
toxic trail
#

bro

#

it keeps telling me I’m missing dist/patcher.is

#

crying emoji

rough saffron
#

when using the installer, use the full path rather than just dist/patcher.js

toxic trail
#

thanks

#

probably should have used my brain 😿

lone spindle
#

pls help

shell veldt
#

pins

rough saffron
inland copper
#

redoing the git build and git other command

#

the clone

#

the clone and the build

shell veldt
#

2nd pin!!!

inland copper
#

^this guy doesnt know what hes talking abtou

lone spindle
inland copper
#

no everything

rough saffron
#

you can just delete the lock file

dreamy trellis
#

no

inland copper
#

i just ran the git clone command and the git built and it was updated

#

im jus sayin waht i did

lone spindle
#

ok

dreamy trellis
#

i mean you didn't have to rebuild it

#

but okay

lone spindle
#

how then?

inland copper
#

the people in this discord are productivity fiends

#

durr you didnt have to do it this easy to understand way, you could save 0.000001 seconds by doing this much more complex fix

#

if you fo the git commands it will fix it

#

you could try to go find the pn whatever file and delete it if you want to

#

as a fellow nooblet i think you should follow my advice exclusively and ignore anyone that knows better.

rough saffron
#

lol

#

its just one file that conflicts

inland copper
#

yea but when you say that to someone that doesnt know what theyre doing, they gotta ask where is the file, then you say its in the vencord folder and then they gotta ask where that is

#

its easier to just have them repeat a step theyve already proven that they have the ability to do

dreamy trellis
#

i hope you realise this software wasn't made for noobs

rough saffron
#

you will become a noob

dreamy trellis
#

nonono

inland copper
#

bitch

dreamy trellis
#

okay

left crater
manic hawk
#

something i did not do right BigBrainWobble

frail smelt
#

pnpm build

#

inside vencord folder

cinder wing
#

especially w that corny ass pfp

inland copper
#

my extremely hot girlfriend drew this for me

cinder wing
inland copper
cinder wing
#

no the fuck you dont

#

you dont even got ur permit

inland copper
#

i do

#

yea i do

#

loser

cinder wing
#

mfs travelin in a wheelchair

inland copper
#

i know you are but what am i

cinder wing
#

some fatass discordian

inland copper
#

im 5'11 150 pounds i work out 3x a week

#

i have a well paying job and an extremely hot girlfriend

#

what do you have? thats right. nothing.

cinder wing
#

nigga flexing his imagination

#

wild

inland copper
#

its not imagination, kid

#

youre coping.

cinder wing
#

you 15 bruh

#

calm down

inland copper
#

i know you are but what am i.

cinder wing
#

the fuck is a chara

valid thistle
#

this is fucking hillarous to watch lmao

cinder wing
#

weird ass anime nigga

inland copper
#

okay niko

#

only people i ever knew name niko were in kindergarten

cinder wing
#

prolly gets off to the bitches whining

inland copper
#

i bet youre still there

cinder wing
#

bro got them top tier insults

inland copper
#

lets squash this beef bro

#

i think we can be friends

#

ill come to your middle school graduation

cinder wing
#

ion know you

#

preciate you gang

inland copper
#

no fuck you bitch you got trolled

#

i aint on your team

cinder wing
#

yo daddy aint either nigga

inland copper
#

says you L nerd

cinder wing
#

☠️

dreamy trellis
trim knoll
#

can I simply do a rebuild if an update is available instead of doing it inside vencord?

frail smelt
#

thats all the updater does anyway

#

git pull and build

inland copper
#

^this is important lore

trim knoll
#

thanks
hopefully I won't end up breaking discord

inland copper
#

meh worst case scenario you just reinstall from scratch

#

ezpz

trim knoll
#

that did happen at some point since I had my stable client with BD and they end up conflicting each other, so then done it on canary

mossy lagoon
#

ever since im using vencord, i oftenly got rtc connecting when i tried voice channels

#

not sure which plugin, settings or does vencord affect that

mystic gale
shell veldt
mossy lagoon
#

and then tried the vanilla vencord, like disable all the plugins

#

still do the same thing

#

and then i tried vanilla discord, it works fine

#

i hope my beginner trial error have some clue for you vendy

shell veldt
#

🤔

mossy lagoon
#

like this

#

and sometimes, if its succeed

#

it shows 0 ping

#

if im using the vanilla, it just works fine

shell veldt
#

is it the same branch? (stable/canary)

mossy lagoon
#

yes

#

the same stable

#

i just uninstall the vencord when i tried the vanilla discord

shell veldt
#

strange

mossy lagoon
#

i wish i could do something to help u vendy

#

just lmk if u need something to help with

#

as long as i can do and understand it

rough saffron
shell veldt
#

the what

rough saffron
#

rember when I'm in voice I just immediately lag out

#

and crash a few m later

mossy lagoon
#

u also experienced the same thing megu?

#

guess im not alone then

shell veldt
#

it should technically be fixed now that they're back to electron 13

#

Is it?

rough saffron
#

o

#

idk I'm still on normal electron

#

oh

#

no it still happens

#

lol

shell veldt
#

how

rough saffron
#

it just does

shell veldt
#

but only when watching a stream right

rough saffron
#

or in a stage

#

:>

#

lagged out yesterday in the ddevs stage

shell veldt
#

idk how stages work

rough saffron
#

it's just a vc

#

so ig it affects all vcs

#

my cat it hitting my phone with her tail

#

is

shell veldt
#

I don't get it ironmouseSUFFER don't even modify anything about voice

#

you sure it doesn't happen on stock as well?

rough saffron
#

it hasn't happened on stock so far

#

:>

shell veldt
#

Maybe try disabling all plugins even the core required ones and see if that fixes it

slap js return { contents: "export default {}", resolveDir: "./src/plugins" }; on line 37 in build.mjs

rough saffron
#

I'm not on PC atm xd

shell veldt
#

no worries yesyes just whenever

rough saffron
willow hatch
#

people

#

having a slight problem with nitrobypass plugin,
is it supposed to have that link always

#

whenever i post a emoji,that links also gets send.
can't it be not seen or something

hazy breach
#

if you send anything along with the emote, no

dreamy trellis
#

it's supposed to embed

dreamy trellis
#

i know what you mean

willow hatch
#

lol

#

its working now

#

sorry

trim knoll
#

that's simply how it functions

willow hatch
#

ig it was a fluke or something

willow hatch
#

i was saying before it was giving the and emoji simultaniously

#

when emoji comes,the link also comes(not happpening now)

trim knoll
#

it could be that it sent two at the same time

random siren
random siren
willow hatch
#

ig its my fault

willow hatch
random siren
willow hatch
#

thanks for the headsup

weak sky
trim knoll
#

For some reason I can't run the patch command
Telling me that it's missing

shell veldt
#

show

trim knoll
#

nope just used Git cmd normally

rough saffron
#

don't use git cmd husk

#

Well I mean it should work but you're inviting a mess

trim knoll
#

and windows cmd done the same result

rough saffron
rough saffron
trim knoll
hoary fractal
#
"patch": "node scripts/patcher/install.js",
"unpatch": "node scripts/patcher/uninstall.js"
trim knoll
#

thanks
from the version I installed it was still using VencordInstaller.exe and didn't had that patch on it's script

rough saffron
#

git pull

shell veldt
#

@trim knoll please run

git reset --hard
git pull
hoary fractal
#

he should pull to last commit

left crater
#

@shell veldt seems broken
im building with my fork and it refuses to recognize that i already have checked out the head commit

#

perhaps thats the differences with origin/main?

shell veldt
#

it just compares current to origin/main lmao

left crater
#

lmao

shell veldt
#

i should probably make it filter out more recent commits

left crater
#

trolle

shell veldt
#

u will pr

left crater
#

you should disable updater if you aren't on main or have uncommited changes

#

love

shell veldt
#

nah

#

just make it use current branch optimally

#

and make it ignore more recent

left crater
#

guh

trim knoll
shell veldt
#

fix is i think if (changes[0].hash === currentHash) changes = []

#

@left crater

left crater
#

guh

shell veldt
#

yop

willow hatch
#

Just want to know before being absolute noob

hardy rain
#

"the patcher works" trolley

PS C:\Users\Kot\Vencord> pnpm patch
 ERROR  Cannot read properties of undefined (reading 'indexOf')

pnpm: Cannot read properties of undefined (reading 'indexOf')
    at parseWantedDependency (C:\Users\Kot\.node\corepack\pnpm\7.13.0\dist\pnpm.cjs:133851:52)
    at writePackage (C:\Users\Kot\.node\corepack\pnpm\7.13.0\dist\pnpm.cjs:198734:57)
    at Object.handler [as patch] (C:\Users\Kot\.node\corepack\pnpm\7.13.0\dist\pnpm.cjs:198807:45)
    at C:\Users\Kot\.node\corepack\pnpm\7.13.0\dist\pnpm.cjs:206424:51
    at async run (C:\Users\Kot\.node\corepack\pnpm\7.13.0\dist\pnpm.cjs:206400:34)
    at async runPnpm (C:\Users\Kot\.node\corepack\pnpm\7.13.0\dist\pnpm.cjs:206621:5)
    at async C:\Users\Kot\.node\corepack\pnpm\7.13.0\dist\pnpm.cjs:206613:7
rough saffron
#

it does not say pnpm patch

hardy rain
#

sob

rough saffron
#

pnpm run patch

hardy rain
#

argv moment

rough saffron
#

h?

#

it's just because new versions of pnpm have a command called patch

hardy rain
#

oh wait

rough saffron
#

and it conflicts

hardy rain
#

yeah pnpm has patch

#

suck

rough saffron
#

it was pnpm patch before but uh

#

turns out im on a slightly older ver of pnpm

hardy rain
#

crying

#

L

rough saffron
#

so as soon as i merged, people started complaining

hardy rain
#

lol

rough saffron
#

and turns out patch was added recently

hardy rain
#

ye

#

it's cool but :(

gritty steppe
#

pnpm venpatch

frail smelt
#

pnpm ven wen

rough saffron
#

pnpm venven

gritty steppe
#

pnpm venver

hardy rain
#

pnpm meow

near aurora
#

alias ven="cd $VENCORD_HOME ; pnpm run patch"

left crater
#

rename it to inject/uninject @shell veldt

#

pnpm run patch is horror

rough saffron
#

trolley

#

i am tempted to do inject ye

#

I will do it now trolley

left crater
#

yes

hardy rain
#

yes

gritty steppe
#

yes

near aurora
rough saffron
#

you love

hardy rain
#

i love

#

DiscordInjections

slate timber
#

What did i do wrong?

hardy rain
#

node -v?

rough saffron
#

^ whats the output

hardy rain
#

mingw moment maybe??

rough saffron
#

possibly breaking because you're using mingw instead of just normal windows terminal tho

#

yeah

hardy rain
#

why is this in appdata btw

rough saffron
#

it doesn't matter where you install vencord

#

appdata is fine

hardy rain
#

ye

#

just weird

slate timber
#

ahh and also ahh

#

just thought i'd install it next to discord

hardy rain
#

suckoverflow

rough saffron
#

but yeah try just using normal cmd or windows terminal

#

or powershell or whatever

slate timber
#

kk

rough saffron
#

no

left crater
#

yes

rough saffron
#

edge case that's a pain to fix husk

hardy rain
#

I will add funny line if megu doesn't

rough saffron
#

its a dependency

hardy rain
#

catnod

rough saffron
#

and blame mingw

#

for being stupid

hardy rain
#

oh rip

gritty steppe
#

hhhh

hardy rain
#

console-menu

#

6 years ago

rough saffron
#

its a good lib

#

just blame mingw for being shit

near aurora
#

Oi, that's not mingw's fault I think

hardy rain
#

6 years sob

near aurora
#

It's prob minTTY that ironically doesn't present itself as a TTY in some cases

hardy rain
#

lmao

rough saffron
#

lmao

#

bit weird

near aurora
#

There's some other stuff that always runs as if it were called over a pipe in MinTTY. Use any other terminal with the same shell and it works

hardy rain
rough saffron
#

guh

near aurora
#

(unless cygpath is having a field day, then RIP you)

hardy rain
#

fix

#

mintty sucks

#

mingw and cygwin cursed

#

sob

#

wsl best

shell veldt
#

insane

hardy rain
#

brb cheating

shell veldt
#

wrong channel oop

gritty steppe
#

h

near aurora
#

Uhh they mention it elsewhere in the thread. conpty or whatever it's called now should fix issues with it needing a TTY

rough saffron
hardy rain
#

musking

gritty steppe
#

Elon musket

bleak linden
#

Wait, they were cheating?
lmao

broken tiger
rough saffron
shy yacht
#

Found a installer on github called venboy, wanted to make you all aware. I have no idea if its malware or a legit project, might be worth looking into

cosmic kite
#

@bronze stump

bronze stump
#

what

#

oh

cosmic kite
#

lmao

shy yacht
#

Bruh you toying with me rn

shell veldt
#

it's safe u can use it if u want

shy yacht
#

Lol ok hah
Thanks

#

You know how those random exe files be

New to the project so I had No idea

#

I see that this is a running joke LOL

rough saffron
#

vencord has like 2934124 different installers

plush jetty
#

about to make it 2984124

hoary fractal
#

how about 3184124

shy yacht
#

I look in other support servers and I'm like yo Instead of asking search the server

Made an ass out of myself here

plush jetty
shy yacht
#

Cheeky motherfuckers XD

shell veldt
#

Babe! It's 4 pm time for new Vencord Installer drop

yeshoney

wise chasm
#

Tryna get a friend set up wint Vencord. Their GIT just threw a tantrum

broken tiger
#

i want to kiss ur cheek

rough saffron
#

babe it's 4:02pm time for a new Vencord Installer drop

shell veldt
#

tell them to use https link

wise chasm
#

ah

shell veldt
#

surprised noone has written rust vencord installer yet

rough saffron
#

trol

#

and yet we have a c++ (i think) vencord installer

shell veldt
rough saffron
#

we should port it to every lang

near aurora
#

If I have some more free time I could do Rust. Or use the opportunity to learn a new lang

plush jetty
#

honestly we should really make installers in every possible language lmfao

#

just to goof around

near aurora
#

Learning opportunities

plush jetty
#

I'm almost done with the C++ one

shell veldt
#

installer in brainfuck when

near aurora
plush jetty
near aurora
real mountain
plush jetty
#

cds nuts

near aurora
#

Tfw no liveboot ISO

plush jetty
#

is it just me or did this get updated

shell veldt
#

the profile design?

plush jetty
#

ye

shell veldt
#

it's been like this for me for ages

#

A/B testing I think

plush jetty
#

they fixed the custom ones too

random siren
#

what is explod role

#

I WANT

plush jetty
#

on dark theme they always had white text

real mountain
#

that was never the case for me

shell veldt
#

<@&1027661955491700786>

plush jetty
#

hi

#

this is explod

plush jetty
#

lol

real mountain
#

skill issue

plush jetty
#

I had the custom ones rolled out but they were borked

plush jetty
near aurora
#

Explo(u)d?

inland copper
#

@everyone im home

rough saffron
#

i will explod

plush jetty
#

megu will @EXPLOD

#

guh

muted marsh
#

guh you will give me kotlin role

random siren
#

I want java role

sage idol
#

give me the 🚀 blazing fast 🚀 Rust™®© role

near aurora
broken tiger
#

@shell veldt I gotta say

#

thats gay as fuck

shell veldt
broken tiger
#

xd

near aurora
#

So I had a (slightly edited) style I grabbed back for Powercord (and later Replugged).
Is anything special required to get that to play nice with Vencord?

real mountain
#

themes/styles are just css, they should work with any client mod just the same - you should even be able to use them in the browser with no issues

near aurora
#

Good to know. CSS is a nemesis of mine, so I'd rather ask than fuck up and not know if it's my fault

hazy breach
#

is there any way to access UserStore within a webpack module

broken tiger
#

I see this however when i click it i get this:

halcyon shore
#

uhh is the vencord updater supposed to look like this?

broken tiger
#

better yet I dont even have that option

trim knoll
broken tiger
#

oof

trim knoll
#

Simply run this

git reset --hard
git pull```
real mountain
#

git reset

#

not restart

trim knoll
#

Oops my bad

broken tiger
trim knoll
#

Restart discord and check on settings

broken tiger
#

yeah no luck

#

when i updated i also made sure discord was closed

#

does vencordinstaller have any command line arguments?

#

oop

#

Looked at the Git have been. Apparently they changed instructions the last time I looked at it

trim knoll
#

Yeah that happen without a notice

broken tiger
#

ok i reinstalled it with the new instructions and everything is fixed ty for the help

broken tiger
#

Does it matter where I open a terminal to clone Vencord?

hoary fractal
#

wdym

#

u can clone vencord repo to every folder u want

broken tiger
#

On Linux, does it matter where?

hoary fractal
#

oh i'm not a linux user

broken tiger
#

Or should I git clone it in a specific folder

hoary fractal
#

but

#

doesn't matter

#

try

broken tiger
#

Even on Windows, if you just open a terminal it will install in the home directory

hoary fractal
#

just clone it on a folder

#

it's okay

near aurora
#

It doesn't matter, but you might have to allow r/w permissions for everyone on the folder where Discord stuff is stored

broken tiger
#

Right

bronze stump
bronze stump
near aurora
#

(There's injection stuff happening on the Discord end of things after all, it needs to write for that)

trim knoll
#

Noted

near aurora
#

Oh, almost forgot to ask, what's supported? Can I safely pull in scss, or am I gonna have a bad time then?

gritty wyvern
#

does vencord work with kernel?

broken tiger
#

Question is, does Kernel work lol

#

Aren't all Discord related packages non functional right now

gritty wyvern
#

i think so yeah, this was more of a "did it work before update" because if it did im hopefully it will work when kernel is updated (if thats needed at all)

trim knoll
near aurora
#

Good to know. Oddly enough, it didn't work for some stuff

trim knoll
#

mine uses clearvision css

bronze stump
gritty wyvern
#

yikes f

near aurora
#

Got it to work by just compiling transpiling the sass manually kek

#

Now to edit shit

shell veldt
random siren
#

@shell veldt I CANT ENTER DASHBOARD HELP

#

guhhh

#

it sends back to login page

muted marsh
#

hop off flask

jaunty notch
random siren
#

opera gx

muted marsh
#

HOP OFF

frail smelt
#

rule 7 of the internet: never show what browser you use

muted marsh
#

opera gx literally chinese spyware

random siren
#

I love chinese spyware

trim knoll
#

You'll never find anything like it in utility

random siren
#

@muted marsh you love

muted marsh
#

NOP

random siren
#

opera gx is so good

#

you can configure it to play keyboard sounds while typing

muted marsh
#

why???????

random siren
trim knoll
#

Saves you space from having to download music apps

random siren
#

and whatsapp

#

you can reach them easily

bleak linden
#

If only opera gx wasn't connected to the Chinese

trim knoll
#

Disconnect it from China

bleak linden
#

I myself am torn between Vivaldi and Firefox

raw dome
#

firefox if you want privacy, vivaldi if you want a better opera like experience

jaunty notch
#

🙏

#

damn wrong channel

outer ridge
#

how my dum dum brain uses custom css in browser vencord?

night hollow
#

iirc, you don't

#

@shell veldt will fix

shell veldt
#

yeah you can't yet

#

I haven't implemented yet

#

will do soon

night hollow
#

i assume you're just gonna pop up a monaco modal or something

#

well assuming you ever write the modal api anyways

broken tiger
#

if you want speed use ungoogled chromium

raw dome
broken tiger
#

its usually the sites that just dont support firefox

raw dome
#

everything librewolf does can be toggled through the firefox config anyway

frail smelt
#

privacy nerds inside the 83rd layer of firefox privacy browser forks

real mountain
#

using a privacy oriented browser can also further single you out to trackers because it's a less common browser environment than one of the more common ones

#

big brain anti tracking backfires

frail smelt
#

nah surely they cant get through my my vpn and 83 tracker blocking lists and pihole

#

i deliberately use a non privacy focused browser because i only half care

near aurora
#

I use firefox and some sane changes in about:config precisely because of privacy backfiring

cosmic kite
#

I use librewolf

tulip dagger
#

This seerver revamp tho

#

Rip thought this was general

raw dome
#

put general above support lmao

rugged berry
#

firefox good

frosty viper
#

#faq What happens if I can’t explode?

gritty steppe
#

you explode

bleak linden
ebon terrace
#

i love lenny shiggy

rough saffron
#

lmao

#

test ( ͡° ͜ʖ ͡°)

latent nebula
#

I can't inject wtf

#

i run install.sh, a console opens up for a split second before closing

#

and that's it, nothing.

#

I also tried running it as adminstrator, still no change.

charred nebula
#

what???

latent nebula
#

typo my bad

charred nebula
#

Did you read what you have to do?

latent nebula
#

run the script?

#

i did already npm stuffs

#

i dont have pnpm so

charred nebula
latent nebula
#

the github wiki told me?

charred nebula
#

Read this over again

latent nebula
#

they did change the shits again

#

bruh istg that was not what it says now last time

charred nebula
#

bru idk what to tell you

latent nebula
#

i know i know

#

because just yesterday i followed what it said in the repo's home page README, do all the cmd commands and stuffs, got to this point, and the wiki literally tells me to run either install.sh or install.ps1 based on what i like

charred nebula
latent nebula
#

im on windows L

charred nebula
latent nebula
latent nebula
charred nebula
#

I genuinely dont know where you got those files

latent nebula
#

dual boot trolley

prisma mica
#

windows removing partitions husk

latent nebula
latent nebula
#

win11 or 10?

#

ok nvm i think it still works, havent touched grub in months bc havent shut down my windows in monthstrolley

prisma mica
#

idk but people says windows remove any unknown partition after updates or sth they been complaining since win 10 but it seems to be a bigger problem in 11

latent nebula
#

yeah heard that too

#

win11 made it like impossible to dual boot

#

i mean not impossible to unix users trolley but yeah pretty hard for an average user

#

they banned like ubuntu's efi or smth? i dont know i hate these OS terms. i've read them in an article.

charred nebula
#

dualbooting is just dogshitter

latent nebula
latent nebula
charred nebula
#

i stick with linux as it is most familiar tho

latent nebula
#

school apps.

charred nebula
latent nebula
#

funny to see that linux users know more about windows than windows users

latent nebula
prisma mica
#

i just install windows on a portable HDD (windows to go) husk

latent nebula
#

i mean it seems pretty cool but i just dont know how to use it

charred nebula
charred nebula
latent nebula
charred nebula
#

There is obviously a lot more

#

But that should work pretty well for shit that isnt requiring outdated fossilized dlls

latent nebula
#

what i do now

charred nebula
#

explode

prisma mica
#

why tf in system32 husk

charred nebula
#

thats what im saying

latent nebula
#

wait

#

wait wait

#

FUCK

#

you told me to run it in adminstrator

#

i mean you didnt but

#

the wiki did

#

wahh

#

im dumb fuck

rough saffron
#

guhhh

#

the wiki says you may need to run as admin

#

as in, try without first

latent nebula
#

i know

rough saffron
#

xd

latent nebula
#

i just havent touched these stuffs in months

#

high school is shit

#

i swear to fucking god

rough saffron
#

git pull

#

you're probs on an old ver of vencord?

latent nebula
#

probably

#

yeah ofcourse lmao

rough saffron
#

dpic

#

epic

#

now pnpm i
pnpm build
pnpm inject

latent nebula
#

'epic' is not recognized as an internal or external command, operable program or batch file.

rough saffron
#

lol

latent nebula
rough saffron
#

yop

latent nebula
#

i think i'll need to merge to pull

rough saffron
#

oh

#

git reset --hard

latent nebula
rough saffron
#

then git pull

#

you love merge conflicts