#π₯-vencord-support-π₯
1 messages Β· Page 13 of 1
thanks
unminify discord's components, easy
try reinstalling discord
i get the "well this is awkward" when i click user settings.
.
-Windows
-Discord Desktop
-Stable
-Up to Date
-Bug happens consistently
-Clicking settings or any member
disable platform indicators
how?
where do i put this
the console
ayoo same issue
is platform indicators on crack atm by any chance
oh and also silent typing toggle button broke
I have the same problem
but it does that when discord loads
so where do I put #π₯-vencord-support-π₯ message?
Discord is the easiest way to communicate over voice, video, and text. Chat, hang out, and stay close with your friends and communities.
so either discord is breaking more shit or ven is breaking more shit
in your settings file
ctrl shift i
then go to console
just in settings.json?
you can just say put it in the console
I know what that means
just shid object notation
Β―_(γ)_/Β―
im just tryna comprehend what people are saying in when the githubshidd
venchord crash when i open settings
enter dis in the console
profiles too, i have just learned
sick thanks
just fixed it, update 
fixed
thank you mr. vencord
The option to clone emojis isn't working 
sadge the Global Badges Plugin doesnt work
hey, where is the cloned Vencord repository? I've been getting constant crashes and I haven't touched the repo with anything other than the auto updater
I'm on Windows btw
reinstall
vencord
that should fix it
wherever you cloned it
if you don't know where it is you shouldn't be using a manual install (reinstall using the installer)
alright
I've only ever used the installer so π€·
π€
Reinstalling worked, thanks!
not sure where to put this other than github, but the emote cloner in pull requests currently crashes on pulling up the context menu on any sticker. everything else seems ok
it's fully closed
So anyone else use the theme expirment cause i think they just changed it and you cant choose solid colors
anyone have a workaround or custom css for it
reposting cause no responses
This fixed a huge portion of the distortion I had in animated stickers + transparent backgrounds. There's still leftovers from the previous frames for a few stickers
that's incorrect tho
From the comments in dependencies, it is definitely incorrect
It did fix the issues I had though 
APNG_DISPOSE_OP_NONE: no disposal is done on this frame before rendering the next; the contents of the output buffer are left as is.
It seems like the one I had above was marked as none which resulted in the previous frame being left over
reading this might help you
which is how none should behave
Are you saying that the original png was bad?
no but it's some other thing being wrong, not that
it might be the blendMode which we currently don't use at all
blendMode?
If
blend_opis APNG_BLEND_OP_SOURCE all color components of the frame, including alpha, overwrite the current contents of the frame's output buffer region. Ifblend_opis APNG_BLEND_OP_OVER the frame should be composited onto the output buffer based on its alpha, using a simple OVER operation as described in the "Alpha Channel Processing" section of the PNG specification [PNG-1.2]. Note that the second variation of the sample code is applicable.
gif doesn't support alpha channel so I didn't bother implementing it, because idk if it's even possible
I thought this insinuated it did support alpha
oh
I see what you mean actually
the gif format doesn't support alpha channel
i wish I knew what the problem was
I think the fact that this fixed this specific sticker means there's something wrong with the disposeop logic
actually I think I might know
APNG_DISPOSE_OP_PREVIOUS: the frame's region of the output buffer is to be reverted to the previous contents before rendering the next frame.
the branch for previous draws the lastImg, but it doesn't guarantee that that image was even in that area
like the previous img might be in a different area so we're drawing random stuff to it that wasn't in that area
do you know what I mean?
all frames are none?
That part I'm not sure of
It fixed it when I commented out the whole disposeOp logic with this
ctx.clearRect(0, 0, canvas.width, canvas.height);
ctx.drawImage(img, left, top, width, height);
So I think it is marked as all NONE
what I'm trying to say is imagine
frame 1 draws at 200 200 and is dispose none
frame 2 draws at 400 400 and is dispose previous. Now the current logic draws frame 1 at 400 400 (even though that frame should start at 200 200). So instead of storing frame 1 you need to store previousCanvasData
I think that's the issue
So instead of the img, the whole canvas
if it's previous you basically just need to undo the draw after the frame yeah
yes
you can also try reading up on the Alpha Channel Processing OVER operation in the png spec but idk if that's necessary or possible :P
same I was totally just winging it when I wrote that, hence the mistake I noticed now
but I think this might actually be it
There were a couple other problematic stickers that showed different types of distortion though
Could experiment on those afterwards
Like this one is still bugged out
You can see the text move and the finger disappear a bit
And do you have an idea why it is so aliased compared to the originals?
damn
I think this might be the dispose previous bug
if I'm right about it it means it draws image data to the wrong location
unless that's with that issue already fixed
It bugs out the same either way for me
Well I'll experiment myself tmrw

But yeah I was thinking that if the canvas has antialiasing, maybe it'll come out better
that's not possible with gif like I said
gifs are limited to 8bit colours so anti aliasing is just not possible
hm
Just wondering what the online converters are doing then. Since they come out relatively the same. Probably work outside of javascript?
it might just be because you use a higher resolution for them
It was the same file I pulled from the sticker
oh wow ok
i just changed the resolution in options
512 -> 160
and?
Was it fine before
Well im too tired to think rn so I'll sleep
I'll experiment with it myself tmrw maybe I can figure it out
and this is good to know, I'll see if that causes any of the issues
obviously feel free to play around with it urself more, maybe you can figure it out too
I wish apng spec was a bit more detailed π₯Ή
hello there,
I want to use Voice Activity and Translator plugin at vencord. Is it possible to add new plugin?
morning guys i have a critical error
if i click someone profile, or private chat
the client crashes
and if its a pm it crashes and reloading doesnt fix it, you have to relaunch the client
i went to check if it was some pluggin and noticed they appear with this no color switch, eventhe enabled ones
any ideas?
weird as hell as there wasnt any vencord update and idk if any auto update from discord, but reinstalled discord and vencord and all good now
is this a known issue with the Firefox plugin version of vencord? Seems like it can't fetch stuff even with tracking protection and ubo off
huh
a
Best solution would be to paste the css into quickcss
oh wait
the issue says editor doesn't work either

rip
yeah it doesn't lmao
trolled
it imported settings just fine from the desktop client lmao
jank
you have to edit the quick css on the desktop client then import your vencord settings into the ffox version
Real
(there were updates)
oh i see the announcements now, my bad π¦
no worries, happens to the best of us and you figured it out now so all good :P
the quickcss seem to be broken for me
open the editor show a blank window and it also won't load the css file
i'm guessing it's canary problem
open devtools in the Popup window and see if there's errors
π€ π€
discord is trying electron 22 on canary??
are you sure you didn't change it
meanwhile on stable...
Stable still stuck on 13 or smth i think
anyway that error is a one line fix
it's because electron 20+ enables sandbox by default and Vencord doesn't explicitly disable it

This was because of the transform/scale
huh?
ctx.scale(scale, scale);
So canvas.height/width or resolution wouldn't be enough for clearing the canvas
I actually went back to the old code
and it still had that issue
also you said to save the image data before
I think save() works in a similar way?
The text no longer moves too
but the finger is still an issue
can't get around that
this is still very wrong but the scale might really be it
Yeah I know it is wrong

I'm just trying things to maybe get an idea of what's happening
It also fixed this somewhat
less distortion in the hair
I also tried
ctx.imageSmoothingQuality = "high";
Didn't really do much sadly

rip gif aliasing
Does vencord js script update automatically or i have to update it manually?
Update automatically according to the meta data.
make sure you install from the link in readme, not releases
then it should auto update
because win11 is just win10 in a trenchcoat
lol

FakeNitro breaks reactions when you have nitro 
turn off fakenitro if you have nitro
@rich tide
yes that's fixed on my pr
@shell veldt can you save me time and tell me how to get a sticker lottie.json?
thanks
I want to make sure we have all stickers
u using my script?
I will
I'm gonna make a new assets channel
aight
uh I can't create webhooks on phone
discord bad
give me eval command to create webhook with oceanic
jusz via client
client.rest.webhooks.create("1076188996465590282")
dont do it here though lol
people are gonna use it and ping everyone
true
whew
TypeError: Cannot read properties of undefined (reading 'webhooks')
at eval (eval at execute (/home/vendy/Vaius/dist/index.js:110:30), <anonymous>:1:15)
at Object.execute (/home/vendy/Vaius/dist/index.js:110:30)
at Client.<anonymous> (/home/vendy/Vaius/dist/index.js:413:15)
at Client.emit (node:events:513:28)
at Client.emit (/home/vendy/Vaius/node_modules/.pnpm/oceanic.js@1.3.0/node_modules/oceanic.js/dist/lib/util/TypedEmitter.js:12:22)
at Shard.onDispatch (/home/vendy/Vaius/node_modules/.pnpm/oceanic.js@1.3.0/node_modules/oceanic.js/dist/lib/gateway/Shard.js:538:29)
at Shard.onPacket (/home/vendy/Vaius/node_modules/.pnpm/oceanic.js@1.3.0/node_modules/oceanic.js/dist/lib/gateway/Shard.js:969:27)
at Shard.onWSMessage (/home/vendy/Vaius/node_modules/.pnpm/oceanic.js@1.3.0/node_modules/oceanic.js/dist/lib/gateway/Shard.js:1157:29)
at WebSocket.emit (node:events:513:28)
at Receiver.receiverOnMessage (/home/vendy/Vaius/node_modules/.pnpm/ws@8.11.0/node_modules/ws/lib/websocket.js:1178:20)```
name is required
yes
ok done
you canβt tell me what to do
guh
how can i change the colors of the status indicators plugin
using .vc-platform-indicator changes all of the icons
use an attribute selector
what is that ||sorry im new to this||
it just uses discords colours anyway so you can also just theme those
why are you trying to change them
do you want that for everything in discord
oh ok
thanks!
it doesn't seem to be working
the green is the same
this is what it should look like
try css :root { --green-360: #43b581 !important; }
idk if you can use important on variables
figure it out
oh wait a minute
for some reason every time i restart discord, my quickcss is disabled
i had to reenable it
yeah it works now
do you have more than one release channel (canary/ ptb/ stable) installed?
only stable
have you tried reinstalling vencord?
will try that now.
gl
sweet! yw
discord updates itself all the time. Maybe a dc update overwrote something vencord needed to hook into it idk
#faq message
hey guys im tryna add custom plugins but its not working / showing up in my plugins
what exactly am i doing wrong
that's not how it works
then how does it work
the plugins are built in to the mod
if you want to add plugins, you have to recompile
but user plugins arent supported
I need help
is it possible that I do not hear any sounds through vencord, such as no join sound?
I an stumped. I am trying to manually install Vencord however it seems to only partially install
The startup logs show the following:
[Vencord] Loading original Discord app.asar
```, so it's definitely kind of there, but there is not section in the settings
if you disabled them in settings, yeah
vsupport more info
"doesn't work" or similar are not very helpful.
You can make our lives easier by providing the following information:
- What platform are you on? Windows, Mac, Linux?
- What client are you using? Discord Desktop, Discord Web, Armcord...?
- What branch are you on? Stable, Canary, PTB...? If not on stable, does it work on stable?
- Are you fully up to date? You can check by going to the Updater settings tab. If you cannot access that page, use the installer. If no, update and try again
- Are there any errors? Open the console (Ctrl+Shift+I) and check the console tab. If there are any errors (red text), please provide them.
- Does this issue persistently happen, or only sometimes?
- Please provide steps to reproduce this issue. Screenshots or videos are also helpful.
yep, getting the logs, it's just cancer to have to constantly kill discord to get them (my st build doesn't have scrollback support :) )
no i didn't disabled, i don't hear any sounds since i installed vencord. I hear the people in the channel but nothing else
ELIFECYCLEβ Command failed.
So as you can see I am using the Flatpak version. Running pnpm inject as root and it fails. Now, the part that is confusing me is that if I run sh -c "$(curl -sS https://raw.githubusercontent.com/Vendicated/VencordInstaller/main/install.sh)" and press y to run as root it'll patch it just fine
the installer crashed?
that's me hitting control-c
otherwise pnpm just kinda stays running
you didnt build probably
the question si why youre even installing from source
do u wanna develop?
I am trying to develop some plugins
ah fair then
I already have a PR that I'm going to submit, but I have no way of testing it if I can't install haha
you should check discord devtools to see errors there, it's likely smth there
if it doesnt load its likely caused by ur code
My edit to an existing plugin has just been to change the name to plugin2 and copy the file to the userplugins dir so far, but I'll try without it
we don't talk about this...
thanks lol
nvm i just fixed it myself
VENCORD WONT STOP CRASHING WHEN I STREAM
"doesn't work" or similar are not very helpful.
You can make our lives easier by providing the following information:
- What platform are you on? Windows, Mac, Linux?
- What client are you using? Discord Desktop, Discord Web, Armcord...?
- What branch are you on? Stable, Canary, PTB...? If not on stable, does it work on stable?
- Are you fully up to date? You can check by going to the Updater settings tab. If you cannot access that page, use the installer. If no, update and try again
- Are there any errors? Open the console (Ctrl+Shift+I) and check the console tab. If there are any errors (red text), please provide them.
- Does this issue persistently happen, or only sometimes?
- Please provide steps to reproduce this issue. Screenshots or videos are also helpful.
Ok someone help me out, i used to use client themes when it was in beta
my color was this
NOW THEY SWITCHED TO THIS ZESTY SHIT
AND I JUST WANT MY SOLID COLOR BACK
$5 BTC to first person to get back to normal or to send me a CSS exactly like old Client Themes
and thats ong
(please ping me if response, i am deep playing ping pong vr rn) edit: (feel free to ping multiple times, im not gonna get mad i just wanna see the messages)
why not?
compile from what to what, isnβt it just js?
you will have to use from source
(if there are documents on this, iβm also happy with a hint in that direction)
what does that mean?
woop give me a second
sure take your time^^
https://css.f53.dev/discord/ClientTheme.css
set --theme-h s and l to the HSL values of your old color
if you have screenshots of your old discord and could send them my way I am always working on making it look closer to what it was
thjis was the exact cololr
as for the exact look, lemme try to find some
its close but its not htat
let me find some screen shots
i ahve to have some somwhere
this is one of the screen shots
you can kinda see the color diff on the side
and the text
let me check through my videos too
additional screenshot of the menu colors
there is the hover over message color
actually thats not even a color, it just reduces alpha
im stupid
thats every screenshot i have, that one also is a little darker, so i have 0 idea
dont use that nvm
client themes behaved way differently than I thought it did
it was legit so clean and easy
i bet the client theming code is still there
its def there
I think you were screwing with the color a lot, because atleast for me, the chat background was the color you picked
i legit picked that color red and called it good
but the new theming is so gay
or maybe it behaved WAY differently for more saturated bright things and I never ran into that functionality
yea
but discord had to riuin it
thanks!
(iβm supposing this is a reference to the regex-patching approach)
(still unclear about these 2 questions)
oh also CodeF53, another reason im pretty sure the OG client theme code is still there is because when i load up discord initially the color is still there
exambple
@cerulean night
:root {
--theme-h: 0;
--theme-s: 0%;
--theme-l: 11%;
}
:root.theme-dark {
--primary-600-hsl: var(--theme-h) var(--theme-s) var(--theme-l);
--primary-530-hsl: var(--theme-h) var(--theme-s) calc(var(--theme-l) - 0.5%);
--primary-560-hsl: var(--theme-h) var(--theme-s) calc(var(--theme-l) - 2.9%);
--primary-630-hsl: var(--theme-h) var(--theme-s) calc(var(--theme-l) - 3.1%);
--primary-660-hsl: var(--theme-h) var(--theme-s) calc(var(--theme-l) - 11.3%);
--primary-700-hsl: var(--theme-h) var(--theme-s) calc(var(--theme-l) - 9.4%);
--primary-730-hsl: var(--theme-h) var(--theme-s) calc(var(--theme-l) - 10.3%);
--primary-760-hsl: var(--theme-h) var(--theme-s) calc(var(--theme-l) - 11.3%);
--primary-800-hsl: var(--theme-h) var(--theme-s) calc(var(--theme-l) - 12.9%);
--primary-830-hsl: var(--theme-h) var(--theme-s) calc(var(--theme-l) - 15.5%);
--primary-860-hsl: var(--theme-h) var(--theme-s) calc(var(--theme-l) - 17.0%);
--primary-900-hsl: var(--theme-h) var(--theme-s) calc(var(--theme-l) - 21.1%);
}
then what was the question?
like host css?
it was sarcasm, i didnt know it existed lmao
nah nah, but the middle is still gray
and this is very very close
oh I missed the one thing I didn't change form the old theme
by very very i mean i cant tell the diff
--primary-600-hsl: var(--theme-h) var(--theme-s) var(--theme-l);
don't have one, I haven't fucking with crypto since eth crashed
if you ever make one lmk, i got you with $5 any time
also the message bar color is off
lemme try to find a sccreen shot of it
this part*
holdup lemme go thru ss
there are some small differences due to rounding errors from converting back and forth from RGB to HSL
for example chat used to be #581E2A but now its #561E29
wait so you know all the OG colors tho?
no I just changed one thing because I noticed the saturation and hue shifiting wasn't right
and that made all the colors basically match perfectly
intresting
its very close, i am def gonna keep it. I am very thankful lmao
this like my 3rd time asking so
wish i had more SS to base off of
I have posted it in css snippets before :p
but to be fair that was a while back when I still had a lot of things way off
imma be completely honest, and 0 disrespect to you but this server is on a "if i absolutely need to" basis
i will only come to this server in absolute desperation
Vencord Client: πΈ
Vencord Community: 
i didnt even know you could do that
i gotchu, i cant even think of where other ss would be
also isnt there a way to downgrade discord?
like if you have old offline installer right
πΈ
time to fuck around + Find out
Code can you do me a favor
what version of Canary are you on rn
sorry imma ping you cause i dont wanna wait
@wooden barn
im not on canary :p
Fuckkkkkk
i legit only have canary old installer
and i dont know stable version
Btw code Iβm still working on this
I am using HTTP debugger trying to launch an older client
Imma get this I swear
Almost 3 hours of trying later
i give the fuck up
It is impossible to use an older version of discord
im saying it now
send a photo of the directory %localappdata%/Discord/
Show me what that looks like
ping me when sent @broken tiger
is the contents of app-...11 blank
like is there any files in there
what about app--1...10
is it blank or full
delete app-11, turn off anti virus. Run Discord.exe inside app-10 as Administrator then see if it works
try opening from task bar then
*as admin
it just doesnt open
correct
you free to join vc?
i can help you thru it if you want
imma go to bed soon but just msg me i might be on
bet
Try exploders?
or are they all locked
join in dms
are you double clicking
you might have to give it mic access
or something stupid
lmaoo
π
go download canary
that should install fine
hi
uhh picture
Xig what title
like where am i supposed to be looking
im a little confused
try hitting ctrl+enter
see ifthat fixes
try out some stuff here
be careful of stuff that modify's system
Fix-4 is most likely to work
obviously if your answer aint solved
π
i know its a shitty site
lmao
go to #4
and have you updated display drivers yet
that is weird asf then
0 idea
i honestly cant think of anything off the dome
for why that would happen
repost yor issue, someone might have a fix low key
is your QuickCSS file cleared also
in vencord settings
alrught
dont you have to insall vencord first
idk then
i gotta sleep its 4 am
bye and good luck and sorry
allat same time
Uhhh, I'm big dumb dumb how do I load a local CSS file? Tried using absolute path on windows, but it won't load neither with \ nor /
Or will I have to host them somewhere
guess I'm forced to use http protocol?
fuck
copy its content and paste to customCss?
It's just a lot, and I wanted to partition it a bit with other potential css
but yeah, might go with that
I managed to find the settings file and removed the url
yeah, I'll end up doing that
- if not on Windows, did you enable frameless in settings
- if on Windows, check your themes
exactly what I said
the title bar doesn't just disappear, it's likely one of ur themes hiding it via css
Disable/remove all of them, then add them back one by one until you find the culprit
vencord gone after restarting pc what should i do
one by one
(well binary search would be faster)
How the hell would you use binary search on set of unsortable items
Oh wait I think i get it now
^^
Like add half and of it breaks, remove half of that, if not, do the other half etc.?
possibly thereβs a more specific word than binary search in such a case
yup exactly
it was more of a scnr (sorry could not resist) comment, b/c usually educated guesses should be more efficient here and itβs prbly just a few items anyway, explaining binary search might take longer β¦ βxD
lol
where and how
you dont even have css loaded
reinstall vencord
ikr
we mess with vencord is all ways possible and that doesn't happen
if vencord break blame me
Okay, I know this has been discussed before based on a bit of searching, but I haven't really been able to find anything concrete. Is there a way to use Acrylic (uwu/Acrylic) with Vencord? I've reached the point where I'm using Acrylics /app folder. Adding require("C:\\Users\\...\\Vencord\\dist\\patcher.js") at the top of /app/index.js loads Vencord but not Acrylic. Adding it to the bottom loads Acrylic but not Vencord. Not quite sure where I should go from here.
scratch that, I replaced all instances of app.asar and _app.asar with original.asar and I think it works now somehow 
incredible
tbh this is something that should be implemented into core vencord instead of getting users to patch their installs like this
acrylic itself is a relatively simple script, its bells and whistles come from adding stuff to discord
I also had to patch it with openasar, but with vencord it should just be as simple as fixing whatever conflicts there were between acrylics and vencords injectors (no idea if it's actually simple)
allows the window to be transparent, but no blur
well but the theme can make the blur?
you can set up a blur via css
you need to do some funky things with electron do make blur work
it can blur any HTML elements behind them
but it can't blur actual desktop windows
but the acrylic mod actually does some funky stuff
but also does some really really really bad stuff
this is why all the css themes just use a picture as a fake background blur, because the picture is still part of the html and can therefore be blurred
such as?
**index.js: **Lines 81-104
//#region CSP Removal
electron.app.on("ready", () => {
// Removes CSP
electron.session.defaultSession.webRequest.onHeadersReceived(
({ responseHeaders }, done) => {
const cspHeaders = Object.keys(responseHeaders).filter((name) =>
name.toLowerCase().startsWith("content-security-policy")
);
for (const header of cspHeaders) {
delete responseHeaders[header];
}
done({ responseHeaders });
}
);
// Prevents other mods from removing CSP
electronCache.exports.session.defaultSession.webRequest.onHeadersReceived =
() => {
console.log("[RawDog] Prevented CSP from being modified...");
};
});
//#endregion
this conflicts with vencord's csp
which is a much less scorched earth approach to csp patching
tl;dr they're completely disabling a security mechanism to make it work
vencord does something similar, but does it in a way that doesnt result in a lack of the policy, it just modifies the policy to be less strict
that's just the cumcord injection
no they copied it
yeah makes sense
this is unbelievably funny to me
for (const header of cspHeaders) {
delete responseHeaders[header];
}
its so scorched earth and boring compared to vencord's actual proper patching
lol
electron.session.defaultSession.webRequest.onHeadersReceived(
({ responseHeaders }, done) => {
delete responseHeaders["content-security-policy"];
done({ responseHeaders });
}
);```
much simpler and more performant

maybe it isn't vencord that needs fixing, but acrylic
its definitely not a vencord problem, patching it with this is bound to cause issues
just because of how its written
but the actual acrylic functionality is easy asf to add to vc
π
is there a plugin to be able to stream audio from applications?
like stream audio from discord to someplace else?
well i got it to load vibe in
but for some reason it cant find any of the functions
so i'll work on it another time
its not my priority
no stream audio from another application with sounds on discord
and no
im pretty sure this isnt possible either due to how discord's screensharing works, but i can look into it another time
there isn't, but you want to stream audio from a program through your mic?
anyone know why css square icons are broken?
ask in their server, not here
do I always need to reinstall vencord if discord updates?
if it stops working
ok
vsupport more info
"doesn't work" or similar are not very helpful.
You can make our lives easier by providing the following information:
- What platform are you on? Windows, Mac, Linux?
- What client are you using? Discord Desktop, Discord Web, Armcord...?
- What branch are you on? Stable, Canary, PTB...? If not on stable, does it work on stable?
- Are you fully up to date? You can check by going to the Updater settings tab. If you cannot access that page, use the installer. If no, update and try again
- Are there any errors? Open the console (Ctrl+Shift+I) and check the console tab. If there are any errors (red text), please provide them.
- Does this issue persistently happen, or only sometimes?
- Please provide steps to reproduce this issue. Screenshots or videos are also helpful.
bro im starting to get pressed; every time i use the in-client 'updater' it bricks my vencord and I need to fresh install everything
im facing this same issue on firefox, installing vencord as an extensions doesn't do anything and no logs show up
and gui installer doesnt fix, need to wipe my discord and any injected client stuff as well π¦
vsupport more info
"doesn't work" or similar are not very helpful.
You can make our lives easier by providing the following information:
- What platform are you on? Windows, Mac, Linux?
- What client are you using? Discord Desktop, Discord Web, Armcord...?
- What branch are you on? Stable, Canary, PTB...? If not on stable, does it work on stable?
- Are you fully up to date? You can check by going to the Updater settings tab. If you cannot access that page, use the installer. If no, update and try again
- Are there any errors? Open the console (Ctrl+Shift+I) and check the console tab. If there are any errors (red text), please provide them.
- Does this issue persistently happen, or only sometimes?
- Please provide steps to reproduce this issue. Screenshots or videos are also helpful.
Windows with Discord desktop, just running openasar and vencord. Stable, up to date discord. Don't get any errors, vencord just fails to load whenever I use the built-in updater function; as long as I don't, it runs stable. I've had to fresh install 3 times now. Simply updating the client and relaunching causes it to revert to vanilla discord
by "fails to load", are there any logs? or is it like it was uninjected completely?
tbh just sent that cause im sleep deprived and crabby, I myself will just stop pressing the goddamn update button like a moron but if anyone else has same issue it might be worth looking into
hmm
you need to grant host permissions
I didnt check log output, but at least in the client it appears to be uninjected
if you could check the logs the next time it happens that'd be great
...why? and how
oh thats a big emote
:P
because Mozilla is stupid
allow access to discord.com in extension settings
but yeah, if it errors out that'd be extremely helpful to have
it is already doing that
if it doesnt, thats also extremely helpful and confusing
yeah completely forgot about log outputs, just assumed since it wasn't booting with discord it unattached. will check next time i press the forbidden button
sounds good to me
oh, it actually is not, but only enabled via click, it works now, thanks!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

you probably ran the installer as admin
don't
other than that that shouldn't happen
do you mean for the initial download or for the attempted repair
it might also be that your isp or country or similar are blocking github
hmm, I didn't run it admin to repair but I could've done it the last time I fresh installed
ah
qutebrowser is something different so im not sure
QB is chromium afaik but i have no idea how it works lol
chances are qutebrowser doesn't support it properly or uses an outdated version of chromium
try if it works on a proper chromium browser
qutebrowser doesnt really have extensions but has a userscript
oh
qutebrowser doesnt use chromium directly
it uses qtwebengine
which has
relatively old chromium now
it depends on the version of qt that qutebrowser is using
according to their wiki, the latest they go up to is 94
vencord requires 91
which menas they arent using qt 6.3
if its 6.2, its one major version out of date, which means youd be stuck on 90
if its 5.x, its 87
so tl;dr yeah its too old
(91 was just an arbitrary number I chose, because that's what electron 13 uses)
it might or might not work below I never tried
noone should be using chromium that old
its probably worth testing, although i dont see the point
precisely
we're 20 majors ahead now
How do i install vencord on chrome
ty
β€οΈ
Is it just me or color sighted made the offline status indicator into online
well thats something
ok its gone
i was just using revert rebrand
ah
well now that I check its been archived
oh well
guess ill have to stare at the new color scheme now
or replace it with another theme
is this supposed to happen? or is it ublock origin preventing requests to to other website or some sort
check console
Anyways having a problem of Discord stealing the focus of other applications on Linux? (GNOME DE, Arch Linux)
I try to click on Firefox and type but it doesn't let me since Discord is constantly stealing the focus
Only happened after I restarted for a Vencord update
vsupport more info
"doesn't work" or similar are not very helpful.
You can make our lives easier by providing the following information:
- What platform are you on? Windows, Mac, Linux?
- What client are you using? Discord Desktop, Discord Web, Armcord...?
- What branch are you on? Stable, Canary, PTB...? If not on stable, does it work on stable?
- Are you fully up to date? You can check by going to the Updater settings tab. If you cannot access that page, use the installer. If no, update and try again
- Are there any errors? Open the console (Ctrl+Shift+I) and check the console tab. If there are any errors (red text), please provide them.
- Does this issue persistently happen, or only sometimes?
- Please provide steps to reproduce this issue. Screenshots or videos are also helpful.
errors in console?
what are you supposed to do when vencord stops showing up for no apparent reason?
thx
webcord has alpha support for chromium extensions, you should be able to just use the vencord chrome extension that way
cant find where to put the extensions lol
{userData}/Extensions/Chromium/{extension name}/ from the webcord wiki tells me nothing lol
how does the "enable transparency" option work in vencord
sets the electron option for it. you have to use css to see any difference though
It allows for css to be invisible, but no background blur
That's a webcord issue π€·
Vencord on Development Ver of Discord, Most notifications stopped showing up as well.
does it work on stable
Let me check
why the hell are you on development
Because I can ig lmao
Also it happens on stable too but its a Discord issue 
only happens on fullscreen too 
that's a discord issue + please don't ask for support with development branch
Global Badges doesnt work ;-;
that's a third party plugin, no? I don't think those are given support to
unless im just dumb
is there any way to clear MessageLogger logged messages without reloading discord ?
real answer: no, I don't think so
joke answer: technically crashing discord is not reloading discord
inspect elements

@left crater once context menu api is added u can easily implement context menu entry for removing deletes / edits
cool
yes
you can just drop the .plugin.js file into the plugins folder

nah i just joking betterdiscord plugins are too shitty for us to care
how tractable would it be to make this happen?
Cc: @shell veldt @bitter elm
no
why did you ping ducko
b/c of her experience in making wrappers(?) for (bd) plugin formats (GooseMod βΊ Topaz)
radically epic stuff
vsupport moreinfo
"doesn't work" or similar are not very helpful.
You can make our lives easier by providing the following information:
- What platform are you on? Windows, Mac, Linux?
- What client are you using? Discord Desktop, Discord Web, Armcord...?
- What branch are you on? Stable, Canary, PTB...? If not on stable, does it work on stable?
- Are you fully up to date? You can check by going to the Updater settings tab. If you cannot access that page, use the installer. If no, update and try again
- Are there any errors? Open the console (Ctrl+Shift+I) and check the console tab. If there are any errors (red text), please provide them.
- Does this issue persistently happen, or only sometimes?
- Please provide steps to reproduce this issue. Screenshots or videos are also helpful.
read this pls
alr
so I am on windows using discord stable version and I had vencord working but now it don't so I run the installer updated it still not working, I found nothing on the console
I had that issue once but got it fixed just by running the installer and updating it
(pls tag me if you need more info or anything)
I am just a little confused as to how to get the 3rd party plugins to work
ohhhh I need to download the uncompiled version first im dumb
ya
What is pnpm?
If I am already currently using vencord through the installer, will I need to uninstall first?
Will it kill all of my plugin settings?
Ok, thanks, still learning some probably obvious things lol
np
If I wanted to inject into canary, how would I?
the same way
the installer lists every instance of discord you have installed
so just choose the one you want to inject into
oh
ok
I tried adding plugins but it doesn't work and running pnpm test gives errors even on the example plugin
- it shouldn't be
userplugins/index.ts
it should be userplugins/YourPluginName/index.ts or userplugins/YourPluginName.ts
- if its a userplugin you downloaded from elsewhere, you should just be able to
pnpm buildno need to test
the build will either fail or it wont
yep that seemed to make it work
bro
only change it wanted was having the copyright disclaimer at the top of the file
Thanks I'll just lint it before doing stuff from now on
any fix for this?
i have a theme but i don't see it in the theme section and i have no clue how to disable it
have you tried reinstalling?
quickcss?
also check openasar css if you have that installed
checked quickcss nothing there
how to check that
If you have OpenAsar installed, it will show the version at the bottom of settings
if it's there you can open the OpenAsar css by cliking on the OpenAsar text
thanks, that's the issue
o
note that it comes from discord
so then what's making it so the font doesn't load
Discord β’οΈ
I don't think they use the font anywhere
it just appeared one day
it doesn't cause any issues tho
Sorry I meant the OG font which the link I replied to is supposed to bring back
nvm
it was my other theme I had loaded causing issues
How can i add #1032200195582197831 to vencord?
is there a channel tab for venchord?
after you clone the repo, just copy the .ts file to src/userplugins/ and it should show up in vencord plugins after injecting
yes, but it's not merged yet, you can clone the repo and merge the ChannelTabs pull request locally, then build and inject
Okay, do you know if there will be a feature soon to just simply add plugins to a folder, like in better discord?
not sure when, but i've seen it being talked about
think it's under active development
it's been confirmed to be added eventually
don't think anyone is working on it though
so not quite under development
π
is there a way to make message logs permanent ?
like lightys message logger for BD and powercord
no
Ah okay. Thanks for the reply
how do you uninstall
Installer
thx
I'm just saying y'all, people delete messages for a reason, we don't have much privacy left so at least respect that 
trying to convince people not to use message loggers π
Yeah
Regret
Then eat shit
Lmfao
Just how the cookie crumbles
You should be more worried about the fake deafening exploit or whatever it is
my messages keep going weeeeee
what an interesting bug
they keep randomly disappearing from the messagebox but i can ctrl+z them back into existence, so they're just disappearing
and its definitely not me just mispressing stuff on my keyboard, it can happen when i havent pressed anything
though of course now that im trying to demo it with a video its stopped happening completely π
nvm
we love
heisenbug moment
although oddly enough it might be related to something else im experiencing now
where typing doesnt autofocus the textbox

like normally if you were to, say, click on the messages to defocus the textbox and start typing, it refocuses it
tbh it might just be a discord bug, i havent updated vencord 
Hey, does anybody know why the picture is not showing in the Custom RPC Plugin?
It worked with other pictures before this one for example:
Hi



