#🏥-vencord-support-🏥
1 messages · Page 519 of 1
so i'm back to trying to figure out how to get tts to work on linux discord again
i got speech dispatcher working fine now
but discord is not even giving me dummy audio
...fixed by just installing festival again
no, i said to;
1: close discord with task manager
2: open the vencord installer
3: press reinstall/repair
4: open discord
Kk
It says successfully patched after I click reinstall and i can't open discord anymore
was vencord running fine before then suddenly stop?
No i just can't open discord it either gets stuck on the loading screen or just doesn't open
It shows it's open in task maneger
1: press windows + r
2: paste %appdata%/vencord/settings
3: press enter
4: delete settings.json
vencord is not compatible on my browser
then it isnt compatible on ur browser
what else do you expect
What's json
a file type
Is that like system 32M
It still isn't opening
Do a clean reinstall using the guide below (its completely different to a normal reinstall)
https://support.discord.com/hc/en-us/articles/115004307527--Windows-Corrupt-Installation
tldr:
press
windows+r
paste%AppData%
deleteDiscordrepeat for
%LocalAppData%Install discord
Install from ms?
Then where?
discord website
Where do I find vencord in the discord settings?
usually near the top (probably not this exact spot since you can change the location)
It doesn't show up??
Open discords settings and scroll all the way down to the bottom and screenshot the following text block
https://cdn.discordapp.com/attachments/1026515880080842772/1255782998725623839/image.png
It doesn't say vencord
i said screenshot, not talk about it
(or click it to copy paste)
There
ok, now close discord with task manager and try to install vencord again
its already installed it says
- Press
windows + rthen paste of the following
%localappdata%/Discord
- Then screenshot the contents of the folder you were taken to
there
go into the app folder, then into the resources folder, then screenshot
Wdym
What should I do?
i have 1 last idea
- Press
windows+rthen paste of the following
%programdata%/ACER
- Then screenshot the contents of the folder you were taken to
if it shows an error tell me
ok well that looks normal
try using this installer (make sure to end discord with task manager otherwise it cant overwrite the files)
Wait sorry I didn't get this
press enter
Is that all?
does it say anything else if you press enter?
then try opening discord again
i type fast
Also which plugin is it to see deleted messages
unless you mean this
take a guess (its called messagelogger)
in which case i use MessageTags
Is there a plugin to see deleted pictures?
Ahh k
you need to see it with the plugin enabled to log it basically
Ty for your time
Does it log forever
^
Around how long?
till you restart the client/restart pc
Is there a plugin to use emojis from servers without nitro?
I saw someone do that
fakenitro
K
hii i am new to vencord..i forgot the name of the plugin which helps us to see the discord avatar in zoom...pls tell me name of that plugin
viewicons
thanks my friend
guys im on linux why stream is like this?
guys idk why but i was making a theme and suddently out of nothing i have a white screen on discord, i try to reload it and it gives me white screens, now everytime i open something on discord i get a white screen, any help?
vf theme
open the dev tools with CTRL + Shift + i (Cmd + Option + i on MacOs) and click on the "console" tab at the top. Then paste and run (with enter) the following code.
It will
- disable custom css (you can turn it back on in Vencord Settings)
- copy your current theme links to your clipboard as a backup
- remove all themes
(() => {
Vencord.Settings.useQuickCss = false
try {
const copy = window.copy ?? Vencord.Webpack.Common.Clipboard.copy
copy(Vencord.Settings.themeLinks.join("\n"))
} catch { }
Vencord.Settings.themeLinks = []
Vencord.Settings.enabledThemes = []
})()
oh the issue is on quickcss and also im on mac (idk if its related or not)
the issue is you fucked up when making a theme
when i had the first screen i still had the quickcss open so i tried to delete evrything so thats not the problem
Its a theme issue, nothing else
ik but now whenever i have the vencord extension it gives me a white screen
look at this
Is there an experiment I can disable to hide the hovering discover button thingy?
or do I need to use custom css
can some1 send me theirs vencord options thing so i can kinda find where the quickcss option is?
maybe i can fix the white screen
just run this
run what?
open the dev tools with CTRL + Shift + i (Cmd + Option + i on MacOs) and click on the "console" tab at the top. Then paste and run (with enter) the following code.
It will
- disable custom css (you can turn it back on in Vencord Settings)
- copy your current theme links to your clipboard as a backup
- remove all themes
(() => {
Vencord.Settings.useQuickCss = false
try {
const copy = window.copy ?? Vencord.Webpack.Common.Clipboard.copy
copy(Vencord.Settings.themeLinks.join("\n"))
} catch { }
Vencord.Settings.themeLinks = []
Vencord.Settings.enabledThemes = []
})()
here it is if you want it again
it's in settings
i have a white screen orokana
read this carefully on where to run the snippet
@pure dawn i tried doin cmd +option+i but nothing
what happens if you right click/shift+right click on the page?
im on mac and i tried doin cmd+option+i
get an option to inspect?
are you using the client from web?
yea
tried right clicking > inspect ?
bro this is what i see
doesn't change what right click does though
yea but when i do right click i dont see anything
its overlaid by the white screen
is there any blindkey to somehow open the quickcss window?
u can try changing the device theme to dark
open your browser devtools and run the script to disable quickcss?
im on chrome, idk if there's a way to disable the script of quick css
you follow this guide
crazy idea, do it on another tab, split the dock and then switch back to the dsicord tab?
yea im doin that but on one i dont have vencord and on the other i have it
if i had vencord on both i would have double white screen
if you can't load discord
go to chrome devtools
switch to the application tab
open local storage dropdown
select discord
search for VencordSettings
double click the value
replace the true after "useQuickCss": with false
reload
how do i active the dev tools?
vf theme
open the dev tools with CTRL + Shift + i (Cmd + Option + i on MacOs) and click on the "console" tab at the top. Then paste and run (with enter) the following code.
It will
- disable custom css (you can turn it back on in Vencord Settings)
- copy your current theme links to your clipboard as a backup
- remove all themes
(() => {
Vencord.Settings.useQuickCss = false
try {
const copy = window.copy ?? Vencord.Webpack.Common.Clipboard.copy
copy(Vencord.Settings.themeLinks.join("\n"))
} catch { }
Vencord.Settings.themeLinks = []
Vencord.Settings.enabledThemes = []
})()
press that keyboard shortcut
does it work fine in other tabs
open the chrome menu in the top right and go down to more tools
well do that in the discord tab
^^
they mean with devtools
there would be no reason to enable quickcss with devtools
you could also just scroll to the bottom of all the elements and delete the quick css styles
unless they mean disable
yes we mean disable
this is a temporary fix
why not just get them to do this since they are already in the dev tools
jamesbt i cant do that on discord cause i have a white screen, thats why im trying to do that on the devs tools
well if you use the right word i wouldn't get confused
sry
just copy paste that code into the console tab, it may ask you to type allow pasting (for a good reason) before it will let you paste it
(you can disable vencord to access disable, then enable it again or discord discord desktop to copy it)
or you can just manually type out that one quickcss line
you'd need to enable vencord to run the disable script though, they already have another client they can use
well first i have to somehow disable the quickcss script so i can see
you have devtools open, go into the console
then run this code
love the massive warning from stock discord 
you love
you must've already allowed pasting
you can ignore the error
ok
if it still doesn't let you paste that script, you can alternatively type in Vencord.Settings.useQuickCss = false
so yeah a theme issue 
thanks guys
this is sus
vf help
1. How do I install Vencord? (installation, install, download, installing, installer)
2. Vencord isn't working! :( (broken, not working, reinstall, update)
3. Can I use this on the web version of Discord? (browser, web, firefox, chrome, extension, userscript)
4. Is there a mobile version of Vencord? (android, ios, mobile, phone)
5. How do I install BetterDiscord / Replugged / [insert other mod here] plugins? (betterdiscord, replugged, powercord, shelter, plugins, bd, rp, custom)
6. Will I get banned for using Vencord? Will plugin X get me banned? (tos, banned, terms of service)
7. How do I migrate my Vencord Settings from Canary to Stable (or vice versa)? (settings, migrate)
8. Why is my Discord laggy? (lag)
9. My themes broke and now I can't open settings or disable them (themes, broken themes, themefix)
10. Why do I get logged out after opening DevTools? (nodevtoolswarning, hidetoken, logout)
11. How do I uninstall Vencord? (remove)
12. What are the official websites for Vencord? (unofficial, official)
13. I see there are packages for Nix or another platform not on the website, do you support them? (nix, nixos, repackaged)
14. Does Vencord support a Windows Distro (e.g., AtlasOS, Tiny11)? (atlasos, tiny11, windistro)
vf browser
Yes! We provide extensions for Chromium based browsers and a Userscript build.
See our download page for more info!
'
System issue
How can I fix it? I have tried it on multiple distros and devices
dont have a clue, i dont know your system
r5 7600x rx 6800
there's more to a system than just specs
i quite literally cant know what the issue is
(and also because i dont know linux)
hello
I have supported vencord on github but I was given neither role nor badge. Can you help me please?
read #faq
Plain folder icons are broken and it isnt in #1257025907625951423 so idk if its just a me issue or what
does disabling themes fix it
vf remove
Vencord is uninstalled the same way you install it. Just use the "Uninstall" button instead
ill check.
nope, its probably just Visual Refresh tbh 
profiles are shifted too
alright
peux-tu me répondre svp en DM @shell veldt
you can wait patiently until they do
Do third-party plugins no longer exist?
No support is provided for installing third-party plugins. Do not continue asking or you will permanently lose access to support.
the channel got replaced with a forum
hey is there a quickcss to revert the updated uhh message menu?
oh, ok, tysm
what does the menu look like
it has the 3 favourite emojis or whatever and it behaves a bit differently than before i think its also not the same height
(cant take a screenshot it wont let me sorry)
are you talking about the message hover menu
yes
how do i get vencord on chrome i downloaded it but idk how to use it or do it
Is there a plugin or CSS snippet to remove that??? 🤔
uhh what do you mean? to enable plugins go to your dsicrod user settings and you will see the vencord options there
looking for this too
just right click "play again" 
Oh thanks. The other ones are still visible though.
oh i didn't notice nitro and shop
li:has(a[href="/shop"]), li:has(a[href="/store"]) {
display: none;
}
Damn thanks. Lemme try it out.
any css to make gifs sticker size?
Is there a way to remove the alone in a voicechat message?
how do i fix this
Your Discord seems to have installed in the wrong place. This could be due to a variety of issues.
To fix it, click the "Take me there!" button and follow the instructions in the dialog.
by reading
damn. xD
- Make sure discord is fully closed in task manager (or tray)
- Press "take me there"
- If the folder is named after your username, delete it
- Reinstall Discord
- Try installing vencord again
Here is a video tutorial in case you cant read 4 steps:
https://cdn.discordapp.com/attachments/796383204667686913/1273973233619832843/Please_Have_The_Ability_To_Read.mp4
thanks
you can use either
Technically yes, we have a very barebones app for android: VendroidHowever, it suffers from many issues and thus is not recommended for daily use (nor is it actively being worked on)
Instead, we recommend the following alternatives:
- Pyoncord (discord server) ~ supports both android & ios. uses the latest discord mobile app
- Aliucord (discord server) ~ android only. uses the old (now ~2 years old) version of the discord android app
when i open vesktop only this white screen pops up. this just started happening today
have tried restarting pc and reinstalling vesktop
also no tray icon appears
how to clear this blank space and the create servers button?
by using a proper snippet to hide discovery
instead of whatever you're using currently
i keep getting notifications about every single session i've got of discord when launching it, i dont want to disable them all but it's really annoying 😭
is vencord broken for mac
Is there any way to make vencord reinstall itself automatically after discord updates or do i have to open the installer every time
shouldn't be
not on my machine™️ , try updating vencord if you're experiencing issues
I still haven't heard back from him. Could you do something? ;(
- my role I didn't get
just be patient
for some reason the fakeprofilethemes plugin doesnt do anything for me, can someone help
In Vesktop is there a way to change the font?
theres a font changer in #🎨-css-snippets
Need help, i got locked out of offtopic/general chat
You ignored 4 messages telling you to go to a different channel
bc i dont really needed help
you were redirected to this channel 4 times 😭
asking a question about vencord = asking for help
either way, no what you are looking for is not feature
oh that's how it is
the old discord sounds ?
If you want the standard ones instead of the christmas ones consider checking your notification settings in discord
yeah that's what i wanted, bruh
i thought it was unrelated to christmas, but an update that changed all sounds forever
can i now get back offtopic/general chat ? pls
hello, the pin dm function seems stopped working after I added about some people to a category. I cannot collapse a section nor show people in a collapsed section. Are there anyway to fix this other than disabling it? thanks
i need more stream quality even from source iit self
could you elaborate further?
any videos/screenshots?
if I click on create nothing happens
and about ten seconds later it creates it (super long delay)
and if I click on the category or the down arrow I have to wait for about ten seconds for it to show/hide members
Web?
vesktop on arch linux (gnome)
hey
question about functionality more than support.
I am wondering if there is a way to fetch a total number of users for a role on a server? (while being a member)
anyway a plugin can be made to store deleted messages in a file so we always keep them
no.
do you have access to the Members tab
why?
anyone knows why vencord even after installed still not applying to discord? web version
restart your browser
I've got an issue with vesktop on linux cuttin out the first word when I start speaking. After looking online it seems to be related to the "Advanced Voice Activity" setting being turned on. Which if turned of on the normal discord client fixes my issue. But this option is greyed out and always turned on in vesktop, Is there any way to disable it in vesktop?
nope, didn't work. you think this is why?
it's like it's disabled, i don't know
but it says it's activated
"doesn't work" and similar are not very helpful. To help you, we need more info!
Describe your issue with as much detail as possible.
What exactly did you try to do?
What did you expect to happen?
What happened instead?
Does this issue always happen, or only sometimes?
If possible, provide steps how to reproduce the issue
If appropriate, provide screenshots or screen recordings
For Vencord issues:
- If you are able to, run the
/vencord-debugslash command - If not, provide the following info:
- How are you using Vencord? (Discord Desktop, Browser (name your browser!!), Vencord Desktop, ArmCord, ...)
- What OS are you using?
- Open the DevTools with
Ctrl + Shift + i(Cmd + Option + ion MacOs) and check the console tab for red error messages
For Installer issues:
- What OS are you using?
(Auto-response invoked by @brisk surge)
you have to open user settings in discord, that’s where you’ll see vencord
i know...
that's exactly what i'm trying to fix
vencord isn't working
it's simply not loading or it's either disabled, but in chrome extensions it says it's activated and everything
is it possible to make vencord not uninstall itself everytime discord updates?
Hey yall i currently have an issue with vesktop on arch linux, the only thing popping up when launching it is "loading vesktop" and it gets stuck on that forever and i've tried enabling a dns but it wouldn't do anything however if i disabled my wifi then it'll pop up a program with a white screen
Sometimes after a while it'll load up but will be an invisible program that i can't open
Unfortunately, no
I am able to see amount of users for a role through right sidebar where it says something like "Support Helper - 4" but it only accounts for online users while I need all
not on my vesktop right now but has anyone else experienced significant cpu usage after streaming for a while? really kills my system performance. the cpu usage tends to get up to 50 ish percent and reduces back to 5% whenever i restart the stream
Because those are provided by the gateway
for some reason, discord starts up on its own even tho i disabled it
Is there any way to make vencord reinstall itself automatically after discord updates or do i have to open the installer every time
Yeah, I don't have those perms. I am basically a regular member just like in this server.
Do I understand correctly that without that access there's no way to get the info I'm looking for?
correct
No
This is for Vencord support
I did everything in the tutorial and I couldn't download it
Your Discord seems to have installed in the wrong place. This could be due to a variety of issues.
To fix it, click the "Take me there!" button and follow the instructions in the dialog.
- Make sure discord is fully closed in task manager (or tray)
- Press "take me there"
- If the folder is named after your username, delete it
- Reinstall Discord
- Try installing vencord again
Here is a video tutorial in case you cant read 4 steps:
https://cdn.discordapp.com/attachments/796383204667686913/1273973233619832843/Please_Have_The_Ability_To_Read.mp4
how can I set the profile color?
Is there a theme or plugin which allows me to use specific discord sounds? I like the current xmas themed ones and would love to use them beyond the holidays times.
no
vp fakeprofile
Allows profile theming by hiding the colors in your bio thanks to invisible 3y3 encoding
Alyxia Sother, Remty
fug ;u; thanks
The themes are working correctly, but... How do i remove this big error screen?
Now i've turned off everything (Again) but the Error is still here
open the dev tools with CTRL + Shift + i (Cmd + Option + i on MacOs) and click on the "console" tab at the top. Then paste and run (with enter) the following code.
It will
- disable custom css (you can turn it back on in Vencord Settings)
- copy your current theme links to your clipboard as a backup
- remove all themes
(() => {
Vencord.Settings.useQuickCss = false
try {
const copy = window.copy ?? Vencord.Webpack.Common.Clipboard.copy
copy(Vencord.Settings.themeLinks.join("\n"))
} catch { }
Vencord.Settings.themeLinks = []
Vencord.Settings.enabledThemes = []
})()
Right clicking doesn't work on vesktop on macos now, I disabled my theme with the same result
ctrl click also doesn't trigger a right click on vesktop on macos either
Did the message logger casually stopped working? Beacuse when i delete a message it actually does delete instead of saving it when i have the plugin on
?
is it just your messages or others'
mine and others
vs dbg
Please share your Vencord debug info by running the /vencord-debug slash command!
sometimes while streaming, my stream turns dark for viewers
Hey fellas, I have this thing where when I screenshare on Vesktop, it works for a bit, and then it freezes. (E.g. I stream my desktop with firefox, and when I start to play the video, it freezes it for the people watching) -not in known issues afaik
is there a snippet that closes the channel list yet? I tried finding in #🎨-css-snippets but found nothing
Lol, im pretty sure its a bug, i have tried it on a laptop, and two fresh installed distros(cachyos, endeavorOS)
how do i "unfuck" my browser extension with broken theme?
nvm i fixed it by playing with the browser window size
(i love being stupid) how do you get back the default discord theme for the top menu bar? I remember having it, but after resetting, i forgot the toggle
did you use a plugin for it or custom css
i dont remember 💀 but im using the exact same themes as before because i stored it in my repo
vplugin ClientTheme
Recreation of the old client theme experiment. Add a color to your Discord client theme
Nuckyz
see if this is enabled or not
Hello, I have discord fully installed and working and then I followeed the guide and when I install it i closed my discord and then it wont show back up the app launches but i cant see anything
the app won't open after patching vencord to the client?
it is enabled, but im referring to the top menu bar, that vesktop has changed
sorry how do I do that?
what build are you using, stable or canary?
How do I see.
go to settings and scroll to the bottom, there are some info written
stable 355624 (8dc6074)
what do you see as this
i believe this is customizable in Vesktop settings in account settings
aight right below that you can see vencord's version, what do you see there
toggle off splash theming and try if it is fixed
no change, but discord forced me to log in, which is weird
normal
just enabled it and did a restart, no change 
@deep prism if you still couldn't figure it out, just uninstall vencord and patch it again, make sure your discord is closed in the meantime
vfaq broken
The most likely cause is that your install is outdated. Check if there's any updates. You can either do so using our inbuilt updater, or if you cannot get there due to crashes or similar, use the "Update Vencord" in the Installer.
If you're all up to date, try reinstalling with the installer anyway!
And if it now still doesn't work, please let us know in our support server
I will try in like 10 minutes I appreciate the help
no need
hm?
1: press windows + r
2: paste %appdata%/vencord/settings
3: press enter
4: delete settings.json
done
(will remove all settings in vencord, like enabled plugins)
perfect helping skills
you earned my respect sir 
I will give it a try soon thanks
not sir
it comes with a year of helping people here
what exactly do you mean? like restart my PC?
restart your client
i did a taskkil /f /im vesktop.exe and then launched vesktop again, do i have to do more?
restart from taskbar if you have it to be minimized
wow so taskkill doesnt work, i have to press quit on the taskbar icon
thanks im dumb
you don't need to do this much, just quit the app and reopen it. or ctrl + r
no
ctrl+r is not a full restart
th, seriously?
ctrl-r is a reload
not a restart
as someone who hasnt worked on vencord, ctrl + r is a reload and absolutely not a restart
the taskkill is however a bit unnecessary
i just have terminal open and have a kill.bat file that just does taskkill /f /im %1.exe so i just type kill vesktop and it just does it
sevas, I want to ask what the name of that piece of shit is so I can see what someone is logged in through? Is it the web or phone application?
i have a weird bug. i legit cant see any dm requests, i know cuz i dmed my main from my alt(a new alt where it would show up as a dm request) and nothing showed up. idk what to do cuz i need to see them for personal stuffs
Please share your Vencord debug info by running the /vencord-debug slash command!
(Auto-response invoked by @haughty goblet)
Vencord: v1.10.9 • fc731bc (Web) - 14 Dec 2024
Client: stable ~ Web (Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.6613.178 Safari/537.36)
Platform: Win32
⚠️ Activity Sharing disabled
here is my debug
lemme check this
theyre both on
after i checked
my dms
arent appearing
Can you press the other button
Enabled Plugins (76):
AccountPanelServerProfile, AlwaysAnimate, AlwaysExpandRoles, WebRichPresence (arRPC), BANger, BetterFolders, BetterGifPicker, BetterSettings, BlurNSFW, ClientTheme, ConsoleJanitor, CrashHandler, CustomRPC, Decor, DontRoundMyTimestamps, EmoteCloner, Experiments, FakeNitro, FakeProfileThemes, FavoriteGifSearch, FixImagesQuality, ForceOwnerCrown, FriendInvites, FriendsSince, FullSearchContext, GameActivityToggle, GifPaste, HideAttachments, iLoveSpam, ImageLink, ImplicitRelationships, KeepCurrentChannel, LoadingQuotes, MentionAvatars, MessageLatency, MoreCommands, MoreKaomoji, MutualGroupDMs, NoDevtoolsWarning, NoMosaic, NoPendingCount, NoTypingAnimation, NoUnblockToJump, NSFWGateBypass, OnePingPerDM, oneko, PermissionFreeWill, petpet, PinDMs, QuickMention, ReadAllNotificationsButton, ReverseImageSearch, SecretRingToneEnabler, ServerInfo, ShowHiddenChannels, ShowHiddenThings, ShowMeYourName, ShowTimeoutDuration, SilentTyping, SpotifyControls, SpotifyCrack, StreamerModeOnStream, ThemeAttributes, Translate, TypingIndicator, UnlockedAvatarZoom, UserMessagesPronouns, USRBG, ValidUser, VoiceChatDoubleClick, ViewIcons, VolumeBooster, WebContextMenus, WebKeybinds, WebScreenShareFixes, WhoReacted
i have a few
Disable ilovespam
hey guys is there any way to make it so when you click a channel/dm you have favorited, it automatically views from the favorites section?
No
💀 this one is a valid question bro
Third party plugins aren’t supported
No support is provided for installing Third party plugins. Do not continue asking or you will permanently lose access to support.
The issue was the markdown btw
ohhh ok
idk if im just schizo or something but i thought there was a channel for that here. i mean obviously no support for like if it doesnt work or something but would you happen to know if a plugin for that exists?
Don’t have a clue
Also #1256395889354997771
“Not supported” means you wont get support for it, not that it doesn’t work
i know that
Ok well, I cant help further
hey thats reasonable enough. i'll head over there and ask around there
(You wont get any support in the server for third party plugins)
No support is provided for installing third party plugins. Do not continue asking or you will permanently lose access to support.
i know i cant get support for making them work or installing them. but im pretty sure i can at least ask if one im looking for exists right?
I’m 99% sure it doesn’t exist because its too niche
you'd probably be right but you never know
I'm not sure if it's directly a Vesktop question but i thought I'd ask regardless.
I'm using a Hangul IME (https://github.com/mswiger/seogi) to write Hangul (Korean alphabet)
It works on most apps i.e. firefox, kitty, foot, etc etc
It does not however work on Vesktop and i'm unsure why
distro Fedora Linux 40 (Workstation Edition) x86_64
kernel 6.10.12-200.fc40.x86_64
desktop river
Vesktop is an Electron app, which is Chromium based
If you're using Wayland add --ozone-platform-hint=auto --enable-wayland-ime to your command line arguments
vesktop --ozone-platform-hint=auto --enable-wayland-ime still doesn't seem to recognise when I type 🤔
just asking but does anyone know if there is a decent timezone plugin that i can add to a custom vencord build? i used one with betterdiscord quite a bit to add other users times but ik vencord uses tsx instead of js
nope, there is a plugin where you can create timestamp though
vplugin SendTimestamps
Send timestamps easily via chat box button & text shortcuts. Read the extended description!
Vee, \GGTyler\, Grzesiek11
Hello, the buttons do not appear in my profile
what buttons do you mean exactly
This is a Discord bug. You can't see your own presence's buttons. But everyone else can see them. Only you can't.
Here
read this
where can I write custom flags for electron for vesktop?
When I download vendors discord doesn't open it's like invisible but still open
Vencords*
show a screenshot
hmm
how do i see evry channel on a discord server
vplugin showhiddenchannels
Show channels that you do not have access to view.
BigDuck, Average React Enjoyer, D3SOX, Vee, Nuckyz, Nickyux, dzshn
The deleted messages plugin does not work in Chrome
How can I get nitro @mighty raven
vp fakenitro
Allows you to stream in nitro quality, send fake emojis/stickers, use client themes and custom Discord notifications.
ArjixWasTaken, D3SOX, Vee, fawn, Captain, Nuckyz, AutumnVN
This is not the exact same as Nitro, it tries to replicate most features though
how do i open a file without downloading it
How can I get nitro
By buying it
I don't have money
Then cope
what do you want us to do 😭
But it to me 😂
We ain’t giving paid stuff to randoms for free
You have fakenitro or buying nitro
How can I do fake one
You enable it
enable FakeNitro
From where
Vencord
your plugins section?
Can someone help me with that
obviously you need vencord for it
considering youre on mobile, this probably isn't what you want
isnt this normally open
Then what is it
I don't have
then here is not the place you want to be
we cant help you with mobile discord
vf m
Technically yes, we have a very barebones app for android: VendroidHowever, it suffers from many issues and thus is not recommended for daily use (nor is it actively being worked on)
Instead, we recommend the following alternatives:
- Pyoncord (discord server) ~ supports both android & ios. uses the latest discord mobile app
- Aliucord (discord server) ~ android only. uses the old (now ~2 years old) version of the discord android app
use the alternatives
he left
good id rather not describe why not to use vendroid
its a vencord plugin but idk how it works
It just uses what discord sends and compares the time of the persons device compared to discords server’s time
In their case that persons clock is 8 mins behind discords server’s clocks
So smart
If you don’t need help don’t be in the support channel
behind?
Yes
Wait is there no general ?
i wanted to ask somewhere else but i couldnt post pictures in offtopic
You asked just fine here
Its a legitimate question
but if their clock is behind why does it say ahead
Or they just have the devices time and date wrong
why would they randomly have an 8 min discrepancy
surely it has something to do with connection
Could be that, that system is a zombie system so it collected small errors over time
hm i still dont understand but ill accept my ignorance
Cant install, any reason to why? (I had to get a fresh discord install due to vencord breaking)
It says it cant find the file specified.
Nevermind, It just had the wrong install location
only a hour and few mins passed by and yet the message is not even out of the chatbox. have some patient.
The voice message plugin seems to be broken, I've checked for Vesktop updates and tried restarting but nothing. When clicking the "+" icon, I expect to be shown to either upload a file or send a voice message, but the file picker opens directly instead.
Using Vesktop on Windows 10.
That isnt an issue
That is an issue with not reading the plugins you enabled
vp betterupload
I already have this plugin enabled
Yes
Oh wait... Sorry, it now opens with right click
Thats the reason why
I don't know why it works like this now, I could use left click before
Hmm that's weird.. I remember being able to do it even after installing the plugin. Sorry for the confusion
And thank you for the help
Got it
Thank you for nothing
Are you in a lot of servers?
Are they big servers?
Are you using any themes?
Can you do /vencord-plugins
what can i say, im not really familiar with linux and it's distributions
Its better to say nothing, plus they left because of that
yeah true, i just gave him a small heads-up thing
Not really a support issue, just an overall question; but would using bots with Vencord installed cause any problems or issues? Particularly with Discord API and primarily if said bot sends messages for you like Tupperbox or PluralKit.
Why would it?
why would there be problems?
hi there
Do you need vencord help or are you just saying hi
I just sent an MP to vending.machine to get my badge
Then you wait
hello, the 1080p streaming is not working anymore?
sorry
It works
If ur on web however I don’t think so
im using the app
Then it should work
im try unistall and install again
not works =/
Please share your Vencord debug info by running the /vencord-debug slash command!
(Auto-response invoked by @haughty goblet)
Press both
Vencord: v1.10.9 • 48a9aef (Standalone) - 16 Dec 2024
Client: stable ~ Discord Desktop v1.0.9175
Platform: Win32
Last Crash Reason: N/A
Enabled Plugins (2):
CallTimer, CrashHandler
Well you don’t have fakenitro enabled
it was disable, now its working again, ty! 🙂
hey! is there a vencord version for macos catalina?
I have a question about the date of creation of an account, is it 100% reliable or is it possible it is wrong sometimes?
@sullen flame, I personally check each update before accepting
but its better to just scan and see whether or not the update is valid or okay
For the general user they cant do that
ong i have a new pc im so fking scared
Ur expect people with 0 knowledge to read code
Yes vencord is safe, if you don’t think so why would you ask here in the vencord server (which would inherently be biased)
If you don’t want it, don’t get it
^
you have the option of uninstalling if your fearful in the installer that you used
sorry
No need to be, its good practice to read what each update does, but realistically not possible for each and every person
so its totally virus and malware free?
yeah its an open source anyways
Open source doesn’t mean it is inherently safe, but it is checked by a lot of people (and many donate)
o
Is vencord safe before I download it
Open source is a good sign it is safe but never the determining factor
yes, it's open-source and you can go in and check it yourself
where is offical vencord website
Vf d
We provide a convenient graphical installer you can use. Or you can just grab Vencord from the Chrome Webstore or via Userscript.
Visit our download page to find out more!
i installed ts do not work for me
Was discord running when installing
nvm it works the themes didnt pop up
The classic lack of checking
Yes, it is always accurate, the account creation date is tied to the user id (which is a standard discord snowflake) itself which never changes from the moment of account creation. It is completely unique to the user and cannot be wrong
idk if this is an already known bug but i was leaving discord servers that were all in a folder with the BetterFolders plugin and when i left all of them the popup bar right of the server list didnt disappear. I tried restarting and reinstalling the plugin but it just reappears when i reinstall so i had to get rid of the plugin for the sake of my eyes.
happening to me too
I see some people talking about it in Discord history but there is an issue about tray notification (little red dot) not showing on pings/new messages. Does this issue only happen with wayland WMs?
Vencord: v1.10.9 • 48a9aef (Standalone) - 16 Dec 2024
Client: stable ~ Discord Desktop v1.0.9175
Platform: Win32
Last Crash Reason: N/A
Enabled Plugins (96):
AccountPanelServerProfile, AlwaysAnimate, AlwaysTrust, BetterRoleContext, BetterRoleDot, BetterSettings, BetterUploadButton, CallTimer, ClearURLs, ConsoleJanitor, CopyEmojiMarkdown, CopyFileContents, CopyUserURLs, CrashHandler, Dearrow, Decor, EmoteCloner, Experiments, FakeNitro, FakeProfileThemes, FavoriteEmojiFirst, FavoriteGifSearch, FixImagesQuality, FixSpotifyEmbeds, FixYoutubeEmbeds, ForceOwnerCrown, FriendInvites, FriendsSince, FullSearchContext, GifPaste, GreetStickerPicker, ImageZoom, ImplicitRelationships, MentionAvatars, MessageLinkEmbeds, MessageLogger, MoreCommands, MoreKaomoji, MutualGroupDMs, NewGuildSettings, NoMaskedUrlPaste, NoMosaic, NoOnboardingDelay, NoPendingCount, NoReplyMention, NoSystemBadge, NoTypingAnimation, NoUnblockToJump, NormalizeMessageLinks, NSFWGateBypass, OpenInApp, PermissionFreeWill, PermissionsViewer, petpet, PictureInPicture, PlatformIndicators, PreviewMessage, QuickMention, ReadAllNotificationsButton, RelationshipNotifier, ReplyTimestamp, RevealAllSpoilers, ReverseImageSearch, ReviewDB, RoleColorEverywhere, SecretRingToneEnabler, SendTimestamps, ServerInfo, ShowAllMessageButtons, ShowConnections, ShowHiddenChannels, ShowHiddenThings, SilentMessageToggle, SpotifyControls, SpotifyCrack, SpotifyShareCommands, StickerPaste, SuperReactionTweaks, Translate, TypingIndicator, TypingTweaks, Unindent, UserMessagesPronouns, UserVoiceShow, USRBG, ValidReply, ValidUser, VcNarrator, VencordToolbox, ViewIcons, ViewRaw, VoiceDownload, VoiceMessages, VolumeBooster, WhoReacted, YoutubeAdblock
Vencord: v1.10.9 • 48a9aef (Standalone) - 16 Dec 2024
Client: stable ~ Discord Desktop v1.0.9175
Platform: Win32
Last Crash Reason: N/A
Vencord: v1.10.9 • 48a9aef (Standalone) - 16 Dec 2024
Client: stable ~ Discord Desktop v1.0.9175
Platform: Win32
Last Crash Reason: N/A
@radiant halo
do not ping/dm for support
I was showing a friend where this channel was
One question, why does vesktop always make me have to log into my account again and again?
How to download on phone?
.
vp nodevtoolwarning
Disables the 'HOLD UP' banner in the console. As a side effect, also prevents Discord from hiding your token, which prevents random logouts.
Vee
@rotund rain enable this plugin^^
Technically yes, we have a very barebones app for android: VendroidHowever, it suffers from many issues and thus is not recommended for daily use (nor is it actively being worked on)
Instead, we recommend the following alternatives:
- Pyoncord (discord server) ~ supports both android & ios. uses the latest discord mobile app
- Aliucord (discord server) ~ android only. uses the old (now ~2 years old) version of the discord android app
is it possible to make discord tabs ? i remember it used to be on bd but not sure now didnt use it for long
there is no in-built plugin for that
I just installed a new arch setup and set up vesktop but none of the emojis in channel names are loading, how can I set it to use noto color emojis, only for emojis?
how do I change it from rainbow vesktop to discord logo
install fonts, itll respect your font config
the same way you change any applications icons on your Operating System, look it up online if you dont know how
you will quickly learn that maaaaaaaaaaany things can be looked up on the wiki
thank you
why are my google streams black or white?
Did vencord get patched? None of the plugins seem to work anymore despite updating
No it didn't get patched
you would have 100s of people screaming here right now if it did
vs dbg
Please share your Vencord debug info by running the /vencord-debug slash command!
anyone know how I can stream in H265, I have a 40 series card and it forces AV1

Vencord: v1.10.9 • 48a9aef (Vesktop v1.5.4) - 16 Dec 2024
Client: stable ~ Vesktop v1.5.4
Platform: Linux x86_64
is this happening for anyone else? the folder icons appearing weird and the betterfolder plugin making the servers appear on the left rather than the right
chat, is it possible to change the vesktop's taskbar icon?
are there any icon presets?
Is there a plugin that notifies you if a set word or phrase is said in a discord server?
vp keywordnotify
Couldn't find a plugin with that name, and there are no plugins with similar names.
i think its third party though https://discord.com/channels/1015060230222131221/1278464784479551701
you will not get support for installing it
anyone know which plugin is causing my discord to crash when joining a call?
Please share your Vencord debug info by running the /vencord-debug slash command!
(Auto-response invoked by @haughty goblet)
could be call timer but I'm fairly sure that was fixed
Yo i need some help with my vestop. um my screen share is so laggy when playing games with my screenshare running even though i have a plugin that should fix it, i tested my internet and its not the issue any fixes?
windows?
wdym windows?
im on windows
my friend doesnt have that issue thats weird
its a vesktop quirk
do you think there will be a fix?
vesktop is more for linux so im not sure, its probably also a driver issue
graphics you think?
obv
also im having an issue with this
?
How to download on phone
android or iphone
I remember a plugin can toggle spotify activity like this, Is it removed?
Android
Technically yes, we have a very barebones app for android: VendroidHowever, it suffers from many issues and thus is not recommended for daily use (nor is it actively being worked on)
Instead, we recommend the following alternatives:
- Pyoncord (discord server) ~ supports both android & ios. uses the latest discord mobile app
- Aliucord (discord server) ~ android only. uses the old (now ~2 years old) version of the discord android app
(dont use vendroid)
Why
it suffers from many issues and thus is not recommended for daily use (nor is it actively being worked on)
✅✅✅
Can i dm you
why?
J wanna ask something
if its about vencord ask here
Na its not
i see someone have this ? is there someone know how to get it?
click it and find out
is there a way to turn off the show hidden channels plugin for a specific server? im in one that has 10 trillion hidden channels
vencord does not support browder connections for twitch & Google ( you should be able to have connections via the main browser )
incorrect
just disable this
not really the same thing, that hides channels other than hidden ones
hey question when i stream on discord for more then 5min to 15m my discord completly freeze "even ctrl+R dont fix it i have to restart it completly"
i have tryed to...
desable/enable the material acceleration
change the stream from cpu to gpu and visversa
it cant be a pc issue cuz i mean i have a high end pc so XD
if anyone have a potencial fix lmk
im a chad i alwase use vencord 
ill try without vencord and comeback if it isnt happening
how to fix vencord lagging
The most common cause of lag is poorly written CSS.
To see if this is the case for you, try temporarily disabling all themes and your QuickCSS.
If that indeed fixes the lagging, you'll have to figure out which theme / part of your QuickCSS is causing the lag.Just slowly remove parts of it until it doesn't lag anymore.
do i get a custom badge by making a one time donation?
more info can be obtained here
https://github.com/sponsors/Vendicated
how do i prevent my discord from updating as it keeps removing vencord..
you can't
use https://github.com/Vencord/Vesktop if you never want the client to unpatch
k
How do I build vencord
like i got the src how do i build
If you are trying to install plugins from the third party plugins channel, see the pinned message there.
Do not ask for further help or you will lose access to support. If you cannot figure it out with the pinned message, it's not for you.
Absolutely no support is provided with such installs. If you want to ask for help with bugs / issues, install the regular way.
(Auto-response invoked by @brisk surge)
I don't want the third plugins.. I want to know how to build
ect
same thing applies
dev install = no support
the guide given is all the help you'll get
k
I've figured it out :)
not sure why you told me? congrats?
Hi, is it possible to group GIFs into different collections?
any xmas vencord theme
why isnt there overlay in my vesktop?
Enabled Plugins (68):
BANger, BetterFolders, BetterGifAltText, BetterGifPicker, BetterNotesBox, BetterSettings, CallTimer, ClearURLs, CrashHandler, CustomRPC, CustomIdle, Decor, DisableCallIdle, Experiments, FakeNitro, FakeProfileThemes, FavoriteEmojiFirst, FavoriteGifSearch, FixYoutubeEmbeds, ForceOwnerCrown, FriendsSince, GifPaste, IgnoreActivities, ImageZoom, ImplicitRelationships, KeepCurrentChannel, MemberCount, MentionAvatars, MessageClickActions, MessageLatency, MessageLinkEmbeds, MessageLogger, MessageTags, MoreKaomoji, Moyai, MutualGroupDMs, NewGuildSettings, NoDevtoolsWarning, NoF1, NoMosaic, NoOnboardingDelay, NoTypingAnimation, NoUnblockToJump, NotificationVolume, NSFWGateBypass, OnePingPerDM, oneko, OpenInApp, OverrideForumDefaults, PermissionsViewer, petpet, PinDMs, PlainFolderIcon, PreviewMessage, ReadAllNotificationsButton, RelationshipNotifier, ReverseImageSearch, ReviewDB, SecretRingToneEnabler, ShowHiddenChannels, ShowHiddenThings, SilentTyping, SortFriendRequests, Translate, USRBG, WebKeybinds, WebScreenShareFixes, YoutubeAdblock
Vencord: v1.10.9 • 48a9aef (Vesktop v1.5.4) - 17 Dec 2024
Client: stable ~ Vesktop v1.5.4
Platform: Linux x86_64
because it isnt implemented
hi
someone said the funny
My Discord isn't loading messages in private chats or channels after I installed Vencord, and my friend is also experiencing the same issue.
wdym "private chats"
guys any tips for screenshare on steam deck? on desktop mode works fine but in gaming mode nothing works, only audio of the game can be heard
why vendor nitro is not work, i can`t change my profile bg?
If you're using fake nitro plugin then no, it's only client side.
vp fakeprofilethemes
Allows profile theming by hiding the colors in your bio thanks to invisible 3y3 encoding
Alyxia Sother, Remty
you'd want this
anyone?
My gf is having issues with vesktop on linux cinnamon 6.8 where it wont detect files from a hard drive. Also having issues with screen sharing, and camera. The issue with screen share is that it freezes after a few seconds and just doesnt work, and then the camera it just wont load at all on for me on mobile.
Which version and installer are you trying to use and what os
Uhhh i dont understand much about linux but i can try my best
Is it finding the linux distro
When you type the git feature
What is 'Vesktop' ?
Linux vencord
.
Are you trying to install vencord instead of vesktop
If you are trying to install plugins from the third party plugins channel, see the pinned message there.
Do not ask for further help or you will lose access to support. If you cannot figure it out with the pinned message, it's not for you.
Absolutely no support is provided with such installs. If you want to ask for help with bugs / issues, install the regular way.
(Auto-response invoked by @pure dawn)
Yes i understand
oh
Btw this isn't working for me on web.
That seems like a linux admin error sadly i know absolutely nothing about that
pindms doesn't instantly refresh on web
as we haven't pushed a tag yet
Wdym?
When I press it so it doesn't closes/opens on time.
It creates a headache.
(fr)
yeah, its already fixed but the update isn't on web yet
because we haven't pushed a tag
when we do it'll take days and we can't push any additional updates, so we do it sparingly
It was a flatpack issue. I Installed the .deb and it works fine now.
chromium stream is vesktop. basically it pins the audio sink as "active" after i join and leave a call. is there any way to have the stream reset without restarting the app?
Yea sure, take your time.
I have no issues.
What plugin can I use to collapse the channel list so that all I'm seeing is the chat?
None
Huh, thought it'd be a popular request
hasnt been added but theres an open PR for it
then use the backup and restore section of the vencord settings
i already put it in the folder that automatically opens when trying to import but for some odd reason nothing happens
if you didn't export from there though you won't be able to import
where are you putting the files
what vencord plugin is this
okay but where and what files do you have
vp platform
Adds platform indicators (Desktop, Mobile, Web...) to users
kemo, sunnie, Nuckyz, Vee
thx
whats it called
vp latency
well yeah if you're using the import feature you're supposed to select the file
its a file picker window 😭
and now i look like a schizo because you deleted your messages
how to use #🎨-css-snippets ? like how do i install them or where do i put the codes they provide
@pure dawn mind helping me out 😭
#rules 5
but quickcss in vencord settings
tyy
how do i see plugin data? specifically i want to see what the RelationshipNotifier plugin has saved
Hi, I wanted to start writing plugins, I had an idea: search all members in discord (even those you haven't messaged, not in friends, not on shared servers, etc) with an improved search button. Supposedly, it can only work properly with the Discord API, but is it safe to use? Won't there be a ban or something like that? Is there already this plugin?
hey, did anyone made it work on macos
If the installer doesn't open, follow the second section of the install instructions.
ah im blind thanks
What you are looking to do is impossible
also the API is safe to use because literally everything you do on discord interacts with the api
oops. thanks for the reply
im having troubles getting audio working when screensharing. as in, screensharing currently does not have any audio. ive tried installing vencord/vesktop so many different ways so the installation is prooobably fine and im guessing i just have a weird setup. im using zorin os. ive attached some pictures that might be useful
Hey uh, my Vesktop client stopped working on my Ubuntu laptop a little while ago, crashes on startup.
Reinstall didn't work.
I did read #1257025907625951423 and didn't find anything with keywords "vesktop", "linux" or "ubuntu"
"doesn't work" and similar are not very helpful. To help you, we need more info!
Describe your issue with as much detail as possible.
What exactly did you try to do?
What did you expect to happen?
What happened instead?
Does this issue always happen, or only sometimes?
If possible, provide steps how to reproduce the issue
If appropriate, provide screenshots or screen recordings
For Vencord issues:
- If you are able to, run the
/vencord-debugslash command - If not, provide the following info:
- How are you using Vencord? (Discord Desktop, Browser (name your browser!!), Vencord Desktop, ArmCord, ...)
- What OS are you using?
- Open the DevTools with
Ctrl + Shift + i(Cmd + Option + ion MacOs) and check the console tab for red error messages
For Installer issues:
- What OS are you using?
(Auto-response invoked by @brisk surge)
2 things:
- When I start my vesktop, it keeps asking me to log in again. How do I fix this?
- Is there a way to turn off vesktop automatically adjusting my microphone volume (pipewire)?
Nothing in #1257025907625951423 from what I can tell about these
P.S. Please ping, I'm in too many servers and I may miss potential solutions
I literally already said what happens.
Vencord consistently crashes on startup. Steps to reproduce: Start up vesktop. Issue: Instant crash before the loading even appears.
Anyone experiencing some videos not playing in vesktop? If I upload from my phone they will play in VLC but not in the client
Thats not very helpful as it seems to be only happening to you, when i start up vesktop it works fine. Its best to follow the bot instructions, possibly provide a video, or something thats happening inside of dev tools
Dev tools crash my browser after a few seconds when I open them under discord so that's gonna be a bit tricky.
And as I said, I click on Vesktop and nothing happens. Sometimes it gives me the Ubuntu "app closed unexpectedly" popup. That's it.
It also helps for you to provide what os you're using, such as linux/windows/macos, and versions
on my Ubuntu laptop
Version is latest (24.04.1)
Ubuntu is linux
Yes I know what ubuntu is
I did specify it in my first message.
You didnt specify the version until now
Fair
What vesktop version are you using also
It did only start happening recently, our of the blue.
Just redownloaded the .deb to reinstall Vesktop so I assume latest.
I got a question one of the plugins that i use isn't working. its the plugin where u can stay in the call for more than 3min
adding context to this. I'm on Arch using latest git build of vesktop
i also experience the same screensharing issue on fedora 41 issue resolved on its own?
somehow, some css is not working correct
on the left image is everything normal how it should be (normal desktop client) but in the right image (vesktop app), the css seems not working correct?
I tried without themes, plugins etc. to check if something is overwrite the css but thats not the case
both versions on Stable
Vesktop:
stable 355624 (8dc6074) Build Override: N/A
Vencord 48a9aef2 (Vesktop v1.5.4)
Electron 33.2.1
Chromium 130.0.6723.137
Desktop:
stable 355624 (8dc6074) Host 1.0.9175 x64 (56716) Build Override: N/A Windows 10 64-bit (10.0.19045)
Vencord 48a9aef2
Electron 32.2.7
Chromium 128.0.6613.186
this is the css i have
.member_cbd271 .layout_d808b0 {
position: relative;
z-index: 1;
}
.member_cbd271 .name_a31c43::after {
content: '';
top: 0px;
left: 0px;
opacity: .15;
z-index: -1;
width: 100%;
height: 100%;
position: absolute;
background: currentColor;
border-radius: 4px;
}
is there a solution how to fix this issue? Or is there something i missed?
Mention me if you answer
hey, theres a glitch where when you enable custom rpc and add a button with it, the button doesn't show up, anybody know how to fix?
thank you
Is the disablecallidle even working right now? bc I keep getting kicked out once the 3min are over. pleae help.
idk if its working for others but yeah
is there like a css snippet or smth that fixes the "voice connected" box overlaying over the chat/server list so i cant scroll to the bottom of VC
hello, i'm trying to run vesktop on arch+dwl wayland and when i try screenshare it crashes with the following output: $ vesktop APPIMAGE env is not defined, current application is not an AppImage checkForUpdatesAndNotify called, downloadPromise is null [arRPC > ipc] listening at /run/user/1000/discord-ipc-0 [arRPC > websocket] listening on 6463 [arRPC > process] started [157656:1223/220614.034851:ERROR:gl_surface_presentation_helper.cc(260)] GetVSyncParametersIfAvailable() failed for 1 times! [157656:1223/220618.222825:ERROR:gl_surface_presentation_helper.cc(260)] GetVSyncParametersIfAvailable() failed for 2 times! [157656:1223/220620.253488:ERROR:gl_surface_presentation_helper.cc(260)] GetVSyncParametersIfAvailable() failed for 3 times! [157623:1223/220637.999562:ERROR:screen_capture_portal_interface.cc(48)] Failed to request session: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name is not activatable [157623:1223/220637.999574:ERROR:base_capturer_pipewire.cc(81)] ScreenCastPortal failed: 3 Error during screenshare picker Failed to get sources. (node:157623) UnhandledPromiseRejectionWarning: TypeError: Video was requested, but no video stream was provided at VCDMain:87:5290 (Use `vesktop --trace-warnings ...` to show where the warning was created) (node:157623) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 1) Segmentation fault (core dumped) anything i need to install/do to fix this?
ensure you have the appropriate desktop portals installed and set up
what are desktop portals
i installed the desktop portal for wlroots and rebooted and screensharing still crashes $ vesktop APPIMAGE env is not defined, current application is not an AppImage checkForUpdatesAndNotify called, downloadPromise is null [1544:1224/010320.031900:ERROR:object_proxy.cc(576)] Failed to call method: org.freedesktop.DBus.Properties.Get: object_path= /org/freedesktop/portal/desktop: org.freedesktop.DBus.Error.InvalidArgs: No such interface “org.freedesktop.portal.FileChooser” [1544:1224/010320.031922:ERROR:select_file_dialog_linux_portal.cc(294)] Failed to read portal version property [arRPC > ipc] listening at /run/user/1000/discord-ipc-0 [arRPC > websocket] listening on 6463 [arRPC > process] started [1576:1224/010327.598924:ERROR:gl_surface_presentation_helper.cc(260)] GetVSyncParametersIfAvailable() failed for 1 times! [1544:1224/010333.940897:ERROR:screen_capture_portal_interface.cc(48)] Failed to request session: GDBus.Error:org.freedesktop.DBus.Error.UnknownMethod: No such interface “org.freedesktop.portal.ScreenCast” on object at path /org/freedesktop/portal/desktop [1544:1224/010333.940909:ERROR:base_capturer_pipewire.cc(81)] ScreenCastPortal failed: 3 Error during screenshare picker Failed to get sources. (node:1544) UnhandledPromiseRejectionWarning: TypeError: Video was requested, but no video stream was provided at VCDMain:87:5290 (Use `vesktop --trace-warnings ...` to show where the warning was created) (node:1544) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 1) Segmentation fault (core dumped)
how do i enable picture in picture for audio files
Hello! Is there a way to programmatically control the volume of users in my voice channel? I just want to change their volume for me based on some state I have
do reviewdb reports just not get looked at anymore?
ReviewDB is not a service maintained by us, only the plugin for vencord is
so we don't control or review the reports, other people do
Anyone now if there is a plugin that lets you have multiple "tabs" of channels so you can easily switch between servers/channels in servers?
no
damn bd had that, are there resources to learn how to make plugins? I have development experience wouldn't mind making it myself
i just went through the full report queue and i frequently do every day
if no action was taken then it means the review was not rule breaking
oh i saw two reports that never got action taken against then, one of them is a slur and the other is a sexual organ
also you are complaining about a 11 month old review
chances are it was missed altogether (i wasn’t rdbmod at the moment so can’t speak for that)
well approximately
why i get this error
If you are trying to install plugins from the third party plugins channel, see the pinned message there.
Do not ask for further help or you will lose access to support. If you cannot figure it out with the pinned message, it's not for you.
Absolutely no support is provided with such installs. If you want to ask for help with bugs / issues, install the regular way.
also have you considered not using a serif font on ur terminal
You know how you got that blocked message saying that we don't support 3rd party plugins?
Well thats because we don't support them
No support is provided for installing 3rd party plugins. Do not continue asking or you will permanently lose access to support.
so please, don't ask
is there a way to get soundbored sounds with fake nitro
please can i ask ? how can u get emoji on this? how can i get this ?same this
how much for it?
^
it looks like
https://github.com/Vendicated/Vencord/pull/499
was closed only because the author lost interest, but it seemed to be working at the time-- what's the reason it wasn't just added in or allowed as a plugin and removed/updated when it got broken?
this thing isnt working anymore
the maintainers have enough of their place as is, and they are volunteers, reviewing 2000 lines of code takes a lot of time and discord moves fast
vencord is already big, maintaining it quite a bit of work, devs need time
i just wanted to know something, the plugin that makes you able to see hidden channels and stuff. how does it do it? does it just use discords api ?
do some digging here https://github.com/Vendicated/Vencord/tree/main/src/plugins/showHiddenChannels
thxx
if you're wondering why it works, discord api sends the list of channels and permission checking on if they are listed in the sidebar or anywhere else is done client-side
discord is experimenting with hiding the names of these channels
i read the code and i saw that it asks for the channel ids and permissions
actually insane that discords api just allows this
sad that soon it will be gone tho discord will not allow this to continue for sure
(i hope they fail i love this plugin it helps alot)
we can only hope 
Hello i just got vencord on my chromebook by following the extension rules. now that i have it, what do i do afterwards?
user settings in discord
youll find vencord there
hello, I have the following in my TextReplace rules:
String:
Find: <https://fxtwitter.com
Replace: <https://twitter.com
Only if includes: [empty]
Regex:
Find: http(?:s)?://(?:[\w-]+?\.)?(x|twitter|vxtwitter|fixupx)\.com
Replace: https://fxtwitter.com
Only if includes: [empty]
my intention is to go back to normal links if I don't want to show the embed
however, it is not working
any help is appreciated
(please mention me if replying. thanks!)
im unsure if this is a vencord issue, but for some reason sometimes my discord just stops updating and will only update again if i run my mouse over a good chunk of the screen, which updates the pixels live, or if i press the windows key. when recorded it doesnt show up on recording so im really confused as to what it could be.
System/Discord issue
When starting up vesktop I get this, how do I fix this?
have you tried uninstalling and reinstalling?
is normal for discord to use this amount of ram?
holy this
it gets this high as soon as it starts up
How do I update vesktop?
yea I'm using system24
Themes can increase ram usage
but tried to load it without any theme or plugin but it stills the same
Are you in a lot of servers? Or big ones?
Cause that can also slow things down
Otherwise its normal
yea but I never open them
Yes, but here isn’t the place to ask
this issue started recently
System/discord issue then
where else? i don't have access to #🧩-plugin-development
Read #📖-info
is there a way to troubleshoot that?
just sounds like chromium doing chromium stuff to me?


