#🏥-vencord-support-🏥
1 messages · Page 277 of 1
yes
how do i do if ydm telling me
Vf mobile
Yes actually! We have an Android app embedding the Discord website
However, as Discord's mobile website has some issues (performance, usability, etc), chances are you won't like it.In that case you will instead want to use one of the following mods focused on Mobile.
Do note however that these mods are not related to / affiliated with Vencord, so we do not provide support for them in any way. Join their support servers for help & more info!
- Vendetta (android/ios): GitHub - Discord Server
- Aliucord (android only, very outdated but still works well if you like the old version of Discord): GitHub - Discord Server
thx
Hello, guys, anyone know this issue?
Until yesterday i had no issue.
I did today the last update to vencord and the issue started.
So, until now i used a plugin into my streamdeck that controls the whole discord... mute....etc.
After last vencord update i t is not recognized anymore. I did reinstalled discord without vencord and discord control from my streamdeck works. When im installing vencord it stopped working. Is like my discord doesn't recognize my streamdeck at all.
Any solutions ?
Vesktop?
Yes.
That's the issue
Vesktop doesn't work with stream deck
Not sure why it worked before but yeah
Weird, until yesterday vencord on desktop worked perfect.. since long time ago. Just after the last update from today stopped working
Until now i had no issue
vencord is already updated, any other fix ?
Is there any quickcss to disable the yellow mention highlighting altogether?
Asking for a friend 
Set the mention color variable to transparent
I think
maybe this?
div[class*="mentioned"] {
background-color: var(--background-primary);
}
div[class*="mentioned"]:hover {
background-color: var(--background-message-hover)
}
keeps the yellow line tho
oops
div[class*="mentioned"] {
background-color: var(--background-primary);
}
div[class*="mentioned"]:hover {
background-color: var(--background-message-hover) !important;
}
yay!!!
i'm having trouble downloading discord on mac despite enabling full disc access and also running the script suggested in terminal
If you ran the command it tells you and it still doesn't work, try running the Vencord Installer as administrator.
To do so, open a terminal and type sudo /path/to/VencordInstaller.app/Contents/MacOS/VencordInstaller, changing /path/to with the path where you saved the installer to.
i've tried replacing /path/to with /Applications and such but it says there's no such file, i know nothing about scripts, i attatched the path for the vencord installer as a ss
youre missing a space between sudo and /
wow i'm dumb lmao, ty, i'll see if that works
hi venbot!
Anyone knows why does this happen? 😅
The same two dms show a bunch of times in a row. Blured names and conversation for privacy.. :)
read #1222936386626129920 before asking for help!
read #1222936386626129920 before asking for help!
read #1222936386626129920 before asking for help!
Are there any tutorials on how to code Vencord plugins?
True
read ⚠-known-issues-⚠ before asking for help!
But it doesn't contain so much that I could learn anything from it now
wh
besides docs you can use other plugins as templates
see how they do it and do the same
Is there a plugin that adds a sound bar to modify the sound of a shorts when it is sent and read on discord?
alright it worked, tysm!
I've already tried that, but it didn't help me either.
make the sticky message capitals and add 2 more lines
drill it into their head its too nice
s there a plugin that adds a sound bar to modify the sound of a shorts when it is sent and read on discord?
can i see stream without join
norp!
No
Vorp
what
Is there any way to make the venkitty show up behind important elements like the text box?
Do I always have to reload Discord for the changes to take effect?
Is there a solution to my problem?
vs mi
"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?
Yesterday, the names of my friends appeared to me in the game, but now they do not appear to me, for example
I've got something constantly adding a script into the body tag. Like every second constantly
Specifically this script:
if (document.getElementById("ACsettingsModal") == null) {
var html = '<span class="close" id="closeSettings">×</span><div class="ACsettings-modal-content" id="webviewSettingsContainer"></div>';
const elem = document.createElement("div");
elem.id = "ACsettingsModal";
elem.classList.add("ACsettings-modal");
elem.innerHTML = html;
document.getElementById("app-mount").prepend(elem);
document.getElementById("closeSettings").addEventListener("click", () => {
document.getElementById("webviewSettingsContainer").innerHTML = "";
document.getElementById("ACsettingsModal").style.display = "none";
});
}
I will admit that I'm not 100% sure this wasn't happening before, but I noticed it after trying out the new "BetterSettings" plugin.
I was going to try and find the selector for my quick-css edit I can make to fix my theme
I'm using Armcord, and I'll use the vencord-debug command for it to grab whatever info I'm not aware you might need
Vencord Debug Info
Vencord: v1.7.4 • bdef47e (Web) - 28 Mar 2024
Discord Branch: stable
Client: ArmCord v3.2.6
Platform: Linux x86_64
Outdated: false
OpenAsar: false
Enabled Plugins (14):
BadgeAPI, ChatInputButtonAPI, CommandsAPI, ContextMenuAPI, MemberListDecoratorsAPI, MessageAccessoriesAPI, MessageDecorationsAPI, MessageEventsAPI, MessagePopoverAPI, NoticesAPI, ServerListAPI, NoTrack, Settings, SupportHelper
may i ask if " betterPinDMs " also got issues or no? cuz when i restarted my discord it stopped working
BROOOOOOO READDDDDD #1222936386626129920 PLEASE READ IT
dude im asking for betterPinDMs not for the official plugin
How do I activate this?
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.
and your question is?
thats obviously armcord code
This is exactly what I was looking for, tysm!
here's how it looks for me
v+ no support @craggy meadow
I fixed it. I added the exclusive_caps=1 option to the v4l2loopback module
Okay that's what I was looking for.
Either how to get it to stop, or telling me I was looking in the wrong place 💜
why do you need ot ti stop
Why is it happening? I would rather not my dom constantly grow
**preload.ts: **Lines 74-88
setInterval(() => {
addScript(`
if (document.getElementById("ACsettingsModal") == null) {
var html = '<span class="close" id="closeSettings">×</span><div class="ACsettings-modal-content" id="webviewSettingsContainer"></div>';
const elem = document.createElement("div");
elem.id = "ACsettingsModal";
elem.classList.add("ACsettings-modal");
elem.innerHTML = html;
document.getElementById("app-mount").prepend(elem);
document.getElementById("closeSettings").addEventListener("click", () => {
document.getElementById("webviewSettingsContainer").innerHTML = "";
document.getElementById("ACsettingsModal").style.display = "none";
});
}
`);
i recommend using https://github.com/Vencord/Vesktop instead
or report the issue to armcord
I only learned about Vencord after trying Armcord after getting annoyed by BD, so I'll definitely try that
How do I activate this?
Are you talking about the code I sent, or the debug info after it?
discord issue.
How do I activate this?
Yesterday, the names of my friends appeared to me in the game, but now they do not appear to me, for example
im not sure why but i just randomly got this large ui when in a voice call after getting back on after a couple hours, not sure if theres a fix for this or not because this may be new
your question has already been answered
it is not a vencord issue
theme issue
How do I activate this?
when i turned off my themes its still like that, is there a way to factory reset my vencord settings?
i cant see what im typin btw
stop asking for the same thing in hopes of an answer, if you keep asking your access to support will be revoked
quickcss?
I’m in the quickies editor thing, I’m guessing these red marks are errors
Anyone having issues with notifications? I've been noticing on channels I don't get ping notifications next to the channel name, and the channels don't highlight when someone types a message? I spoke to discord support (not telling them I use this) and they reckon it maybe a bug but I wanted to check if its an issue with Vencord? (I check all notification settings both my own and the channel/server and its fine)
Nvm, when I turned it back it just went back to the weird ui bug
anyone know why Vencord is so slow suddenly? Like my client is lagging like crazy. Is this happenign to anyone else?
Imma jus keep it off for now
yeah a lot of css broke see what venbot has been saying
Oh okay
turn off any css you're using or themes
do you have any css/themes on
May I just mention this fact that came up earlier?
Apparently Discord's reverting some (or maybe all?) of the class changes. Themes will revert to working again soon apparently even without change.
oh ty
that's good to know
anyone say why they did all the class changes ?
just css module rehasing
happens occasionally
ah gotcha
Using the Discord+ theme right now, but the issue was before the discord update today
Been like a month or two since it started
when you disable the theme do you still see the issue?
I use the same theme and have had no issues. It is probably on your end.
Will have a check with the theme off now 1 sec
Please, how do I solve the problem? I do not understand anything
it isn't a vencord problem. it is a discord problem. stop asking us for help.
Damn you all
Oh my bad guys, the channels don't even light up on discord browser so I think its actually a bug with them
wtf man this has nothing to do with vencord
you're lucky people are even responding to you
vencord no work
very descriptive
SHUP
have you tried reading what the bot keeps posting
perhaps perhaps
why are all the people in here so dumb ong
THEY STOOOOPID
Hey! How you install vencord in chrome?
yall this is a joke its @wise thicket altaccount
install the extension
shup
oh i was so confused , if you weren't a white name i would have realized
white names unironically ask questions like that 😭
Except for me!
It still doesn't work tho
You have to wait.
explain bruh
Oh, ty
For how long?
read
I have no idea
Oh, mb ty
uh
are the dm categories broke because
i have no idea what is happening
how do i make vesktop not fucking summon at this size and position
listen to the bot
also uh
actually its more concerning that its mee6
i've barely chatted with mee6 since i was just using commands in dank memer
and then all of a sudden
just
this-
my chat screen looks like this, the profile pictures aren't where they should be
see the bot's message? read the bot's message 😌
read #1222936386626129920 before asking for help!
@ebon sun
did not like the fact I was using dank memer/j
uh...
I don't see how anything in known issue has anything to do with my problem
it's not the theme
This happens when I click on my inbox
and I don't think it's any plugins
bruh
nvm, appears to be a discord problem.
none of the known issues have anything to do with my problem
have you tried turning off the theme and seeing if the issue persists
oh sorry for tagging
yes I have
have you tried removing all of your quick-css
what's that how do I do that?
nvm just found a switch to disable all CSS and it didn't work
That is not what that site is about whatsoever tf
😭
are you using openasar and do you have any css there?
what's that
hmm
????? are you dumb
idk what openasar is and how to check it
Probably a theme issue, head to #theme-support
"vencord no work"
"dont ask to ask"
where did they ask to ask
it's not i've tried disabling it
and you've already tried disabling all of your plugins? ?
disable them all and run /vencord-debug
ok one second
Vencord Debug Info
Vencord: v1.7.4 • bdef47e (Standalone) - 28 Mar 2024
Discord Branch: stable
Client: Discord Desktop v1.0.9038
Platform: Win32
Outdated: false
OpenAsar: false
Last Crash Reason: N/A
Enabled Plugins (9):
BadgeAPI, ChatInputButtonAPI, CommandsAPI, ContextMenuAPI, MessageEventsAPI, NoticesAPI, NoTrack, Settings, SupportHelper
idk why it says I have plugins enabled, they're all disabled
those are automatically enabled they can’t be disabled
vencord no work = can anyone help me with vencord
Not really, probably better off to just vs mi
But i digress
yeah it is, what else would it mean in a #support channel
hello?
can you run the installer and select the "repair" option
already did
describe to me how you're disabling your themes
well I'm going to the themes tab and disabling whichever one I have on
I just switch it off
lemme check
eclectic is there a way to see what the updates do?
that was it
I disbled the theme, removed whatever was written and its' working
thankss
<33
np!
glad we figured it out
Idk where this would go but is there already a plugin that auto reconnects you to a vc you’re kicked from
ok this venbot is annoying
It is
trust me, this is much better than the alternative
wish they would of made it so you need to run a comand or smth
no this is much better
ok
i love venbot <3
how bad is the other one?
people just flood the channel and there are more people asking for support than people answering so the message venbot is sending rn gets lost amongst all the people not reading
dang
so this is better
yea
read #1222936386626129920 before asking for help!
read #1222936386626129920 before asking for help!
read #1222936386626129920 before asking for help!
did they change the logo for read all notifications?
yes
try reading #1222936386626129920
did the browser extension update come out?
i don’t know, but i’m sure they would tell us when it does
so my vencord whenever discord updates needs to be reinstalled/patched and with the recent update when i tried to patch it i cant it has full disk access and ive run the command
If you ran the command it tells you and it still doesn't work, try running the Vencord Installer as administrator.
To do so, open a terminal and type sudo /path/to/VencordInstaller.app/Contents/MacOS/VencordInstaller, changing /path/to with the path where you saved the installer to.
cool
When attempting to install vencord after the discord update, it states the following,
yes, but I’ll try once again.
you can alt + f4 on discord and it should fully close
alright
it worked, I was quitting it but that didn’t work. Thank you so much
is there a fix for this:
/* Unclamp the About Me section, so it's not limited to just 6 lines. (normally it cuts off at 6 and adds a ...) */
.clamped-2ZePhX{
-webkit-line-clamp: 190; /*Maximum amount of characters as new lines, unset just breaks links*/
max-height:112px;
overflow-x: hidden;
overflow-y:scroll;
}
.clamped-2ZePhX::-webkit-scrollbar {
width: 10px;
height: 15px;
}
.clamped-2ZePhX::-webkit-scrollbar-track {
border-radius: 10px; /*How round you want the scrollbar to be. 0 is square, 10px is round.*/
background-color: rgb(255 255 255 / 10%); /*Edit this to what color you want the track to be.*/
}
.clamped-2ZePhX::-webkit-scrollbar-thumb {
background: linear-gradient(45deg, #C62347, #830432); /* Edit this to whatever color/colors you'd like*/
border-radius: 10px; /*How round you want the scrollbar thumb to be. 0 is square, 10px is round.*/
}```
/* Menu Hover Animations */
.wrapper__612a5 .link_ddbb36 /* channels */,
.container_a48b21 /* members */,
.channel__0aef5 /* dms */,
.side_b4b3f6 .item__48dda /* settings */ {
transition: margin-left 0.2s ease;
}
.wrapper__612a5:hover .link_ddbb36,
.side_b4b3f6 .item__48dda:hover {
margin-left: 10px;
}
.container_a48b21:hover,
.channel__0aef5:hover {
margin-left: 18px;
}```
check this out
This replies to a tool that updates the CSS registries of the code people inputs into it
i fixed it, the new elements only
nope i use the link abovee ^
@heavy solar but not for this
If it's CSS, that works for it
yo i can't see a fake profile theme on my and my friends profiles but they can see mine and their fake theme, i tried to turn on and off the plugin, resetting discord and using the repair option in installator but none of that works
do you have NoProfileThemes enabled
yup
then use your brain for a second
if you have a plugin DISABLING profile themes
and you are complaining about not seeing them
what do you do
does anyone know a possible reason why streams dont work? i can only see dark green when i want to watch one... that of course if it even loads, audio works perfectly but no video
my bad thanks lol

the self husk
hi i have this issue with my vencord where every icon on my server bar turns froma circle to a square and i went in thru the css and tryed tinkering with all the settings and nothing worked
Have you checked your themes?
i dont use themes
i use custom photos and colors
and plus when i use the one setting that makes it square or circle, i put in 50% which was the circle it doesnt work it just stays square
that is a theme
anyone know of a fix for vencord on wayland not detecting afk? for BD there's this, but then i'd have to use BD https://github.com/Colonial-Dev/WayAFK/blob/master/WayAFK.plugin.js
You cannot use BetterDiscord plugins on Vencord. (Nor plugins of any other mods)
You can only use plugins made specifically for Vencord.
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 in this channel, install the regular way.
yes ms. bot
Hi! I have a question regarding the browser extension on the chrome web store.
- Why does the extension need permission to block content on all websites?
oh im dum well i dont see it in themes
you can see the source code on github, if it were to be something malicious (in a way that it lies to the user) it would have been removed a while ago
i believe it only blocks discord stable/ptb/canary tracking
If you are having issues with Vencord on ptb, try using stable instead. ptb is a development version of Discord, so plugins break on it more frequently. Often times, it is not possible to make plugins work on stable and updated ptb simultaneously, so fixes might only be released once the changes arrive on stable.
its ok tessie i got this
this is just chrome showing this warning on any extension blocking web traffic
if you open your extension menu you can see vencord has no access outside of discord, discord ptb, and discord canary
- like aria said check the source code if you don't trust it
If you are having issues with Vencord on ptb, try using stable instead. ptb is a development version of Discord, so plugins break on it more frequently. Often times, it is not possible to make plugins work on stable and updated ptb simultaneously, so fixes might only be released once the changes arrive on stable.
helo, im having issue where I crash everytime I try opening the stream modal
Vencord Debug Info
Vencord: v1.7.4 • bdef47e - 29 Mar 2024
Discord Branch: stable
Client: Discord Desktop v1.0.9038
Platform: Win32
Outdated: false
OpenAsar: false
Last Crash Reason: N/A
Enabled Plugins (48):
BadgeAPI, ChatInputButtonAPI, CommandsAPI, ContextMenuAPI, MemberListDecoratorsAPI, MessageAccessoriesAPI, MessageDecorationsAPI, MessageEventsAPI, NoticesAPI, NoTrack, Settings, SupportHelper
I had some userplugins but have disabled them all and still having it
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.
How to instal arch linus??
but I rebuilt from latest without any userplugins...
does that include manual install rather than using the installer? i thought they just used the same branch anyway to update
i'll re-install with the vencord installer
guh
still getting it while uninjected
sry I should have checked before, didnt think discord whould have done sucha a boo boo themselves
but now I think its prob openasaar
- Find a linus
- Bend them into arch shape
- Arch linus‼️
which I don't have installed...
!!!
Can i use linus from linus tech tips
If you can catch him then yes

Alright, thanks for the clarification @spark kayak @brisk surge.
my twemoji is broken in channel names and usernames
Twemoji was never there
it wasnt???
channel names and user names (possibly a few other places) use your OS's emoji font
that makes sense
I think there's a plugin for this...? which might have been broken by the recent Discord update there isn't
i forgot long time ago i had setup a twemoji font
no more sticky message :(
finally
fixed by re-installing discord, dunno what it was
Im getting vencord crashing when Im trying to watch a stream, if I uninstall and use standard discord, it stops crashing?
did a reinstall of my twemoji font add-in and discord is still using basic ones
How did you format a hyperlink?
like any markdown hyperlink? they added that some time ago
https://discord.com/(Test)
it's something with your setup then, gotta troubleshoot that
(https://discord.com/)<Test>
does Chromium even support SVGinOT
Oh thanks!
yes
there
Thanks guys!
i used a modified version of the theme quiet and after running it through the theme fixer, the margins for the text box at the bottom of my screen is a little messed, anyone know where in the code i can fix this? ive only edited the colors nothing else
send the theme file you have, ill see what i can do
can trust me with it too, i code html/css for a living
tf is this lmao
also the react bar is in the middle for some reason. i can fix the message box margin by simply just pressing control enter every time i reload vencord ill send it rn
You cannot use BetterDiscord plugins on Vencord. (Nor plugins of any other mods)
You can only use plugins made specifically for Vencord.
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 in this channel, install the regular way.
If you are having issues with Vencord on canary, try using stable instead. canary is a development version of Discord, so plugins break on it more frequently. Often times, it is not possible to make plugins work on stable and updated canary simultaneously, so fixes might only be released once the changes arrive on stable.
oh my GOD this is so unorganized
i downloaded the orignal quiet, edited the hex codes to make it yellow. then when it broke recently i ran it through that theme fixer website linked here. the website probably ruined the organisation lmao
vencord folder is missing from documents after fresh uninstall and reinstall so i cant install any plugins on dev build, how do i fix?
Hey someone can explain what's is going on with Spotify integration for Discord plugin?
the vencord installer isnt opening at all
If the installer doesn't open, follow the second section of the install instructions.
Can we have a log of what's addons are currently broke or something? Vencord is got only approved plugins, soo it's maybe a nice moment to showoff every working or not in a list.
add:
@font-face {
font-family: "TwemojiColor";
src: url("https://vendicated.github.io/random-files/Twemoji.Mozilla.ttf");
}
:root {
--font-primary: 'gg sans', 'Noto Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif, "TwemojiColor";
}
Dev install, so no support given
list of broken plugins:
all plugins work
SpotifyControls plugin in Discord not work.
Yes
how can get this badge?
contribute code to vencord
make a plugin or contribute something else to the repo
here ?
yes thats how you get custom badges
Why badges don't work?
i activated 2 themes and it isnt letting me scroll on the settings menu anymore
vf themes
open the dev tools with CTRL + Shift + i 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
copy(Vencord.Settings.themeLinks.join("\n"))
Vencord.Settings.themeLinks = []
Vencord.Settings.enabledThemes = []
})()
yeah i know but any guess its boring to send only defalut emoji
Whenever google decides too
after updating to the newest version of vencord my themes/css no longer work, is this a known bug or just me?
The update changed CSS classes, so you're gonna have to rewrite them
understood, that's all i was trying to understand
thank you friends
is vencord web updated yet
extremely new linux user here (been using linux mint for 5 minutes)
what does it mean by custom discord location...
snap
snap is not supported. use one of
heyya so for some reason after updating vendorcore on discord and for some reason i got 3 tabs open for discord but theres only 1 app opened!?
ok says successfully patched
and the more i alt tab out of discord and in the more they will apperare
not vencord issue
nope
call idle still broken
Bug: collapsing the pinned DMs drop-down while in legacy sorting mode does not properly highlight the selected DM
it seems to highlight the selected DM as if it was not using legacy sorting
so like when collapsed it'll show one of the pinned DMs of someone I do not have currently open
Question
Whenever a theme gets fixed, Does vencord update that on it's own? or is it an automatic fix without vencord having to make us repair?
is image zoom also not working for everyone else?
Vencord is unrelated the maker of the theme needs to update the theme
Update
chat why isnt my no time limit working >:/
am on browser
Then wait for google to approve the update
smh
what
The userscript
what is that?
rest in peace "Theme Couve"
Last updated 03 / 05 / 23 (i think it's dead)
On vesktop, Screenshareing a specific window also shares desktop audio?
how do i change it so it doesnt do that, on windows
:/
i was also using it too
i switched to catpuccin macchiato
which has nearly the same shades cuz i think couve was inspired from macchiato anyway
where can i find it
preview
i gave everything a blue accent
i tried using that but it was way to laggy
i use vesktop
fair enough
omg we kinda had the same idea with the folders
brings me so much dopamine
exactly!
tbh most non minor themes are laggy asf for me
reason i just use clienttheme plugin
yeahh

the catppuccin theme is sooo laggyyy
same
I tried it before it was just horrible to use
vesktop made it usable for me
but yeah ik what you mean
it looked nice but the performance is just killed
best theme is https://github.com/Synqat/Vencord-theme
now I just use client theme too
true
Hey sorry to bother but what is that star?
not a bother, tho you'll have to be more specific
star?
OH
it's from experiments
it's called the favorites server
enable the experiments plugin, search for "favorites" and toggle it on. then find a channel you want to favorite and favorite it
then the star server will appear at the top of your server list. it's been nearly a fully functioning feature of discord's for years now
they've just never fully implemented it for some reason
is that "risky" though? i saw the warning about enabling the "Expermients" Plugin
Probs forgot about it
as risky as any plugin
could be
Discord literally knows people use expirements and they don't care
It's the custom notifications thing I think
It's like "We know you are excited for this feature but you need to wait" or sum like that
email screenshot of you using the favourites experiment to contact@discord.ceo

last thing, how do i toggle it on exactly?
hi is there an issue with streaming a game using vencord ? i keep crashing despite i updated vencord
I have this issue too
Try using source as resolution instead
Bump. Using latest desktop app
That fixed my issue
nvm got that fixed the discord update seems to corrupt discord it self for some reason even restoring it back to stock it still did not work i had to uninstall and reinstall then install vencord again and it is working now thank you !
my folders are offcentred but the servers arent
It's definetly either themes or CSS
My issue has been fixed, W.
Is it possible to translate Vencord and plugins?
Hey there!
I was wondering if there's a way to get the purple status/live indicator for when you're streaming on Twitch to work with arRPC on Vesktop.
It's working for stuff like "is playing X game" and etc.
Is this remotely possible, or just a pipedream/something I'm going to need the official client for?
Thanks in advance!
anyone else's client stuck on a theme even when you turn it off?
the theme automatically activates as long as the theme file is in the folder
the toggle is off in settings
Vf themefix
open the dev tools with CTRL + Shift + i 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
copy(Vencord.Settings.themeLinks.join("\n"))
Vencord.Settings.themeLinks = []
Vencord.Settings.enabledThemes = []
})()
My theme fixed. U guys are geniuses
Not related to vencord, thank the author
Henloses!
I use the browser version of Vencord, just updated, with ViolentMonkey.
Oneko simply will not work, does/did anyone else has/have this problem?
Also does the browser automatically update?
Anybody have any thoughts on this? Does anybody stream with Vesktop and have success with this functionality operating?
Vencord Debug Info
Vencord: v1.7.3 • de9122b (Standalone) - 28 Mar 2024
Discord Branch: stable
Client: Discord Desktop v1.0.9038
Platform: Win32
Outdated: false
OpenAsar: false
Last Crash Reason: N/A
Enabled Plugins (90):
BadgeAPI, ChatInputButtonAPI, CommandsAPI, ContextMenuAPI, MemberListDecoratorsAPI, MessageAccessoriesAPI, MessageDecorationsAPI, MessageEventsAPI, MessagePopoverAPI, NoticesAPI, ServerListAPI, NoTrack, Settings, SupportHelper
Crashing while trying to stream is a stock Discord issue. Try reinstalling Discord.
:amebr
The ShowHiddenChannels doesn't add the icon to channels for me
ugh, how should i fix this?
Try reinstalling Discord?
Oh and sometimes the extension just doesn't work and I have to reload ._.
pls help 😭
It just shows them as muted, but doesn't actually mute them
? i check installer in virustotal
it's literally 1/71 and it's a noname antivirus
vencord is literally open source
you can check the code for yourself if you don't trust other 100s of people that did it before
yeah
Ah yes, one out of 71, and from a noname antivirus
Quite literally the 1 out of the 10 dentists that disagrees
It's a virus, panic and delete all files 👍
(for legal reasons this is a joke)
can i have help?
No, you wont get help in the “support” channel
ive installed vencord and accessed fake nitro but i cant get the perms it says i can get
Bumpies
Wym “perms”
i think they meant perks
https://dontasktoask.com/ or something I hope I memorized that
yayyy I did
disable auto translate (the green translate icon in the message bar)
shut up tessie
If you aren’t able to do the emotes in a specific channel, thats because the channel doesn’t allow external emotes
If not, update vencord
disable Tessie (the annoying bot in the support channel)
i can use the emojis from any server
Any plugin for fake deafen
are you trolling
Hello everyone, for over the past month my spotify (browser spotify) hasn't been wanting to cooperate at all. I can't seem to understand why either, I've been having 401 issues even with cloud syncing about 70% of the time I've been using vencord and I couldn't tell you why. I've already restarted, uninstalled, reinstalled, turned the spotify-related plugin on and off, nothing helps.
I'm running the chrome browser extension of vencord on a slightly older chrome OS machine
Version 103.0.5060.53 (Official Build) beta (64-bit)
Any help is appreciated 🙏🏻
Edit: I won't be uninstalling/reinstalling the vencord extension anymore because Google wants me to update my version of chrome in order for me to do so, and since I have no more available updates for my device, I don't want to remove the extension, although I do have the ability to turn toggle the extension on/off
not my theme, but remind me later to take a look in case it can be patched up
when is later to you and if you can tell me an exact time for later just tell me what time it is for you rn
(me texting this message was sent at 3:36 AM)
me?
yeah
what am i being greeted with?
no, its creepy
🫣 nope is not
Lying to people about not listening is creepy as fuck tho
HHHHHHHHHHHHH
also this

nothing happened
oh rip
its possible the theme calls upon another css, which you'd also need to convert
wait am i doing it wrong?
for example, my theme calls upon this
i mean i just put this in
which calls for this
you'd need to fix that css too
and going to that link, there is this, (the donators.css)
Vencord Debug Info
Vencord: v1.7.3 • de9122b (Standalone) - 28 Mar 2024
Discord Branch: stable
Client: Discord Desktop v1.0.9038
Platform: Win32
Outdated: false
OpenAsar: false
Last Crash Reason: N/A
Enabled Plugins (90):
BadgeAPI, ChatInputButtonAPI, CommandsAPI, ContextMenuAPI, MemberListDecoratorsAPI, MessageAccessoriesAPI, MessageDecorationsAPI, MessageEventsAPI, MessagePopoverAPI, NoticesAPI, ServerListAPI, NoTrack, Settings, SupportHelper
Crashing while trying to stream is a stock Discord issue. Try reinstalling Discord.
what does that mean
what does what mean
Hello!
I'm trying to create a vencord plugin but can't figure out how to set it up
I'm trying to follow this guide https://github.com/Vendicated/Vencord/blob/main/docs/2_PLUGINS.md, but I'm confused as to where I'm supposed to create the src/userplugins/ folder.
"If it doesn't already exist, create a folder called userplugins in the src directory of this repo."
I'm not supposed to clone the entire vencord repo am I 😭
Apologies if it's a brainrot question but I can't figure it out
Fakedeafen does sound creepy
because it is
read, tells you exactly what to do
It’s basically stalking?
Better discord or vencord
No bias?
no bias
Better discord /troll
vencord objectively runs better and has higher quality code
focuses on quality over quantity
The code is made out of gold?
yes, when you press deafen it shows others that you are, but you can still hear, which is why we hate it (and should hate it)
No its made out of files
message logger, yes
Can you see that one?
yes
Oh em gee
He’s using a message logger!
Ban him!!
vencord.dev
Do horror themes exist?
anyone good w plugins?
the guide tells exactly what to do
When I press install a thing pops up
then read it
Failed to patfh this install
try this
did you select a discord version to install to
Yes but like I said I'm confused about where I should place the src/userplugins and
"If it doesn't already exist, create a folder called userplugins in the src directory of this repo."
I'm asking questions about the guide
✅
I'm asking for clarification*
"in the src"
can you send a screenshot of it
Yes, and I'm asking where's the src 😭
Yea holon
"src"
btw this also exists
I'm trynna learn
Didn't know there was an alternative though ty for mentioning it
Aight, teensy update, I managed to get Spotify to admit its own existence again (had to delete Spotify from my Settings > Connections and add it again, now Discord actually recognizes that I'm using Spotify)
(Thank You to the vencord devs for all your work 🤝)
cant get third party plugins with the normal install
must use dev install
THANK U 😭
We cant help you with it so
(And it eventually might lock you out of support if you keep talking about it)
ic
I'm a bit confused
Do I need the dev install to create third party (develop my own) plugins & am I allowed to ask for support regarding the development of third party plugins
Yes and no
Alright tysm 
^
“Works” as in fixes installing?
If not, I told you how to fix it, do this
Not a vencord issue
Is it happening globally?
Or just me
Cause my internet is fine and fast
yall, has the spotifycrack been fixed? had a problem yesterday so i had to disconnect my spotify acc from discord. so i'm wondering if it's fine now? 
Try it and find out
been playing for more than 30 seconds rn, so it's probably fine now :D
decor crashes discord when i try to change it
Can you do /vencord-debug here
yeah
Vencord Debug Info
Vencord: v1.7.3 • caa14ec (Web) - 21 Mar 2024
Discord Branch: stable
Client: Web (Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36)
Platform: Linux x86_64
Outdated: false
OpenAsar: false
Enabled Plugins (45):
BadgeAPI, ChatInputButtonAPI, CommandsAPI, ContextMenuAPI, MessageEventsAPI, NoticesAPI, ServerListAPI, NoTrack, Settings, SupportHelper
Crashing while trying to stream is a stock Discord issue. Try reinstalling Discord.
Update
brother
Ur outdated
Its just like that
hello guys
Do you need support or no?
I want a version of vencord for Windows 7
The new version did not open for me on Windows 7
vs w
⚠️ Do not run the installer as Administrator
Download VencordInstaller.exe. Run it and a graphical interface should open
If this installer does not open, download VencordInstallerCli.exe instead.
Run it and a terminal window will open. Follow the instructions in it
Might wanna update from an unsupported OS
^
why are you still on windows 7
whyyyyyyyyyy are you still on windows 7
the operating system is nearing 15 years old
Because I have very, very weak specifications
linux
discord itself will soon have no more updates for you
Unfortunately, I have the worst specifications in the world
🙂
Smiling, despite disability
the newest kernel version runs on a literal iBook G4, your PC can run Linux fine
yeah I'd look into linux tbh, a lot of things are gonna stop working soon for you
niice
yup
Everything will stop working in Windows 7
if you used a 15 year old OS when win7 was released you'd be on windows 3.1, just to give you some perspective
tech moves on
my linux install is 1 gigabyte RAM on idle
trust me dude there are options
ram usage is not a valid metric, the more you have the more is used, and there are many linux distros/configurations that have very low footprints while being modern
Okay I will work on that
Thank you all for being so prepared
I'm sorry i really did try
but i can't make heads or tails of what you're trying to say
I mean ram usage is often not a good way to measure hw requirements or how heavy a software is because the OS allocates it at will when it's available and frees it when needed, if you were to say also how much ram you have available it could give some idea, but saying 1GB used when you could have 2GB or 32GB in your system it doesn't tell much about anything
1gb on idle isnt even that good lmao
yeah
but it's the easiest metric to say
easy and sometimes a good metric but can also be very misleading under some conditions
dev branch hasn't been merged to main.
i cant reproduce on dev branch
1 gigabyte with 15 available RAM
would idle CPU usage be a better metic?
ok that should be pretty good then
I have 5/16 gb used with Firefox and vesktop open on kde
my discord crashing, and dont show nothing fixing with "ctrl + r"
can you do /vencord-debug here
Iiterally no clue how to make it better my man, its like 600Mb when im on the tty but thats about it
Vencord Debug Info
Vencord: v1.7.4 • bdef47e (Standalone) - 28 Mar 2024
Discord Branch: stable
Client: Discord Desktop v1.0.9038
Platform: Win32
Outdated: false
OpenAsar: false
Last Crash Reason: N/A
Enabled Plugins (111):
BadgeAPI, ChatInputButtonAPI, CommandsAPI, ContextMenuAPI, MemberListDecoratorsAPI, MessageAccessoriesAPI, MessageDecorationsAPI, MessageEventsAPI, MessagePopoverAPI, NoticesAPI, ServerListAPI, NoTrack, Settings, SupportHelper
Crashing while trying to stream is a stock Discord issue. Try reinstalling Discord.
try reinstall/repair using the installer, you're not up to date anyway
isnt 28th march updated
mood
reinstalled
having issues screensharing with Vesktop, I can start screensharing but its just perpetually loading. Any ideas?
^
yeah, it persists through reinstalls
I updated pipewire too just incase that was causing the issue
which plugin lets you change the font?
not plugin but (quick)css
:root { --font-primary: "comic sans ms"; }
aight thanks
that snippet shows how to use fonts from google fonts and also there's the font variables used for a few other things
alright thanks
which plugin did you get to remove ur humour
do you need vencord support or not
considering im the one helping people, i dont think i need vencord support
they left lol
lmao
lmao
Hello, it's been quite a long time that I had the following issue. I don't really know if it's due to vencord or to openasar.
The issue is that sometimes, when I exit discord (still in the system tray), when I reopen discord, it reloads for a pretty long time.
also it pretty much does it randomly
nobody will friend you. you will forever be lonely
This feature not working
plugin likely broken from the update
or
- havent refreshed after enabling
- havent updated vencord
can i have permissions to type in #🧩-plugin-development ?
anyone knows how to resize vencord using native windows titlebar ?
i want to make a meme plugin for friends that reads the audit log to see if you get disconnected from the vc, then kicks the person from the vc who did it instead
Vencrord not supports external plugins
that falls under selfbot if you mean kicking someone out using the plugin (not leaving yourself)
o
it does, you're just dumb and can't read.
that use case is better suited for a discord bot
true, but this would be more convenient
eeeehhh, debatable
There is no single plugin in google AND no insall option in vencord plugins section
also no, vencord does not support .js (bd) plugins
theres literally a channel for third party plugins too lol
oh wow
bro got hacked
no he's just a child
omg thank you so much
Is there any way to mod the plugins? I want to mod the plugin that replaces discord's loading quotes so i can have them be funny quotes from good friends of mine
Change it from N/A to treatment
is there a hard way
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.
hence why its the "hard way"
Np
im having the same issue. none of my plugs are working n ik its bc vencord needa update but im on browser n im stuck waiting for google or wtvr to accept the update or some shit
idfk ngl
My plugins working
does anyone know why today all of the suddeen when i try to watch anyones screen share discord just closes completely
then maybe i just needa refresh the page or smth bc my shit is NOT working 😭
?
my plugs arent working n ik like, most if not every browser vencord user is having problems today n yesterday
im having this issue where if im watching someone steam and my discord is on my second monitor then when i move it to my main the whole thing crashes,, what to do
i know that vendroid is just a poc, but i wanna try it, so how do i remove the devtools thing on the bottom
its blocking settings
I'm having the same exact issue actually, was about to report it on their official repo
okay
yep i also experience this
doesnt seem to be caused by any plugin (tried turning off all that could cause that)
for me it happens when i have discord on my non-main monitor (via discord settings)
they have different resoultions, maybe its caused by that
yh pretty much same thing i have tried and same parameters as me
when did this start happening to you?
i just got a second monitor
not sure if thats a new problem or if its been there for some time now
its been an on off thing but its gotten pretty bad here now since i now cant even watch a steam in my main monitor.. but its been a thing for a few months but now its a a point wher its everytime i move it.. so might be bc of the last update
hmm
ill try to uninstall vencord and see if it also happens in regular discord
if it doesnt ill create a issue on github
you can
its chromium based. you can get it from the chrome webstore
bc when i used to have opera i couldn't get the vencord browser thing on opera
vesktop broken on arch
when switching account it sometimes merges both accounts into thinking 1 has access to 2nd's DMs and friendship plugin says that the friends and GCs in the past account are now gone
I gotta uninstall vencord because a theme called osx make discord unuseable and i can not see how to disable it
vf themes
open the dev tools with CTRL + Shift + i 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
copy(Vencord.Settings.themeLinks.join("\n"))
Vencord.Settings.themeLinks = []
Vencord.Settings.enabledThemes = []
})()
read
It don't let me too
when i said opera doesnt work, it acc doesnt 💀
CTRL + Shift + i
does anyone know if opera acc works with vencord? bc i got the extention but nothing appers in settings
yeah
it say cannot paste into dev tools
write allow pasting and hit enter
it literally does say you have to do that to allow pasting
still isnt
are you in incognito by any chance
I type it by myself without paste and it work
hmmm
how do u check that?
i jst redownloaded opera
its been a while 💀
Bro got his information stolen by chinese company who bought opera and opera gx
yeh ik :skll
💀 why u think i swiched back to chrome
im not on incognito
doesnt show
- restart your browser
- if it still doesnt work just use chrome instead
Are you using the google forked version of chrome? Aka google chrome?
no they're using opera
Your data is still being stolen.
aka chrome
Loll.
i switched back to opera to see how to download again
other then that i jst used chrome
How do I get volume booster in vencord?
mic?
i'm fairly sure they mean mic
hm
itsbeen a while, bumping please
Did you delete all the files related to vesktop?
Including in data roaming?
ummm
yk theres a
hey guys i need with setting up a plugin
What plugin?
firefox
fake mute - deafen plugin
also uhhh
Thats agaisnt rules bro
vban @severe nebula rule 11
Done! 
i'll try later, meanwhile I'll just stick with vencord
ok ye np, ur choice if you rlly want you could try, it probably looks different for you but the option on windows is still there
Can you do vencord debug?
/vencord-debug
Does the ShowHiddenChannels plugin not have the eye with the slash for anyone else?
This
?
Ye
Thats preview messages
It doesn't show for me like it says it should
Hehehe
How it looks like
Can you do debug?
- can you do /vencord-debug
- do you have any themes
- do you have anything in your quickcss
yeah don't mind me i literally just didn't merge the pr yet at that point
i thought i did but i got confused cause of discord breakage
Holy shit you are months outdated
I just realized I'm still on a dev branch...
and also a dev build
yurp
How do yk its dev? (so ik for the future)
How do I un dev build again lol
It says dev
O dam lol, didnt see lol
Any Horizontal Server/Friend list pl?
there used to be a css snippet for horizontal server list, it doesn't work anymore
there's also no such plugins
i cant update
uh oh
Yeah, i know it, i use to use them before but now that i made my custom theme i wasnt able to do it, thanks!
update now button doesn't work too
Never seen that error, are you using discord stable?
redownload it, do fresh install
still doesn't work
support french ?
no.
how do we add plugins that are not available on vencord ?
you cant add bd plugins.
You cannot use BetterDiscord plugins on Vencord. (Nor plugins of any other mods)
You can only use plugins made specifically for Vencord.
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 in this channel, install the regular way.
I found a guy who had the plugin fake deafen
there is no basis ?
vban @fierce mason rule 11
Done! 
it didn't seem like a person anyone should be dealing with
broken english, incompetent etc
its says that i need to close discord but i have discord fully closed now i cant use vencord
if it's a reasonable person i won't ban immediately
Vencord Debug Info
Vencord: v1.7.4 • bdef47e (Web) - 28 Mar 2024
Discord Branch: stable
Client: Web (Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.6167.186 Safari/537.36)
Platform: Win32
Outdated: false
OpenAsar: falseEnabled Plugins (32):
BadgeAPI, ChatInputButtonAPI, CommandsAPI, ContextMenuAPI, MessageAccessoriesAPI, MessageEventsAPI, MessagePopoverAPI, NoticesAPI, NoTrack, Settings, SupportHelper
not a vencord issue
okay i have now tried to repair and reinstall venvord to fix my issue but nothing works.. why can i not watch streams on my main display..
likely not a vencord issue
no bc ist only when i use it

if i use discord without it then i have 0 isuuses
vs mi
"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?
huh?
How'd you get Channel Tabs working? 🙏
well the bot had not written the message when i wrote so thats why i asked.. but i found the problem its when i have discord on hardware acceleration
now my discord is just slow as fuck...
so its a loss loss i guess
so yeah not a vencord issue, discord issue
I know most plugins are broken right now but why is it saying "Failed to render" when I click on inbox button?
any one have some css to fix the grey surrounding the spotify section?


