#🏥-vencord-support-🏥
1 messages · Page 489 of 1
can u help on dms
ye thats bad ur cooked
Is there a way to turn this off? I'd like my text to be normal again
LO
any themes?
None, though after a restart it fixed it's self, that was weird, is this a known bug for Vencord?
No
Seems like I should probably report that, though would it be worth it since after a restart it fixed itself?
Probably discord issue
Even if it was after Vencord updated and not discord?
Any ideas when would PTB be fixed?
Discord broke many things on PTB and Canary. Use Discord Stable.
When its fixed
I did say “probably”
Its only happened once so its not worth a known issue
Touche lol, if it happens again, I'll submit it I guess
My Vencord tab is literally just gone, Vencord still works but the tab in settings for updates, themes, plugins, etc. is just gone. I have tried reinstalling/repairing it but that did nothing. I'm also having to type this from the website since my Vencord server is in a folder and BetterFolders seems to be bugged too
Are you on stable?
Canary
Discord broke many things on PTB and Canary. Use Discord Stable.
vencord'un çalışmasına yardım ediyorum ancak menü yok @surreal panther
oh
Don’t
English only
Rule 5
so if I just switch to stable for now I should be fine?
Yes
Vencord work but no have menü :/
Alrighty
(And never use canary/ptb)
Discord broke many things on PTB and Canary. Use Discord Stable.
Are you on discord stable
canary and ptb no have menü
Discord broke many things on PTB and Canary. Use Discord Stable.
Discord broke many things on PTB and Canary. Use Discord Stable.
Vencord: v1.10.5 • e620431 (Web) - 22 Oct 2024
Client: stable ~ Web (Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36)
Platform: Win32
Vencord: v1.10.5 • e620431 (Web) - 22 Oct 2024
Client: stable ~ Web (Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36)
Platform: Win32
Enabled Plugins (4):
CrashHandler, WebContextMenus, WebKeybinds, WebScreenShareFixes
Discord is deadge for me because of the canary ptb fuckup.. I can’t even open the console with ctrl shift I. I tried also doing a repair but no work
Discord broke many things on PTB and Canary. Use Discord Stable.
I know
I’m trying to change back to stable but I’m basically stuck lol
Vesktop?
Yah
You didn’t read #1257025907625951423 then
well they said they can't open the console
Amd?
I did, I was trying to bring up the prompt. But it doesn’t work.
AM4 platform if it matters.
amd gpu?
Yes.
disable the keybinds in the driver, it eats ctrl+shift+i
Ah, I see. I got it workin
I tried refreshing the client but it didn’t work… do I need to do a hard restart? Whey, got it working. Just rebooted the entire computer because I cant be asked to find all the processes in procexp.
Is there anyone here that knows how I can show my Soundcloud on my activity?
or link it somehow?
Does anyone know how i can install Vencord for mobile? Would rlly appreciate knowing
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
This might be a silly question but there are no plugins that allow for fake editing of servers thing like roles, channels are there but only in Visual form?
No
ok ty
idk if this is the place to ask but is there a way to remove the typing indicator with css
is there any way i can add more plugins without the thing in settings
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 @haughty goblet)
What is this? first time seeing this
Click it
check #🎨-css-snippets
I installed vencord using cmd to have like some plug-in & everytime i install it with the little cmd thing u open discord ptb & it isn’t installed
Discord broke many things on PTB and Canary. Use Discord Stable.
oh fuck
Dev installs aren’t supported
USRBG doesnt work, i might be using it wrong.
it worked like a day ago so i was confused
It does
when i install the thing via cmd it works like my old plugins would be installed i js wouldn’t have the “vencord” tab in my settings @haughty goblet it’s weird idk
when i go to change my banner it still says i need nitro
selfbotting is like playing russian roulette, but || you are the only player ||
can't find, am i blind?
Did you open the settings of the plugin and attempted to read?
nope mb, im new to vc
is there a way to run multiple vesktop clients?
so when i used vencord i downloaded a them i put it on and my discord was glitched how do i fix?
Dont know where to ask this as its not really support but is there any plugin or css to swap forward and reply
how to fix double notifications in game overlay its been like this for a month now
no.
download and used what?
the 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 = []
})()
it says your version of frosted glass is outdated. please re download how do i fix
By downloading a new version
then download a newer of frost glass 
By downloading the file*
Discord broke many things on PTB and Canary. Use Discord Stable.
ptb
Don’t
i use all
done but i wont let me go to my settings to change it.
don't use canary or ptb right now (unless it's locked)
Discord broke many things on PTB and Canary. Use Discord Stable.
Or just, be normal and use stable
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 = []
})()
hey, I'm using vesktop on endeavouros via flatpak and when I hit alt-tab (set to the large icons setting), it just shows a default icon
vf flatpak
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)
tf you on
i remember the faq saying don't use flatpak
oh
flatpak/appimage: supported
vesktop AUR: supported
nix or any external packages: not supported
Are you using vesktop?
It says “share system audio” not “share application audio”
Yeah it shares system audio
Cant fix it
vesktop is primarily for linux use
so its not a windows restriction since regular vencord on windows is fine
Using normal discord
Vesktop is made by the same dev so
#🖥-vesktop-development message @broken tiger
how do I acces the spotify thingy after turning on the plugin
in my settings (vencord) is gone after reinstall vc
leave me alone
youre the one that commented that 💀
read #1257025907625951423 like it says to please
what was it that you did wrong
yes, i should have specified more info but that isn't a reason to start cooking me 😭
and wdym i wasn't on the right branch
yall are slow as FUCK
"oh you use e-z.bio your automatically retard" type of sentence
i wrote that PR and also use arch. solely the distro is not actionable info
I dont even know why I try
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.
reinstalled it, still doesn't work
base information to go off of

git clone https://github.com/Covkie/Vesktop -b discord-url-sceme
pnpm i
pnpm package --linux pacman
install it
try examples from
https://gist.github.com/ghostrider-05/8f1a0bfc27c7c4509b4ea4e8ce718af0
nothing.. it just focus back to the window without any change
tired things like open discord://-/channels/@me/
if im missing something.. just tell me no need to be a asshole
thanks
so legit how to build it
💀
what is the contents of the installed .desktop
it will need to have discord as the protocol scheme handler and %U in the exec line
I dont even think the pkgbuild Electron builder generates is correct
oh hold on
focuses back to the window with no change
do you have vesktop already open when running the xdg-open command
yes
ah
close it then run the command
the uri scheme handling is only for opening the window
RPC is how the active session things are handled
Goffy ahh black people

goffy
worked
#givecortexprogammingrole
vban
Done! 
Banned @vestal falcon
Why vencord settings dont show up on canary? Its my first time using it so it may be an installation problem
Discord broke many things on PTB and Canary. Use Discord Stable.
do i have to?
yes.
atm vencord doesnt work on canary so either use stable or dont use vencord
Discord broke many things on PTB and Canary. Use Discord Stable.
(theres no benefit from using canary)
Discord broke many things on PTB and Canary. Use Discord Stable.
Is there a way to disable chrome's WebRTC Automatic Gain Control in vesktop?
launch with --disable-features=WebRtcAllowInputVolumeAdjustment
in KDE, where would I put that launch option?
right click the launch entry
click the edit application option
on one of the tabs theres a launch args box
if I just say canary does tessie reply
Discord broke many things on PTB and Canary. Use Discord Stable.
lol
before or after %U?
Thank you for your help, btw
thats the mans bread and butter
xdg spec says %U goes at the end but iirc it doesnt really matter in vesktop atm
put it before just in case
Cool. I'ma make this a thread rq
why 😭😭 theres nothing more to add I dont think
There's no thread in the #1257025907625951423 channel for it
or well, just in general. ahh whatever. Thank you for the help
#1257025907625951423 isnt a encyclopedia of every single issue and how to fix it
its more pressing general issues
oh ok
https://github.com/Vencord/Vesktop/issues/161 if you want to track the issue
ok and?
Tos moment
ok its outside of discord??
"okay so this guy has a url in his about me connections lets go crazy and say its tos because im on discord 24/7"

This isn’t the place to talk about it
💀
kk
what is it then
is there a plugin to overcome the 10mb media limit?
no
Impossible
😭
installed vesktop, but there's no vencord settings category
ptb
Discord broke many things on PTB and Canary. Use Discord Stable.
tfw no read #1257025907625951423
must have missed it, sry
image hosts or files simple will no plugin exist
cmd+shift+i doesn't seem to open devtools for me
might be my macos version but i just reset vesktop and changed it to stable so it doesn't matter xd
is the visual design refresh experiment (new look) available on vesktop?
bro w happened to vencord
shows up
Nothing
- Press
windows + rthen paste one of the following
If you are on Stable (most likely):
- ||
%localappdata%/Discord||
If you are on PTB:
- ||
%localappdata%/DiscordPTB||
If you are on Canary:
- ||
%localappdata%/DiscordCanary||
- Then screenshot the contents of the folder you were taken to
Discord broke many things on PTB and Canary. Use Discord Stable.
oh shi, that makes sense
i have the experiments plugin, where do i find this >///<
if you scroll all the way down in settings you should see the experiments option there
@fringe sundial did you have the automatic gain control toggle off under voice and video? toggling it works for me
bless
It only makes the issue worse, since then it becomes way too quiet
am i missing somth or is the redesign supp to look like this? i thought it was supp to have more space between stuff? no themes or css
Hey I have a question. When will (custom) keybinds be supported in Vesktop?
I want to install the VoiceUserCounter plugin. Can I get into Vencord?
You can't.
Chances are, it's already a Vencord plugin! Or if it isn't, you can open a plugin request
that isnt working at least on vencord web
Cant be done from dms
oh
Vencord cloud not find the Timestamp Component. How do i fix on this?
how are ppl getting the redesign if we cant click send to client? im not sure why my refresh isnt working 🤔
Client needs a full restart
ive tried a few times. do i need to be on canary or another build?
Discord broke many things on PTB and Canary. Use Discord Stable.
okee, im just not sure why it isnt working
Just wait for it to release
am i missing something, like another experiment
i guess ill have to 😭
No
vesktop is vencord for discord website or what?
Vesktop is a seperate app that comes with vencord
ok
is there any vencord thing for discord website?
Wdym
ok
translator plugin not working, translating everything from english even if its another language
Click the button in the chat input
ty
why does the original discord stable app not open when i install vencord?
Thank you
Is there a plugin that can automatically upload files and stuff to another cloud storage provider and embed it?
No
is there any plugin to allow more than 100 servers without nitro ?
Impossible
is there vencord for phones?
ok thx
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
Hey guys, my problem is the following,
I downloaded Vencord but I don't see the "vencord" part in the settings, and I also notice that half of my plugins are not working 😭
Do someone have an idea of what is going on ?
can you run /vencord-debug
where can I run this ?
oh ok
Vencord: v1.10.5 • 5216bcc (Standalone) - 3 Nov 2024
Client: canary ~ Discord Desktop v1.0.471
Platform: Win32
Last Crash Reason: N/A
⚠️ Activity Sharing disabled
Discord broke many things on PTB and Canary. Use Discord Stable.
thats your problem
discord canary ?
Discord broke many things on PTB and Canary. Use Discord Stable.
yes
I can't use the stable version
oh ok
the prob is that on the stable version I can't hear ppl and ppl can't hear me
doesnt seem like a vencord issue
hi
does anyone know if there is a way to selfhost a server for a vencord client to upload files to instead of it uploading to discord servers?
basically redirecting the client from discord to another server, so there is no file size limit
none
Vencord f'd up after latest update, just wanted to ask if this is just me or others as well
what branch
stable
idk then, repair in the installer i suppose
thats what I was going to do, but just wanted to ask the devs if they unintentionally pushed a bug to prod lol, but it seems not be so
Hello
pnpm build --dev is doing nothing and am trying to make a plugin 😦
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 @fathom sonnet)
buh am trying to make a plugin not downloading
still applies
Whenever I press install on the Vencord (I closed all of Discord) It shows up with... I dont know how to fix this issue, can you or staff (Any other helpers) help me with this issue? Thank you!
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.
read what it says
i did..
- 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
"
I've red everything I did everything yet I still can't get the plugin working
I DID 😠
it's a sticky message; it'll always resend
I know it's just funny
if your trying to make a plugin then #🧩-plugin-development
I can't write there
then read #📖-info 🙏
I just subm a request to have prems
to talk there
until I get an answer from the modmail. if can someone please answer me when I run "pnpm build --dev" it's automatically patches the discord right?
When i upload a theme or use the online theme thing it always says "Error: s.headers.get is not a valid function" is there any way to fix it
this happens for all themse i try btw
Vencord: v1.10.5 • 88e8fa7 (Web) - 25 Oct 2024
Client: stable ~ UserScript (Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36)
Platform: MacIntel
someone help pls
until i get an answer from modmail
you're about to get banned from modmail
And no, that doesn't automatically patch discord, thats what inject does
you inject once, build every other time
Hello, I have a question: Is vencord working or is there a problem at the moment? It is not stable for me
discord did a big change to their app meaning it broke many vencord plugins
wait for a fix
Well, thank you for your interest. Good luck to you
please screenshot all the tiny text at the botton of your discord settings page on the left hand side: https://cdn.discordapp.com/attachments/1285047577343033400/1285269748707229818/CleanShot_2024-09-15_at_11.png?ex=66e9a83b&is=66e856bb&hm=2762eee137a7ae5870b213df8a3cccea72584f538b0bc23bd3a76ac9433fb928&
thats your problem, canary
Discord broke many things on PTB and Canary. Use Discord Stable.
use discord stable
switch to stable (see https://discord.com/channels/1015060230222131221/1302381427853361242)
they pebably meant their request for access to the chabnel
the spoitfy control addon stopped working after i reinstalled spotify, how do I fix it?
Vencord: v1.10.5 • 88e8fa7 (Standalone) - 25 Oct 2024
Client: stable ~ Discord Desktop v1.0.9168
Platform: Win32
Last Crash Reason: N/A
Hugh Lemme try to see if I could get the Log xD
noblockedmessages plugin not working for anyone else?
Using vencord my Japanese IME won't work, but if I install the normal discord app it works, is this a known problem?
i am using hyprland/archlinux, with wayland venmic doesnt work properly right? is there anything i can do?
hoe do I get vencord on mobile? (im android)
vf mobile
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
sticky bot message; ignore
depends
pyoncord has all the core discord features, but worse plugins, and loads much faster than aliucord for me
aliucord is missing a few features (polls/forwards and onboarding), but has better plugins, and is faster
Sorry, this doesnt work for me.
is this normal?
canary
Discord broke many things on PTB and Canary. Use Discord Stable.
I have no discord audio, sort of. I can hear only hear people talking but no sounds whenever someone screenshares or when I defean/mute/leave call.
im aware that vencord has an update, is that supposed to fix any plugins that stopped working or is that still a wip
ive updated and some plugins are still not working
afaik the fix wasn’t fully rolled out
should be in a few days
(very likely tomorrow)
cool cool thanks for letting me know
im actually blind its just in vencord settings 😭
Yo guys, how can i get vencord in iphone?
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
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
Hey there, when ever I load up fortnite and I have my modded discord open and I am in a VC, my whole discord client bugs out and the other person in the call cannot hear me. And I have narrowed it down and it is vencord that is causing the issue. Is there a fix to this? It seems im not the only person having this issue aswell.
.
how do i install pyondiscord??
read the server name
?
is it “pyoncord”
this isn’t the pyoncord support server
k
Vencord: v1.10.5 • 5216bcc (Standalone) - 3 Nov 2024
Client: stable ~ Discord Desktop v1.0.9168
Platform: Win32
Last Crash Reason: N/A
Hello! How can I fix this? I'm using the latest version of Vencord with Discord Stable.
issue with gentoo
trying to stream there is no audio because "pipewire-pulse" could not be found
i am using pipewire and pipewire-pulse says its running
did you use the gentoo pipewire launcher? if not maybe try it
not sure i just use whatever the xfce startup script uses
i have tried gentoo-pipewire-launcher restart im not sure its doing anything
question
are you running vesktop or vencord
vesktop
oh nevermind
i was gonna suggest that, idk really whats up with ur audio. you can always try using jack and see if their connected together
ill look into it
hi i just patched my discord and well it isnt patched so im unsure of what to do lmao
on stable
i just attempted to uninstall it and install it again but none of the above appear to work. (i actually just freshly reinstalled discord on my pc)
scroll right to the bottom of discords settings and screenshot the section of text below where the logout button is
there should be at least one small line
Hi the emoji are working fine, but im asking can other people who dont use Vencord see it like
like i send it to my other account and opened discord in a browser but im making sure, i hope i could get an answer
they see it like an embed
they don't see it like an actual emoji because thats impossible to emulate
like for an example i sent this to my other account and i opened discord in a browser and i can see the emoji
sorry, but like is it shown like a link or a fake emoji but looks real?
im just making sure others dont see it like a link
they won't provided you have permissions to embed links in the channel and you send the emoji alone (not with other stuff in your message)
if you want it to work like normal you have to pay discord 👍
fake nitro is only ever fake
i have permissions, but is it fake emoji like a link that translate into an emoji, and people that dont use vencord can see it, like its a normal emoji, and sorry if im annoying
i've explained multiple times at this point
Vencord renders them as emotes, they are not emotes, they are links that embed
when links that embed are with other content in a message, they do not render inline, revealing the text below
For example this will render just as an embed, no text
<fake_nitro_emoji>
All of these don't, they will be text followed by an embed.
hi <fake_nitro_emoji>
<fake_nitro_emoji> <fake_nitro_emoji>
quite literally anything else in the content breaks the illusion.
If you don't like the idea of that but still want to use them, buy nitro
its the only way to actually make them render properly to everyone
if you don't understand, you're best trying it yourself, send a message with just an emote and another with other content and an emote
thx, and all i was just asking is it will it render or just be link to other people, just explanation is a bit hard StormyBrainless , but thank you so much
ugh @pure dawn, i can't see vencord settings in my discord app
where can i find it
Hey bestie read the rules and #1257025907625951423 thanks
oh okay
I have this same issue
how would I troubleshoot Vencord loading errors myself, assuming a highly unconventional (and very scary) installation scenario preventing me from just asking directly?
I have alter account so whenever change account and use fake nitro it changes my theme back to normal and i have to do all over again
my messages are completely gone idk how to fix this anyone?
i've reinstalled and everything but i cant find the issue
click on the "direct messages" text. its collapsed
OH thank you so much
i have a question about the logger plugin, i saw in a video that it saves messages locally and was wondering if that means overtime a ton of old deleted messages would begin to build up in your system files and possibly take up space. do they auto delete or anything like that?
BETTER FOLDER NOT WORKING
..
it doesnt save to your system, close discord and the log is gone
"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 @wise thicket)
ptb d'ont work vencord not see
Discord broke many things on PTB and Canary. Use Discord Stable.
Enabled Plugins (126):
AccountPanelServerProfile, AlwaysExpandRoles, AlwaysTrust, AnonymiseFileNames, BetterFolders, BetterGifAltText, BetterGifPicker, BetterNotesBox, BetterRoleContext, BetterRoleDot, BetterSessions, BetterSettings, BiggerStreamPreview, ClearURLs, ColorSighted, ConsoleJanitor, ConsoleShortcuts, CopyEmojiMarkdown, CopyFileContents, CopyUserURLs, CrashHandler, CtrlEnterSend, CustomRPC, CustomIdle, Dearrow, Decor, DisableCallIdle, DontRoundMyTimestamps, EmoteCloner, Experiments, F8Break, FakeNitro, FakeProfileThemes, FavoriteEmojiFirst, FavoriteGifSearch, FixCodeblockGap, FixImagesQuality, ForceOwnerCrown, FriendInvites, FriendsSince, FullSearchContext, GameActivityToggle, GreetStickerPicker, iLoveSpam, ImageZoom, ImplicitRelationships, KeepCurrentChannel, LoadingQuotes, MemberCount, MentionAvatars, MessageClickActions, MessageLinkEmbeds, MessageTags, MoreCommands, MoreKaomoji, Moyai, MutualGroupDMs, NewGuildSettings, NoDevtoolsWarning, NoF1, NoMosaic, NoOnboardingDelay, NoReplyMention, NoServerEmojis, NoTypingAnimation, NoUnblockToJump, NormalizeMessageLinks, NotificationVolume, NSFWGateBypass, OpenInApp, OverrideForumDefaults, PauseInvitesForever, PermissionFreeWill, PermissionsViewer, petpet, PictureInPicture, PinDMs, PlainFolderIcon, PlatformIndicators, PreviewMessage, QuickMention, QuickReply, ReactErrorDecoder, ReadAllNotificationsButton, RelationshipNotifier, ReplyTimestamp, RevealAllSpoilers, ReverseImageSearch, ReviewDB, RoleColorEverywhere, SecretRingToneEnabler, SendTimestamps, ServerInfo, ShowAllMessageButtons, ShowHiddenThings, ShowTimeoutDuration, SilentMessageToggle, SilentTyping, SortFriendRequests, SpotifyControls, SpotifyCrack, SpotifyShareCommands, StickerPaste, StreamerModeOnStream, SuperReactionTweaks, ThemeAttributes, Translate, TypingIndicator, TypingTweaks, Unindent, UnlockedAvatarZoom, UserMessagesPronouns, UserVoiceShow, USRBG, ValidReply, ValidUser, VencordToolbox, ViewIcons, ViewRaw, VoiceDownload, VoiceMessages, VolumeBooster, WebContextMenus, WebKeybinds, WebScreenShareFixes, WhoReacted
Don’t use ptb
Discord broke many things on PTB and Canary. Use Discord Stable.
does anyone know how long it takes for the updates to be pushed to the build on the website?
instantly, if it’s the browser extension then its gonna take how long until google accepts it
ah ok ty, ill try it again
vencord terminal error with sudo + terminal full disk access on hackintosh monterey 12.7.6
Discord broke many things on PTB and Canary. Use Discord Stable.
Discord broke many things on PTB and Canary. Use Discord Stable.
how to fix double notifications in game overlay its been like this for a month now pls help
is there a plugin that hides a super react
no
UGHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH
😠 😠 😠
what else do you want me to say
"My condolences, I will be making one soon."
can be done with css iirc
No support is provided for installing 3rd party plugins. Do not continue asking or you will permanently lose access to support.
yea i have both of these (one makes the animation not play or something, the other removes the color and makes em all somewhat normal)
Anyone know how to get the custom badge? I did donate 5$, but i got no idea how to get the perks
Thank you
I have the following issue: https://discord.com/channels/1015060230222131221/1302381427853361242
However, changing the discord to stable or any other branch does not really do anything for me. I have no access to vencord settings regardless. Do I need official client installed for vencord to work? I'm using vencord via legcord.
Please share your Vencord debug info by running the /vencord-debug slash command!
(Auto-response invoked by @haughty goblet)
Vencord: v1.10.5 • 5216bcc (Web) - 3 Nov 2024
Client: stable ~ Legcord v1.0.2
Platform: MacIntel
⚠️ Activity Sharing disabled
well it seems it's working now after I've reloaded it for the 20th time
so I guess no further help needed
(Ur out of date btw)
Nvm misread
Ur fine
hiiii,
so, whenever I close my tab (web discord, firefox) all my vencord stuff resets to default (plugins disabled etc)
is there a way to prevent this? I am a noob here.
☁️
help?
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 5 steps:
https://cdn.discordapp.com/attachments/796383204667686913/1273973233619832843/Please_Have_The_Ability_To_Read.mp4
thanks
guys i have a question i have discord pbt and i cant find the 3y3 button to copy my profile can anyone help
Don’t use ptb
Discord broke many things on PTB and Canary. Use Discord Stable.
it dosent work with ptb
Discord broke many things on PTB and Canary. Use Discord Stable.
normal discord
okay
Yes, don’t use ptb
Discord broke many things on PTB and Canary. Use Discord Stable.
and how can i do like gif banners
vp usrbg
Displays user banners from USRBG, allowing anyone to get a banner without Nitro
AutumnVN, katlyn, pylix, TheKodeToad
is this the only way right to get gif banners
hey, im a bit new with vencord and was curious. is there a plugin similar to the spotify controls buttons, but with youtube music control buttons?
I tried searching but I don't seem to find anything of sort, I might be wrong though
No
awesome, thank you
is there a plugin that lets you use soundboards from different servers without nitro?
No
Not really possible
oh ok
Hi vencord Platform indicator not working properly yet for PTB. Does not show in side panel but shows when u click the user
Don’t use ptb
Discord broke many things on PTB and Canary. Use Discord Stable.
oh haha I thought in the #1257025907625951423 its fixed. I guess incrementally progressing?
Good morning.
Hmm, I don't know if it's due to you or discord (I haven't run discord on pc for a long time), but when I send a message and I want to reply to myself, I automatically have the ability to react with an emoji. It's annoying, and since I just updated vencord, I wanted to know if it's one of your plugins or if it's just discord-
Well does it happen without vencord?
No.
Please share your Vencord debug info by running the /vencord-debug slash command!
(Auto-response invoked by @haughty goblet)
Vencord: v1.10.5 • 5216bcc (Standalone) - 3 Nov 2024
Client: stable ~ Discord Desktop v1.0.9168
Platform: Win32
Last Crash Reason: N/A
⚠️ Activity Sharing disabled
And the other one
Enabled Plugins (47):
AccountPanelServerProfile, AlwaysAnimate, AlwaysTrust, BetterRoleContext, BetterSettings, BiggerStreamPreview, CallTimer, ClearURLs, CopyUserURLs, CrashHandler, DisableCallIdle, EmoteCloner, FakeNitro, FavoriteGifSearch, FixImagesQuality, FixYoutubeEmbeds, ForceOwnerCrown, FriendsSince, GameActivityToggle, GreetStickerPicker, iLoveSpam, ImplicitRelationships, MessageLogger, MutualGroupDMs, NoBlockedMessages, NoUnblockToJump, NotificationVolume, OnePingPerDM, PauseInvitesForever, PermissionFreeWill, PermissionsViewer, petpet, PinDMs, PlatformIndicators, RelationshipNotifier, RevealAllSpoilers, RoleColorEverywhere, ShowConnections, ShowHiddenChannels, ShowTimeoutDuration, SilentTyping, SortFriendRequests, Translate, UserVoiceShow, ValidUser, VcNarrator, WhoReacted
Can you also screenshot what you mean?
I cant, my pc wont let me screen
But, when I put my clicker next to my message, right next to "translate" and right before "react", I get emoji.
do you mean this?
yes !
thats discord
oh crap i cant disabled this ?
thanks anyway
I will read this later
could someone please take a look at this? I don't know if I'm posting in the wrong channel or something but this hasn't received any acknowledgement
Please share your Vencord debug info by running the /vencord-debug slash command!
(Auto-response invoked by @haughty goblet)
Vencord: v1.10.5 • 5216bcc (Standalone) - 3 Nov 2024
Client: canary ~ Discord Desktop v1.0.472
Platform: Win32
Last Crash Reason: N/A
⚠️ Activity Sharing disabled
Discord broke many things on PTB and Canary. Use Discord Stable.
well the solution there is to hop off canary/ptb
Discord broke many things on PTB and Canary. Use Discord Stable.
when canary and ptb gonna be fixed tho?
Discord broke many things on PTB and Canary. Use Discord Stable.
oaky
no the thing is my sister and i using the computer and having canary client installed and a stable one my sister is using the stable so our keys etc don't get mixed on eachother and on browser i do like alt acc to canary.discord.com/app etc
Discord broke many things on PTB and Canary. Use Discord Stable.
please add something to make vesktop seem like client it shows like browser
why does it matter?
when im using web my bf thinks im in multi voice channels
because i do that for that
ok, and?
thats all
i changed to stable
Does vesktop fix the high ram usage of Discord or is still the same? I might wanna use vesktop
Depends on the device
No one can really tell
Hmm I’ll compare it myself then
Being it a lot of servers and big ones can have a performance impact too
@rich tide #1302381427853361242 message it doesnt work for my alt in canary(the vencord settings tab is gone, all enabled plugins seem to work)
Discord broke many things on PTB and Canary. Use Discord Stable.
can u not fix it at all?
bc my settings are gone now
Please share your Vencord debug info by running the /vencord-debug slash command!
(Auto-response invoked by @pure dawn)
I gotta wait
are u sure its not more down or more up?
well you deleted your message for whatever reason but you're on stable, so its gonna be there
the extension and I think all plugins work
oh
im rn on stable, my alt on canary
or vesktop
but it worked before
I woke up today and the tab was just gone on my alt
the extension has to wait
ok so If i just wait for vencord to update, then itll work again?
yeah
k thx :D
anyone know how to filter users by their roles?
not possible without moderation permissions
Is vesktop not loading and logging you out of your discord account when you put your pc into sleep mode (ill usually have sleep mode on for hours) a known issue?
vp nodev
Disables the 'HOLD UP' banner in the console. As a side effect, also prevents Discord from hiding your token, which prevents random logouts.
Vee
Just a quick question, there is anyway i can sync my plugins across devices? Im always having to check which plugins im using on my desktop so i can have the same discord experience on my notebook, and make sure its the same
Cloud sync
i have to sync the folders that stores the plugins right? can you tell me the path of that folder?
If you are using a dev install I cant help
im using the default windows.exe one
Then you don’t need to mess with files
“Vencord” in your system's configuration folder
Linux: ~/.config/Vencord
Windows: %APPDATA%\Vencord or %LOCALAPPDATA%\Vencord
theres literally inbuilt cloud sync i have no idea what you are doing
😭
its under the vencord settings
so i already downloaded vc on my laptop and now im trying to download vc on my pc but its not letting me
is there an open issue for tracking poped out windows not having css injected?
error message?
Does anyone know how to fix the "user is typing..." being in the chat box using visual refresh?
Is there a possibility that I may not agree with the existence of a plugin and file a complaint regarding it?
that's possible but I don't know the right channel for that
i'd use a github issue but you can't use github issues on the vencord repo
Is just me or i am getting log out quite frequently?
I guess make a PR removing it and put your justification in the description?
are you opening devtools?
vp nodev
Disables the 'HOLD UP' banner in the console. As a side effect, also prevents Discord from hiding your token, which prevents random logouts.
Vee
i mean if its a part of vencord it would fall under this channel
Idts
so if you would explain your reasoning here and then see what others think
does anyone know why the nitro thing isnt showing up where you have the 3y3 button and you can change your profiles color?
are you using fakenitro (plugin)?
Is this issue known? when using normal discord themes it's all good but when you start using discords colored theme, there is an invisible line that blocks and prevents me from clicking direct messages and stays when you go to settings it wont let you click the esc X to close settings.
does this occur in vanilla discord?
also ctrl+1 lets you go to the DM server
and the ⓧ is labeled Esc because the Esc key on your keyboard triggers it
Normal discord client with vencord. I am aware of that but it's a visual bug and gets annoying
send /vencord-debug
Vencord: v1.10.5 • 5216bcc (Standalone) - 3 Nov 2024
Client: stable ~ Discord Desktop v1.0.9168
Platform: Win32
Last Crash Reason: N/A
Enabled Plugins (80):
AccountPanelServerProfile, AlwaysExpandRoles, BetterFolders, BetterGifPicker, BetterNotesBox, BetterRoleContext, BetterSessions, BetterSettings, CallTimer, CopyEmojiMarkdown, CopyFileContents, CopyUserURLs, CrashHandler, CustomIdle, Dearrow, DisableCallIdle, DontRoundMyTimestamps, EmoteCloner, Experiments, FavoriteEmojiFirst, FixCodeblockGap, FixImagesQuality, FixSpotifyEmbeds, FixYoutubeEmbeds, ForceOwnerCrown, FriendInvites, FriendsSince, ImageZoom, ImplicitRelationships, KeepCurrentChannel, LoadingQuotes, MemberCount, MessageClickActions, MessageLatency, MessageLinkEmbeds, MessageLogger, MessageTags, MoreCommands, MoreKaomoji, MutualGroupDMs, NoUnblockToJump, NormalizeMessageLinks, PictureInPicture, PinDMs, PlatformIndicators, QuickMention, RelationshipNotifier, ReplyTimestamp, RevealAllSpoilers, ReverseImageSearch, RoleColorEverywhere, SecretRingToneEnabler, Summaries, SendTimestamps, ServerInfo, ServerListIndicators, ShowAllMessageButtons, ShowConnections, ShowHiddenChannels, ShowHiddenThings, ShowMeYourName, ShowTimeoutDuration, SilentTyping, SpotifyControls, SpotifyCrack, SpotifyShareCommands, StartupTimings, Translate, TypingIndicator, TypingTweaks, Unindent, UnlockedAvatarZoom, UserMessagesPronouns, UserVoiceShow, ValidReply, ValidUser, ViewIcons, VoiceDownload, VoiceMessages, YoutubeAdblock
Not sure which one could be affecting it
and if you remove vencord does it still occur?
Only discord colored themes, when removing vencord it does disapear
no css?
is there a way to inject CSS into popped out windows?
what if you press ctrl+shift+i, then ctrl+shift+c, click on that weird bar and send a screenshot of devtools?
are you sure you dont have any css?
mhm
the nitro thing at the bottom to adjust your colors isnt showing
do you have fakeprofilethemes on as well
what language is that
mhm
english, im just using mhm as in yes 😭
try running /vencord-debug then
both options
alr tyty!
and the other one
Enabled Plugins (29):
AlwaysAnimate, ClientTheme, CrashHandler, CustomRPC, Decor, FakeNitro, FakeProfileThemes, FriendsSince, GameActivityToggle, iLoveSpam, ImageZoom, MessageClickActions, MessageLogger, MoreKaomoji, Moyai, NoBlockedMessages, NoMosaic, PictureInPicture, ReadAllNotificationsButton, SpotifyControls, SpotifyCrack, ThemeAttributes, Translate, USRBG, ValidUser, VoiceMessages, WebKeybinds, WebScreenShareFixes, WhoReacted
no idea what any of this means
Nope, never used it or have added custom themes. etc
its just listing your plugins you have enabled
ah
vesktop app brokey
im realy curious why this element has that huge padding, but for emergency fix i would recommend just adding this css:
div[class^="typeWindows_"], [class^="widthFrame_"], [class^="titleBar_"] {
padding-bottom: none;
}
"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 @fathom sonnet)
idk? i just wrote some simple css that may fix it, never seen this thing before
i'm not on about the person you're helping
i'm on about this (which is what the response from venbot points to)
ooh
I tried to download an image
i expected it download the image or copy but it instead did nothing
the image didn't wanna download or copy
it's been always happening
Thank you! Seems to be gone now, I just have to reenable my plugins.
Can somone help me to install vencord i have tried it multiple times and it didn't work. So i tried to follow the instructions when it didn't install. And now im stuck bcs i cant find a folder with my user name.
- 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 5 steps:
https://cdn.discordapp.com/attachments/796383204667686913/1273973233619832843/Please_Have_The_Ability_To_Read.mp4
seems like some plugins like activity toggle and view all options in messages etc arent working after i ctrl shift r the discord ptb vencord latest version. the console seems to be throwing errors i cant recognize
dont use ptb
use stable
ok
this is what i see when i click take me there and my username or any folder called squirrel isn't there
there is one called discord though
let me try to delete it again
delete the folder you re in
It says something is opend which is not. I cant find discord open on task manager and i am on my phone now and discord wont even open on my pc
Vencord enables the console
heya, autocorrect has stopped working in vesktop is there any way to get it back? (as far as ik i didnt change any settings and it stopped working)
disable auto translate (the green translate icon in the message bar)
Wdym autocorrect
disable auto translate (the green translate icon in the message bar)
like the thing that highlights red when you have typos
also the autotranslate is disabled
Right click chat input
Vencord: v1.10.5 • 5216bcc (Standalone) - 3 Nov 2024
Client: stable ~ Discord Desktop v1.0.9168
Platform: Win32
Last Crash Reason: N/A
⚠️ Activity Sharing disabled
Enabled Plugins (1):
CrashHandler
do you need help or are you just pressing buttons?
heyo, currently my side server folder plugin is broken and i so i cant access server that are in a folder, like at all, + plugin option disappeared so i cant really disable that specific one either (or any other one really), any help?
vencord not working on discord PTB, i have reinstalled, and tried everything, it wont work. Some plugins load some dont.
The easiest & fastest solution to most issues is to just reinstalll / repair Vencord using the installer. Don't worry, you won't lose your settings! They'll all be there like nothing happened once you're back
my discord doesn't open after installing vencord, it stays endlessly on the splash screen
Repair
is it possible to make your banner transparent withouth nitro?
How do i make a custom GIF banner?
Vp usrbg
Displays user banners from USRBG, allowing anyone to get a banner without Nitro
AutumnVN, katlyn, pylix, TheKodeToad
I need help sigmas, vencord sint downloading and it keeps saying Close Discord (i have already closed discord). and yes i read the known issued and i ddint understand noting. Please heelp saar
cringe.
screenshot.
u cant be talking
- 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 5 steps:
https://cdn.discordapp.com/attachments/796383204667686913/1273973233619832843/Please_Have_The_Ability_To_Read.mp4
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.
Help
what am i supposed te help you with
nah gang im good
clearly not, it said successful
what do you mean whit username the discord name or the pc name
watch the video
its all in the video
everything you need to know is in the video
not to for, i keep spamming ctrl shift i doesnt do anything. btw stable fixed the issues ptb cant run some plugins and stable cant run console :(
if the ctrl + shift + i keybind doesn't work, it's likely because a different program conflicts with the keybind. This is most commonly the AMD Radeon Software. If you have that, disable keybinds in it (see the video below)
https://cdn.discordapp.com/attachments/1024286218801926184/1139669756031553639/7qTeLzLlcS.mp4
Works for me
same here
did you had to enable some plugin or do some additional thing?
:(
my amd radeon doesnt even have a radio option
i tried installing on my browser and no matter what i did it showing this
ctrl shift i and send the error
try other browser or something
What version is the extension
can anyone help with how do i open the console or fix the plugins on ptb :(
did that only
its a recognised issue?
ok thanks
hey i'm on a debian 12 system
ERROR rename /usr/share/discord/resources/app.asar /usr/share/discord/resources/app.asar.backup: permission denied
this is the error it gives when i try to install OpenASAR or vencord
i do reach the install menu with pnpm inject though
this is the error i get afterwords
If its a dev install (downloading via source) we cant help
how to i do that again?
Just download from the instructions on the website (vencord.dev)
i think it's latest since i just install it
Might be due to the fact discord broke things
Need to wait for the extension to update (google needs to review it)
oh yeah i forgot it was downloadable with curl lol i was trying with pnpm
thanks bro
okay thanks!
Has a discord user ever been banned?
Client modifications are against Discord's Terms of Service.
However, Discord is pretty indifferent about them and there are no known cases of users getting banned for using client mods! So you should generally be fine as long as you don't use any plugins that implement abusive behaviour. But no worries, all inbuilt plugins are safe to use!
Regardless, if your account is very important to you and it getting disabled would be a disaster for you, you should probably not use any client mods (not exclusive to Vencord), just to be safe
Additionally, make sure not to post screenshots with Vencord in a server where you might get banned for it
correct, there has been at least one discord user ever banned from discord (not because of vencord though)
OK, the one case isn’t even valid because it was kind of their fault
mmm
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 @wise thicket)
their question didn't mention vencord ;)
ik, just for future reference it’s not a valid since it was their fault they got banned
what why did that get super reacted
someone posts a screenshot with a third-party plugin then nerd emojis when they are told that dev builds get no support
No support is provided for installing third-party plugins. Do not continue asking or you will permanently lose access to support.
@marble palm w

Yeah but its misleading to say it in the vencord support channel, you should know people cant read, let alone interpret words
any suggestion to fix this? (btw i updated vencord installer)
I'm gonna share the most atrocious screenshot of all time to ask why is the member count this wrong
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 @haughty goblet)
We cant help
@round rover vencord gets removed all the time from discord because of discord updating itself, nothing vencord can do about it. although if you never want to have to reinstall vencord again use vesktop.
why vencord says i have discord broken installation i uninstalled discord 3 times and still the same problem
apparently unlockedavatarzoom doesn't work
theme isue
where do i check the folder that stores deleted message for the messager logger?
there isn't one
the message logger does not store on persistent media, its in ram only
(it is intentionally like this)
huh i remember there was a logger that stored like deleted images ina folder
discord keeps crashing every time i press a button wrong i hat eit so much
probably cuz i'm on canary but still i am actively ripping my hair out

bunny on mobile doesn't even load what is discor doing
thats your problem
being on canary
So i tried repairing vencord by repairing it but it didnt do anything since the "you have an update" thing pops up when i open up the desktop app, i put the repair in the already patched location, does that have something to do with it
yeah i did
Hello, I know the rules and know it's not allowed to ask for support here if im using dev edition but why i got timedout for asking for help in the thread of the plugin?
No support is provided for installing custom plugins. Do not continue asking or you will permanently lose access to support.
mods crush this person's skull
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 @rose cobalt)
I'm not asking for any help related to vencord now im asking why i got timedout for asking for help in the right place and someone of mods told me before to ask in the plugin thread and it's okay
vs dev
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.
so i just unistalled and re-installed vencord and it still wants me to update
read that
checked the updater and it says its fully updated, is it just a bug?
threads are for asking about the PLUGIN itself, not how to set yourself up to download it
Can i ask for something in DMs ?
then i mixed the situations, my fault
i cant hear anyone in a vc i have the rtc connecting bug
Didn't work

its the only solution and it works for the majority of people so you probably did something wrong
I did for local data and app
check %programdata%
the plugin request link is broken 💀
because #🗳-plugin-requests
my favourite discord feature is how they hide channels and make them extremely difficult to find
its literally in "important stuffs", no?
it wasn't until i visited it
legcord
I think you need to select "contributions" in channels & roles for it to appear there
legcord?
you love
No
emotes sent as links don't embed anymore, is that normal?
armcord but arm holdings DRMed it
you don't have image/embed permissions here
not here
in a server where it used to embed emote links but doesn't anymore
idk if it's caused by the update but I get a popup now
does this happen everywhere? if not, they might've just revoked embed
reading comprehension?
I get what it does
but before people saw the image in the link embed, now it doesn't
I'll try other servers
nevermind one server doesn't have perms anymore
does anyone have a problem with installing vencord on amc
It keeps saying it needs full disc access which I gave it but still wont work
so, I had vencord on Discord, and now Discord is having update errors, this has been going on for numerous weeks
ive tried all i can
im just so sick of browser.
and as soon as i added it to canary it also broke
how does the moai plugin work
that isnt the issue, I used stable discord initially
i can no longer access stable discord
and i tried installing vencord on canary and as soon as i did that it broke the same as normal discord
I have tried both multiple times
that is why im in the support channel
Hey there, when ever I load up fortnite and I have my modded discord open and I am in a VC, my whole discord client bugs out and the other person in the call cannot hear me. And I have narrowed it down and it is vencord that is causing the issue. Is there a fix to this? It seems im not the only person having this issue aswell.
.
when you recieve a message or reaction with 🗿 it makes a sound

thanks
gonna just tap this issue, cause.. yknow,
this shit has been going on for weeks
and it isnt in the faq
reinstall/repair with the installer, if that doesn't work reinstall discord
i have done that already multiple times
my dad and i talked and it might just be my computer having a sudden update that broke vencord, as he had a similar situation with a printer at his work
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%
deleteDiscord
repeat for%LocalAppData%
Install discord
how do i fix it bru shi fucked up my entire pc
if by "my entire pc" you mean you can no longer access vencords settings, follow this. If you mean your system doesn't work anymore keep in mind vencord cannot cause that
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 = []
})()
I have done this numerous times from asking discord's own support
vencord does work and properly function on my pc but after a restart my pc is js like that even tho i didnt mess with any internal settings
like my app is totally fine its just my web idk whatsup
i'm assuming discord doesn't work stock, unmodded then?
doesn't look like an issue with vencord then
if you have no themes enabled, no quick css, nothing then it shouldn't be a problem with vencord
yep its a browser prob but i still wonder if smbdy knows a fix cuz i dont remember messing around with any internal settings, all i did was restart my pc and load up valorant, after that its js like that
check browser settings and enumerate your installed extensions
ok i figured it out i actually messed around with chromes theme and set it to enable(force) dark theme im stupid as shit
oh yeah forcing dark can cause issues with css sometimes
crazy
lol it wasnt js the css it was my entire browser 😭 🙏
fixed it now tho so we good
I am getting this issue whenever I try to open the discord client, using the Reinstall/Repair function of the installer has not changed the issue.
Repair your installation in the installer.
as I said, I have already done that.
oh it's a bot, nevermind
make sure discord isnt running when repairing
it does appear to be running in task manager, (not shown on the taskbar) I will try closing it there and trying the repair again
this has not fixed the issue
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
Enabled Plugins (91):
AccountPanelServerProfile, AlwaysAnimate, AlwaysExpandRoles, AnonymiseFileNames, BetterFolders, BetterRoleContext, BetterRoleDot, BetterSettings, BetterUploadButton, BiggerStreamPreview, CallTimer, ClearURLs, ClientTheme, ColorSighted, ConsoleJanitor, CopyFileContents, CopyUserURLs, CrashHandler, CustomIdle, Dearrow, Decor, Experiments, FakeNitro, FakeProfileThemes, FixCodeblockGap, FixImagesQuality, FixYoutubeEmbeds, ForceOwnerCrown, FriendsSince, FullSearchContext, HideAttachments, ImageZoom, InvisibleChat, KeepCurrentChannel, LastFMRichPresence, LoadingQuotes, MemberCount, MentionAvatars, MessageLogger, MessageTags, MoreCommands, MoreKaomoji, MoreUserTags, MutualGroupDMs, NewGuildSettings, NoDevtoolsWarning, NoF1, NoMaskedUrlPaste, NoMosaic, NoOnboardingDelay, NoProfileThemes, NoTypingAnimation, NoUnblockToJump, NSFWGateBypass, PermissionFreeWill, PermissionsViewer, petpet, PinDMs, PlatformIndicators, PreviewMessage, ReactErrorDecoder, ReadAllNotificationsButton, RevealAllSpoilers, ReverseImageSearch, RoleColorEverywhere, SecretRingToneEnabler, Summaries, ServerInfo, ShowAllMessageButtons, ShowConnections, ShowHiddenChannels, ShowHiddenThings, ShowMeYourName, SilentMessageToggle, SilentTyping, SpotifyControls, SpotifyCrack, ThemeAttributes, Translate, TypingIndicator, TypingTweaks, UnsuppressEmbeds, UserVoiceShow, USRBG, ValidUser, VencordToolbox, ViewRaw, VoiceDownload, VoiceMessages, VolumeBooster, YoutubeAdblock
Do you need help?
oh no sorry about that
U guys are boring 🤦🏿♂️
Ok
Want cookie?🌚
This is the support channel not the chat channel

(Auto-response invoked by @haughty goblet)
is there a plugin that shows you your avatar history i looked on the website and faq i couldnt find any
no
damn ok thanks for the response
I read known-issues, don't know if this is related. Did a search for "timestamp" and only 1 person mentioned it yesterday and looks like they were ignored.
I'm getting this in about half the channels I open on PTB:
Oh no!
An error occurred while rendering this Component. More info can be found below and in your console.
Error: Vencord could not find the Timestamp Component
simply dont use ptb
You get the extension
Well what do you have in ur quickcss
nothing
atleast nothing that ik of
how to check
nothn
Meh, well it’s not a vencord issue
what do i do then
Dunno
do you have any online themes enabled
did you check
yea
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
try this i guess
i use vesktop tho
ok quick question... im having quite a few issues with downloading vencord on macOS and need soem help with figuring it out
i ran
/Users/[user]/Downloads/VencordInstaller.app/Contents/MacOS/VencordInstaller
after the command didnt work and doing a bit of searching and it opened the vencord installer again with a debugger terminal and its saying when i try installing
so at thi spoint idk how to install it
Opening notification log causes few errors in the console alongside just straight up deleting the notification that was in log, i wonder which kind of thing may cause this?
sudo
Please share your Vencord debug info by running the /vencord-debug slash command!
(Auto-response invoked by @haughty goblet)
it def looks like you have a theme enabled
How does that one work? And can I possibly run it outside of here not to spam at some point?
doesnt matter
you press the button
its for me to help you
just ran it with sudo and same thing
/Users/[user]/Downloads/VencordInstaller.app/Contents/MacOS/VencordInstaller```
because sudo needs to be at the start, not a seperate line
sudo /Users/[user]/Downloads/VencordInstaller.app/Contents/MacOS/VencordInstaller
it was at the start it just formatted weird ond discord for some reason
- Open your terminal app
- Type
sudo - Drag VencordInstaller.app into your terminal
- Append
/Contents/MacOS/VencordInstaller - The final input should now look something like this. Double check that you have everything correctly, especially the space.
sudo /Users/YourUsername/Downloads/VencordInstaller.app/Contents/MacOS/VencordInstaller
- Run by hitting Enter and the installer should open. If it says file not found, you made a mistake
- Installing should now work!
- If you still get the same error, give your terminal app Full Disk Access and try again
when i disable the theme the bar disappears but that area is still not clickable
Yeah, i know, it's just that i am running two discords and joined from non vencord one since that one is overflown with servers already so i am curious if this command works outside of it or not really
then its prob a discord issue
only works here and #🤖-bot-commands
Vencord: v1.10.5 • 5216bcca (Vesktop v1.5.3) - 4 Nov 2024
Client: stable ~ Vesktop v1.5.3
Platform: Win32
⚠️ Activity Sharing disabled
⚠️ Vencord DevBuild
⚠️ Has UserPlugins

