#π₯-vencord-support-π₯
1 messages Β· Page 656 of 1
I just restart my app and they pushed a change and its back to normal π
thank you markus
again its only until discord removes it
f* discord :x
real
you're welcome. Found it on Reddit and just disabled it myself...
why fuck discord? they can't exactly cater to everyones needs, they just do what the majority want
nice
thats all i wanted
Can u shared the idea into dev channels? π (cause there is no suggestion channel)
The only "annoying" thing now are those Icons (camera, monitor) etc. on a server-icon showing if someone is active in a VC or streaming... anyone an Idea how to get rid of those?
i'd imagine someone will have made css for it at some point
yall are life savers for fixing the message box π
Haven't found anything...
Can someone link me the css quickly
Can add it to #1257025907625951423 or somethin
It was a Discord "Bug"... they enabled their "experiment" for everyone without thnking of the consequences...
for the chat thing?
Yeah
For voice bug its fixed for me (on last update they made)
oh gosh ofc it was LOL i was trying to figure it out for hours π glad i joined the server u guys had a fix for it so quick
i don't know if i've seen one yet, let me go search
Unless its only an experiment
I think now its an experiment issue
Cause for me I do nothing except doing the discord update
Was annoyed of it myself and gladly I found that Reddit Post with that "new" experiment from 2 months ago... Disabled it and boom... everything back to normal
i cannot find a working css yet for it
so i guess for now its purely just the experiment method
Alright
also is it possible to dm you at all?
I disabled them cause people get salty when I lock them out of support
that is valid
the new update when your in a vc it cuts off how long you have been in the vc for
How long does it take for eppysleepyfan to check your DMs?
however long it takes, be patient
WHat discord version are u using ?
how do i check that
thank you so much i absolutely hate the typing thing on top lol
all good
Its in setting down (full bottoom)
Got a similar issue, except it looks like this since I have a snippet which redesigns the user area
for those of you that are looking for a CSS solution regarding the VC problem
.flex__7c0ba, horizontal__7c0ba, justifyStart_abf706, alignCenter_abf706, noWrap_abf706, connection_e131a9
{
position: relative;
height: 50px;
}
.labelWrapper__06d62
{
position: absolute;
left: 50px;
}
why is the gap between the last message and the textbox like so big now
its like definitely bigger than before
weird i don't have that
so we're ALL having this problem awesome
it probably hasn't rolled out to you yet
fuckass discord moved the typing... to above the message bar
ooh...
omg i hate that
is there a way to like undo it
experiments
with css or smt
ask etan
its fine aha, no worries
why is discord so dumb
keep in mind its only a temporary fix until they remove the experiment
but css will be made eventually for it im sure
i mean i feel like its prob easy
i alr experimented with it but all i did was change the height from 44px to smt smaller didnt move the typing thing
the bar is giant still
that's always been like that though
there was a css i used
oh
yeah incompatibility with CSS
i only know how to revert the experiment, i do not know how to fix any css issues after reverting
my advice is genuienly just wait until someone makes css to revert it and fix everything rather than the experiment. i can almost guarantee someone will be making it as we speak
well while you wait you might as well revert the experiment
revert experiment + some custom css
i need the custom csssss
this is what i use
.container_c48ade {
--custom-chat-input-margin-bottom: 22px;
}
:root {
--custom-channel-textarea-text-area-height: 42px;
}
.visual-refresh .base_b88801 {
font-size: 13.5px;
height: 22px;
display: flex !important;
align-items: center !important;
}
i didnt make it im not sure who its from
sadly did not fix
idk why
have you reverted the experiment
it doesnt work with the new update so youd need to revert
smth smth bottom aligned
thats so weird
thank GOD
this is such a life saver i hate the new chat
is it not working cuz i use oldcord
very weird for me rn
below the text input
no
where is it
doesn't show up for me
oof thats nowhere near good π
any1?^^
yea thats new
kinda talking about it rn
theres an experiment u can toggle off for it
im making css right now nearly done
only thing thats different rn is some chat bubble margins
can someone type real quick so i can test it
s jks sure sure
there is a small difference tho
just in the margins of the typing bubble
W
well i cant see my own bubbles π
whats the name btw of the experiment
this makes three random users tupe
but it kinda works
there is a tiny difference
check pins
alr tanks
i mean it worked before the update and thats abt all i need
2 differences technically
the margins of the bubbles and also the attachment symbol
Does this also remove the "download apps" option in guild list?
uh
Aight
its workingg yay
/* revert chat input position */
.channelTextArea_f75fb0 {
margin-bottom: 24px;
}
/* revert chat input height */
.align-chat-input {
--custom-channel-textarea-text-area-height: 52px;
}
.align-chat-input .attachWrapper__0923f {
padding-top: 10px;
padding-bottom: 10px;
}
/* revert typing bubbles position */
.align-chat-input .inTextChannel_b88801.base_b88801 {
bottom: 1px;
top: auto;
}
.align-chat-input .inTextChannel_b88801 .typingDots_b88801 {
margin-left: 0;
}
.align-chat-input .inTextChannel_b88801 .text_b88801 {
margin-left: 4px;
}
/* move chat back down to usual position */
.scrollerSpacer__36d07 {
height: 28px !important;
}
/* revert color of typing username */
.align-chat-input .inTextChannel_b88801 .text_b88801>strong {
color: var(--text-secondary);
}
/* change attachment button svg back */
.attachButton__0923f path {
d: path("M12 23a11 11 0 1 0 0-22 11 11 0 0 0 0 22Zm0-17a1 1 0 0 1 1 1v4h4a1 1 0 1 1 0 2h-4v4a1 1 0 1 1-2 0v-4H7a1 1 0 1 1 0-2h4V7a1 1 0 0 1 1-1Z");
}
/* remove weird gradient thing */
.chatTypingGradientAtBottom__36d07 {
display: none;
}
.chatTypingGradientNotAtBottom__36d07 {
display: none;
}
can confirm that works 
weird gradient thing is this
i js set display: none so it disappears
if u want that for some reason remove the "remove weird gradient thing" part
Thanks beast
i literally overlaid it with a screenshot of disabled experiment and it's identical except for the attachments symbols and margins of the chat bubbles and i cba to change that
like disabled experiment the distance between the 3 circles and the usernames is bigger
but thats not rly important
looks good enough π
the only thing that fixes it for me is this:
.attachButton__0923f path {
d: path("M12 2.00098C6.486 2.00098 2 6.48698 2 12.001C2 17.515 6.486 22.001 12 22.001C17.514 22.001 22 17.515 22 12.001C22 6.48698 17.514 2.00098 12 2.00098ZM17 13.001H13V17.001H11V13.001H7V11.001H11V7.00098H13V11.001H17V13.001Z");
}
looks so much better
lemme update my snippet
it feels smaller
its definitely smaller hold on
for me at least
i want 1:1 accuracy with disabled experiment tbh
so that once it gets removed it's as if it never got retmoved lmao
idk why urs
wait wtf
doesnt look like mine
thats so weird
this is perfect right
lemme see why mine is smaller
@import url("https://milbits.github.io/oldcord/src/components/vars.css");
@import url("https://milbits.github.io/oldcord/src/components/color.css");
@import url("https://milbits.github.io/oldcord/src/components/imgs.css");
@import url("https://milbits.github.io/oldcord/src/components/other.css");
@import url("https://milbits.github.io/oldcord/src/components/redesign.css");
.attachButton__0923f path {
d: path("M12 2.00098C6.486 2.00098 2 6.48698 2 12.001C2 17.515 6.486 22.001 12 22.001C17.514 22.001 22 17.515 22 12.001C22 6.48698 17.514 2.00098 12 2.00098ZM17 13.001H13V17.001H11V13.001H7V11.001H11V7.00098H13V11.001H17V13.001Z");
}
all i use
in quick css
redesign.css is wats doing it
that sounds wrong if a person with no context sees it...
i love oldcord anyways
ooooh its because of the thing ur using
the redesign.css thing changes the svg itself
i js had to manually get it
updated
with the old attachment button svg
did i help the cause
i mean i thought it'd be harder than one svg path
so i didnt bother
lol
bubbles close to name = disabled experiment
bubbles far from name = my css
so thats the ONLY difference
it's pixel perfect
other than those typing bubbles
js gotta figure out why the bubbles arent right
Hey that's me
real
@haughty goblet this may be the css to put in #1257025907625951423?
Anyway - Hey all! Having a serious memory leak issue with Vencord.
Restarting Discord always starts it at about 800mb of memory, which is acceptable; But within half an hour to an hour of it being idle while gaming, it tends to climb to a whopping 3 to 20 GB of ram its eating up. Uninstalling Vencord from my client and using just the vanilla Discord Client seems just fine, though.
Now, I'm pretty confident its one of my plugins, obviously (I only use official plugins, I haven't yet dabbled in any 3rd party ones). I'm in the process of turning them all off, then re-enabling them one by one and waiting for the issue to reappear.
But since that's going to be a days-long process, considering how much time the memory leak can take to become noticeable (with freezing and such), I thought it prudent to ask if there are any known, official plugins that tend to result in this issue for some users.
not yet
one more tiny thing i have to do
look at video
i have to fix the bubble spacing
Please share your Vencord debug info by running the /vencord-debug slash command!
Please share your Vencord debug info by running the /vencord-debug slash command!
(Auto-response invoked by @wise thicket)
Vencord: v1.12.13 β’ c5888c2 (Web) - 29 Aug 2025
Client: stable ~ Web (Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36)
Platform: Win32
Oldcord theme Im guessing
Enabled Plugins (42):
BetterFolders, CopyEmojiMarkdown, CopyFileContents, CrashHandler, CustomIdle, DisableCallIdle, Experiments, ExpressionCloner, FakeNitro, FavoriteEmojiFirst, FriendsSince, iLoveSpam, ImageZoom, MemberCount, MentionAvatars, MessageLogger, NoOnboardingDelay, NoTypingAnimation, NoUnblockToJump, PermissionsViewer, PinDMs, PlainFolderIcon, SendTimestamps, ShowHiddenChannels, ShowTimeoutDuration, SilentTyping, SortFriendRequests, SpotifyControls, SpotifyCrack, Translate, TypingIndicator, TypingTweaks, UnlockedAvatarZoom, ValidReply, ValidUser, VoiceChatDoubleClick, ViewIcons, VoiceDownload, WebContextMenus, WebKeybinds, WebScreenShareFixes, WhoReacted
just one margin-left
yes
Reinstalling Vencord real fast to be able to do that, un momento
yeah fair
Vencord: v1.12.13 β’ 9c0af5a (Standalone) - 9 Sept 2025
Client: stable ~ Discord Desktop v1.0.9208
Platform: Win32
Last Crash Reason: N/A
β οΈ Activity Sharing disabled
omg i'm so close to perfect
there is literally one thing left
the color of the username
okay im fully done
it's now replicated 1 to 1
it is literally identical
like pixel perfect
to if you disabled the experiment
oki
well u could also replace ur pinned message?
its alr pinned so u can just edit it
and ezpz
did the latest discord update break anyone elses call timer plugin?
known
okie epic
yea hopefully itll be fixed soon
is there any vencord plugin that allows emojis to be at the type bar to be more accessible? or anything similar?
sure thing
the bar is already cluttered as is π₯
.rtcConnectionStatus__06d62 {
height: 50px !important;
padding-bottom: 10px;
}
This helps
oh wait is it literally just a style thing
yeah
i wouldve assumed its like the update itself caused the entire plugin to break
id rather occupy it with shit id actually use
how do i send a donation?
nah it just got squished
fair lol
nah there's nothing like that
yay Wait as soon as i started typing it squished it back down π₯
all done
oki
wym send screenshot
anyone know why when i updated vencord messages aren't the same, they're moved a little bit up from the box where u type in
did your quick css stop working?
this was an update to discord itself, nobody likes it
that worked but will it sync over the cloud?
oh thats stupid
check pins for a fix
if not I'd say fuck around with the height number @honest egret
just changed the height, ctrl r for refresh and it changes it for a second and then goes back to small
idk how to help with that then idk whats going on. Mine stays the same
π no worries!
i Assume the plugin wizards will do a fix eventually w the constant updates and shit
tralater icon missing need to uninstall and install?
what icon?
this one didnt work either for some reason π
im not sure what to say, i don't have this issue so i can't test to see what helps it
when move mouse on that chat have show emote replay and three right the first one must translate first
this icon
did i just have a stroke
its okay ill just wait for a plugin update :3
when plugin first is translate icon but the chat bar have translate icon
rightclick the message
thx find it, not show out
I made the donation and I didn't receive the badge on my profile. I've already contacted them and they haven't responded!
as take that once said, just have a little patience.
I bought it in the afternoon
I'm very anxious
they will get to you, stop worrying. just send the receipt, badge icon and name to v and they will sort it when they get the chance.
Can I send you an icon?
no because i am not the developer of vencord
where can I see the icons?
you send whatever icon you want
in emoji form?
it can be an emoji, yes
can I put something stuck?
whatever emoji you want as long as it isn't stupid or NSFW
I wanted to use an anti-fat product, is it allowed?
im not sure on the guidelines for badges, ill let someone who knows more answer
thank you
thank you
canβt be NSFW and canβt be an official discord badge
itβs neither of these so allowed
Pretty sure this is an issue with stock discord
Set darkmode for every account
(Or lightmode)
Probably syncing
(On mobile but pretty sure it exists on pc)
So where do you want me to send the emoji?
got a friend notification on vencord but no requests, i dont see any on vanilla mobile either
How do I get rid of this grey space between the last message and the text box?
pins
that can be a message request
or a nitro ad
idk how to see/clear a nitro ad, but im not seeing a bar for message requests either
Thanks
There was a plugin like .clearall for use in chats. Where can I find it?
youtube adblocker plugin doesnt work
@frail smelt
test via https://discord.com/app in your browser
omg tysm
works perfectly
@unkempt karma do you know what pluggin makes your servers look like this
@azure tinsel
vr ping
Do not ping other users for support (including replying with a ping to unrelated support messages). Do not send direct messages or friend requests for help.
that's what its called?
no vro π
oh
tho that is very cool tbh,,
I think I found the right channel
Sorry for the crosspost.
Does someone have or know where to find the CSS to make voice calls' text not be cut off in Discord?
I have mine showing the time in call, and now it's cut off with a Discord update.
vr ping
Do not ping other users for support (including replying with a ping to unrelated support messages). Do not send direct messages or friend requests for help.
@unkempt karma do yk what it is called
you were sent the rule twice, read it and ask again
np
only took like
10-15 mins
mostly cuz my discord was lagging with devtools open loll
does TextReplace replace text in messages you send or messages you receive/see? im looking for something that replaces a regex match (not just visually) in messages you send
does fakenitro work with the new custom color gradient thing?
only messages you send and edit, not other peoples messages
awesome thats perfect. thanks
run /vencord-debug
Vencord: v1.12.13 β’ 9c0af5a (Standalone) - 9 Sept 2025
Client: stable ~ Discord Desktop v1.0.9208
Platform: Win32
Last Crash Reason: N/A
yea it does (you're up to date)
nice
Is there anyway to DM a user from their profile in a chat window without discord sending you to that DM window so that I don't lose my place in chat? referring to the image from when clicking the username in chat
Vencord: v1.12.13 β’ 9c0af5a (Standalone) - 10 Sept 2025
Client: stable ~ Discord Desktop v1.0.9207
Platform: Win32
Last Crash Reason: N/A
β οΈ Activity Sharing disabled
no
if you really need to do that often i'd just use a web browser for one of the two
web browser does the same thing, no?
middle click/ctrl click etc don't work, sending the dm sends oyu to the DM same as client
i don't know exactly what you mean, but discord runs on all modern web browsers and vencord is available as an extension for chrome based browsers and a userscript for other browsers
you used to be able to do https://discord.com/channels/@me/<userid> and it would open the DM's, or discord://-/users/<userid> but neither open DM's anymore
just looking for a quick/easy way to send people DM's directly from a server without leaving that server page
when doing it from a server you get the above interaction, and when youre trying to DM someone from several days ago, when going back to the server it puts me in the most current messages, making it a pain to try to find where I was re-catching up on content
yeah, i'm saying if you have to do that a lot, open discord in your web browser and send the messages there
oh wait, youre a genius, have both, copy user id and paste it
π«‘ were on same page, thanks mate
this is funny ngl , can i close the window?
vp fakenitro
i have enabled
run /vencord-debug and /vencord-plugins
Vencord: v1.12.13 β’ 9c0af5a (Standalone) - 9 Sept 2025
Client: stable ~ Discord Desktop v1.0.9207
Platform: Win32
Last Crash Reason: N/A
Enabled Plugins (15):
AlwaysAnimate, AlwaysTrust, CrashHandler, Experiments, FakeNitro, FixImagesQuality, FriendsSince, MemberCount, NoBlockedMessages, NoTypingAnimation, ReadAllNotificationsButton, ReverseImageSearch, SpotifyControls, SpotifyCrack, Translate
Wdym βcan I close the windowβ just press back to settings
but when i press back , removes the theme
I can reproduce it and am looking into it
so
i know im a little late, but how do i get rid of that bell on top of the server list?
where do i find?
The experiment plugin
Enable it and it should enable a new section in your discord settings
@formal wren try this out, it would do the same for me but i just clicked this and it fixed
i have the experiments plugin enabled, whats the next step...?
^
experiment. chat input , bucket 1
Read pins
Nuh uh
Experiment way is only temporary
hmm, let me see
im not following...
i no understand
hep
Is this the place for questions?
@brave pawn ty
Enable plugin
Apply changes (restart)
Open discord settings
Scroll down
Find βexperiments tabβ
Find the experiment
Set to treatment 1
What else would a support channel be used for
what's the experiment for the bell called...?
Vencord: v1.12.13 β’ c5888c2 (Web) - 28 Aug 2025
Client: stable ~ Web (Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36)
Platform: MacIntel
β οΈ Activity Sharing disabled
alright how do we undo this
No clue
Pins
What can I do if vencord is not working properly, and this is prompted when I update it?
how long until chrome users can use the new custom gradient theme?
No eta
okay, thank you
Thanks. I'll take a look.
βI got automodded but Iβm going to do it again anywaysβ
CSS. Look at the pinned messages...
someone help ples
Normal with experiment enabled
Can just search for it
Like I did
desktop notification center
didnt work... read my messages...
i fixed it by enabling the feature
not disabling it
ah
thanks
was looking through the list of experiments and my eyes were starting to hurt....
I reinstalled Discord and vencord but still can't get vencord to work, I switched 3 vpn's and can't find out what's wrong, thanks if you can help me
Hi. I want to know whats the difference between this 2 Installers.
the first one is a GUI, the second is a CLI (Command Line Interface)
and whats better cuz i donΒ΄t know. I just want to test it xd.
try the pink one first
the second one itΒ΄s for devs i guess right.
no
the first one doesn't work for everyone
use the second if the first doesn't work
okay ty for ur help and ur time β€οΈ
When does FakeNitro update to work with custom themes?
update
?
it works with it already, update vencord
Aah so it was broken for me.
does it work now?
Yup
REPAIR tips this, if you think my tone is strange please do not mind, my English is not too good, I am using the software to translate!
that's an issue with your internet/network
But I've changed three vpn's and it's still the same π₯Ή
Is this super large space between the most recent message and the message field something that discord fucked up or a vencord thing?
pins
(discord experiment)
Stranger still...
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
Where can I get the "dist" folder and put it in?
it's your Internet problem
read this post https://discord.com/channels/1015060230222131221/1412573823676579975
Ah... I've looked at this one.... . github and google I can access normally, hosts are clean, vpn I've changed three times ....
Hi , How can I set custom Install location
ye fixed now mateo gave the css
Why would you need to?
Try this
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% -
delete
Discord -
repeat for
%LocalAppData% -
Install discord
We're constantly working on improving Discord's infrastructure to make your chat &Β voice experience as seamless as possible, but sometimes we confuse this with that and as a result, your versio...
ah I have a Mac
Probably shouldβve mentioned that beforehand
sorry lmao
i tried to install vencord on fedora, the installer isnt throwing any errors but i check settings and dont see vencord working.
i installed discord via rpm fusion if that breaks anything
-# please ping
Can i somehow run the vencord installer automatically? like.. as a CMD thing?
One of the reasons I thought Vesktop was a good app to use as a replacement due to updates constantly making vencord dissapear... broke all discord integrations with games etc
does fakenitro support this yet?
No, and it prolly wonβt since as far as I can tell thats API gated
translate me fait une traduction de l'anglais vers l'anglais, comment puis-je modifier cela ?
The server language is English. If your English is very poor, you may ask questions in other languages in the support channels. Otherwise, stick to English in all other areas.
i suppose the second part would apply
Fair
hi i might be stupid, but i have this theme downloaded and it was working fine yesturday, until i accidentally turned off my pc
i clicked cancel so it wouldnt power off and i reopened discord, but since then parts of the theme are annoyingly broken like text behind hidden behind this weird gradient at the bottom of my screen, or buttons being reverted back to the original discord ones and not the custom ones in theme
anyone know what i can do?
unsure if its a theme issue since it was workign just fine before i accidentally turned off my pc, or something happened with vencord but its rather annoying
if theres slow mode it also completely blocks the latest sentence in a message, again it was not like that before
tried restarting my pc, restarting discord, retoggling the theme, deleting the theme files and reinstalling it, nothing fixed it

discord just pushed a new ui experiment that changed the chatbar so probably that
check pinned
KING 
i will try this
oh my god its fixed
thank you so much i can read chat now
yo should i update vencord?
Yes
βShould I fuel up my carβ type of question
I mean my client is working perfectly fine so idk
anyone can help ?
It seems like you're trying to use the development build of Vencord without actually understanding how to use it. Please read the documentation, or better yet get the installer from https://vencord.dev/download.
i can ask here if someone can write me a simple css or is there a diff chanell?
Do not ping other users for support (including replying with a ping to unrelated support messages). Do not send direct messages or friend requests for help.
oh ok
anyone help says patched yet not working
Hello, what plugin causes the theme to turn black all the time when I switch accounts?
is there a chance that a setting will appear so that all settings remain only on 1 account? and do not affect everything at once. just well maybe some people share a PC with other people and it would be quite convenient to separate different preferences for different accounts
didnt fix it
how
why re u in a cheating srv
i aint
whats that dma tag
my bad
this doesnt work unfo
ohh
I'm having an issue too that's a bit different, no custom CSS
Oh apparently I did lol
just a tag
of a chtn srv
ViewRaw has died for me (no angular brackets) no matter as i try on Chrome 140
no extensions except proxy
does anyone have a css code file whatever that just fixed the new disgusting UI i dont wanna look for it bit by bit like the one piece
@shell veldt
Do not ping other users for support (including replying with a ping to unrelated support messages). Do not send direct messages or friend requests for help.
? fix what
ive tried putting a theme but it just says this
the stupid 10km space
the gap
check channel pins
yeah already tried it didnβt work
i love you bro
deal with it then 
yeah nice one mate
what do you want me to say if there is no solution, no way to revert it
are you putting it inside of quick css?
yeah
have some patience, they aren't robots they are humans who have a life. they will get to you eventually, there's no timescale where they're obligated to respond within
do you have any other css or themes?
yes
try temporarily disabling them and seeing if that makes the pinned css work, its possible some are clashing.
go to https://www.unixtimestamp.com/ and convert whatever date and hour you want into a Unix timestamp which you will then paste into those boxes
Epoch and unix timestamp converter for developers. Date and time function syntax reference for various programming languages.
used the recent pinned css, mostly fixed the chat bar but the gap between newest message and chat bar is still quite large, any fixes for that available?
can I implement the css into stylus without the need of installing vencord?
does anyone know a fix for this ?
yes
same here
no angular brackets
is it the same for anyone else?
you need to update
i'm on the latest update (brave browser, extention imported from latest *** build) and it doesn't work for me either
like the release, no changes of mine
same issue on vesktop for me
i just updated my browser and uninstalled & reinstalled vencord
still doesn't work, sadly π’
i use brave browser if that makes any difference
hey..can someone help me..?
you gotta state your issue for some1 to help
describe your problem please
oh okay..so i wanna use this custom rpc right..so when i put my youtube channel as streaming it doesnt show the purple statuss..yk
also does quickcss work with the browser extention
mhm..
hide media not working
@shell veldt Can you check your dm, my friend?
be patient
Ok

Does anyone know how to fix this clipping issue?
we cant fix unless u turn call timer off
False
how then
enable experiments plugin, experiments category will appear in ur settings, search for 2025-05_align_chat_input in there, disable it
Should fix it
Also how is turning off the plugin gonna help fixing it at all
how do i add my own plugin to vencord?
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.
Build vencord from source but u wont get support for that
its just the call timer was added there
ill try
Not really a fix u just disabled it entirely
why is the server list and bottom of discord fully gray?
Are u using a theme
no
as soon as i install vencord it just turns it gray
how to enable experimental stuff π
@lapis turtle read
will custom themes for nitro come to fake nitro
using a theme doesnt fix it either
I think its already out but just doesnt work for all
alright thanks
Should be not eligible
thanks
I paid for the badge, how do I get it?
changing my vencord badge
dm vending.machine
dms are off
your dms are off
was there a plugin that you can make a text above a gif in the tenor gif and you can send it directly to discord?
Hey for some reason I can use windows normal resize function, please see pictures
Any ideas on how to fix this?
did they get rid of the plugin to see age restricted channels
Deleted a long time ago due to legal reasons
Eu stuff?
I think it was before that
anyone knows how to fix this xd
enable experiments plugin, experiments category will appear in ur settings, search for 2025-05_align_chat_input in there, disable it
thanks
Why did my vencord disappear?
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
Bc discord updates
k thanks
if it's happening again i just have to wait for vencord to update, right? no CSS to readjust things? i've noticed that when i disable the plugin, discord's added a "favorites" title to the favorites section where the search bar is when the plugin's on and i have a bad feeling this is what's breaking it this time. couldn't find any mention of it in #1257025907625951423
couldnt find much in the faq so im gonna ask here, is rich presence possible with vesktop flatpak?
.
Where do I suggest a snippet? The new chat bar is making my stupid ocd spiral right now and i'd like to make a suggestion for a snippet that reverses it to the old one
#π©-modmail and ask for #π¨-css-snippets perms
i just open a ticket right?
hey im having an issue where after the last update suddenly my text box is larger than normal and its rly irritating
i havent pressed enter at all, it just looks like that by default
there is no place for it
you can try asking in #π¨-css-snippets or just make it yourself
is there like a "last seen" or "last online" style plugin
no
Bump
dont ask to ask, just ask :p
ok so my question, is it even possible to make a plugin to see WHO deleted a message?
its called "Audit Logs" (native discord feature)
well duh no shit. but i mean if you arent an admin in a server
then no its not possible
after the last discord update, i can't update my vencord
desktop refresh fast follows stopped working, is there anything else i can do to make guild icons bigger?
Is there a way to use betterdiscord themes in Vencord on Firefox? It says they aren't supported with the Userscript install, but maybe there is a way.
a userstyles manager
i tried to install vencord on fedora, the installer isnt throwing any errors but i check settings and dont see vencord working.
i installed discord via rpm fusion if that breaks anything
-# please ping
woot thanks
use repair
Hello, this is probably a stupid question but i am new to this. Is it possible for the nitro emoji to appear as it should, without it being added as 'image' at the end, if typed together with text?
like this, without the name of the emoji appearing at the end and without the emoji appearing as an image, but instead as a normal emoji
no
itβs fake nitro not free nitro
is there any way to bring back the close dm button instead of having 2 right click a dm and close it, i have the experiment on but thats just temporary until they remove it
anyone ?
check the pins
thank you god
Guys, how do I add something with a plugin next to the search bar? Like Pinned Messages and stuff?
Is this the place to ask btw?
#π§©-plugin-development (read #π-info first)
are there any plugins for ur mic
to make ur mic sound better
i remember there was one for loud micing but it also did make ur mic clearer and unlimited
there was a plugin back in the day that unlimits your discord vc allowing u to blast music loud but it also helped quality
idk what it did
any ideas how i can increase my quality bc my discord quality is different than the quality i hear thru playback
Hey all, just an update in case anyone's curious / if it helps at all with development - After a lot of testing it seems to be narrowed down to one or more of these six
anyone else having issues with multiplying discord windows, but only in the alt+tab window?
like win+tab doesnt show any extra discord windows, and hovering over discord only shows one window
The Tampermonkey script seems to be completely broken in Firefox. I've tried installing and uninstalling, restarting, refreshing, etc. and it just doesn't do anything. Nothing's added to User Settings or noticeably changed, and I dunno if there'd be anything useful in the logs. This has been the case for a few months now, according to a friend who used to use it as well.
What ad blocker do you use
uBlock Origin, but iirc I tried disabling it on discord.com and it still didn't help
using the windows native title bar is broken asf
And are you using tampermonkey?
yes
yes, even Shift+Refreshed to clear cache
do you think I might have other FF extensions that might be conflicting? should I send my extensions list
Try with none as a sanity test
sure, 1sec
Screenshot your vencord settings
okay that works, but what extension could be conflicting?
here's my list, uBlock, CanvasBlocker and Superagent (my main suspects) are disabled
Most commonly I see is adguard
i only have the windows native title bar on and i still see the discord one
Try disabling canvas blocker
it's already disabled
everything that could potentially modify requests is already disabled afaik
Eh, well it is one of them
I don't see why Don't accept image/webp would break it but that's also disabled
yeah one of these is causing issues but idk which one
I'll go one by one
Did you do a fill restart
yeah
Full*
Please share your Vencord debug info by running the /vencord-debug slash command!
(Auto-response invoked by @haughty goblet)
Vencord: v1.12.13 β’ fbc2dbe (Standalone) - 9 Sept 2025
Client: stable ~ Discord Desktop v1.0.9208
Platform: Win32
Last Crash Reason: N/A
Iβm not sure then
ive looked in known issues and it isnt there
Vencord: v1.12.13 β’ fbc2dbe (Standalone) - 9 Sept 2025
Client: stable ~ Discord Desktop v1.0.9208
Platform: Win32
Last Crash Reason: N/A
β οΈ Activity Sharing disabled
@haughty goblet okay so I think "Don't accept image/webp" was the thing breaking Vencord; is there some sort of documentation for known-incompatible extensions we could add that to?
Nope
damn, that certainly stumped me though, so I bet it'd stump others; maybe something under #1257025907625951423? idk though
is there a plug-in where it stops a gif immediately sending upon clicking, like it turns the gif into a link first and i can manually send it ?
Vp GifPaste
^enable this plugin
thank you so much
Everytime I launch fortnite with vencord installed my discord gets stuck on rtc connecting
Just a quick question, is there any way to import settings and all plugins from device-to-device? I never saw anything so I have no clue.
Would importing settings from C:\Users\Inappropriateusernamelol\AppData\Roaming\Vencord\settings work?
Anyone knows why my discord is glitching with messages on vencord, so I click, I read the message, but the notification doesnt go out?
OML THANKIES THANKIES THANKIES.
hello when i try to install vencord i get this message
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, and please make sure Discord is closed.
Hereβs a tutorial video if youβre having trouble: https://cdn.discordapp.com/attachments/796383204667686913/1273973233619832843/Please_Have_The_Ability_To_Read.mp4?ex=67792188&is=6777d008&hm=2aeb64f2f9f55f73f22e3a969151d2a576fe2c17a0e35b51fa9c2132b0ef3809&
i did it but the same
nothing that can help me
someone to help me solve the issue?
Only way to solve it is the video
fixed
Wsp
hi everyone i just tried this app yesterday ok just install it normaly now i opened my discord and i can see everythings is gone why ? do i need to reinstall everytime ??
anyone here ?
yeah
help i want vencord but he doesnt work help me pls
how want help me
@azure tinsel help me pls
ahhhh the translator's vencord stopped working afs
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
Do not ping other users for support (including replying with a ping to unrelated support messages). Do not send direct messages or friend requests for help.
can i ask
when i used a theme, it only works if i go to the settings i can see it fully but in chat i cant see it fully
i used quick css because i have no theme folder
nvm i figured it out
it keeps saying installing updates 1/17 or smt and then when its done it says installing updates and then it says update failed retrying in seconds seconds
and i tried to do repair / reinstall it wont work
is there css snippets to remove this red dot on vencord browser?
yeah? ineed to install it everytime you mean
it should stay through restarts, try clicking repair in the installer
i did this yeah i will try when i restart my pc we ll see
Iβm not a native English speaker, so please excuse my grammar. After I clicked install on Vencordβs download page, my Discord did restart, but when I opened the settings, I only saw the OpenAsar feature. The Vencord features didnβt appear.
Hi, i've a problem, each discord update, i need to repear vencord?
if it disappears, yes
hey
can anyone help me figure out what is this glitch that blacks out vencord extension on chrome
im not able to use it
i tried re-installing it several times and even tried with a new chrome profile with a fresh discord ID
@acoustic canyon
@formal berry
Do not ping other users for support (including replying with a ping to unrelated support messages). Do not send direct messages or friend requests for help.
bruh ur seeing it still not replying i saw u do the msg 2 times π
because i do not have an answer to your problem
meh
try using the userscript in the meantime
guys, why does my vencord uninstall every few days?
there is no glitch, this is normal.
if its normal then how am i supposted to use vencord? :-:
its blacked out and i cant access it
there is nothing to access there. you install the extension and that's it
oh yeah shit mb i just realised sorry
We have an UI update on PC?
Yes
Is this line gradient?
That idk
As far as i know discord updated the chatbox sizes
Why is the translate message button gone
still there
CallTimer looks broken
enable experiments plugin, experiments category will appear in ur settings, search for 2025-05_align_chat_input in there, disable it
GUYS I HAVE RUN THAT VENCORD FILE AFTER THAT
MY DISCORD IS NOT RUNNING
I HAVE TRIED REINSTALLING
plz help me
my discord wont open. i tried repairing it today and it wont show anything. there are five instances of it running in the background, but none of them show any form of life other than wasting a couple mb of my memory
hideattachment plugin's button doesnt appear
did you reinstall discord like this?
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% -
delete
Discord -
repeat for
%LocalAppData% -
Install discord
you too, follow the steps above if you havent
im installing the latest vencord version it says fatal the directory vencord already exists
show a screenshot
1 sec
i dont have it on my desktop or anywhere
and it shouldnt work unless its on desktop
source
i just cant use custom sounds cuz of it
i mean are you trying to do what this post is about https://discord.com/channels/1015060230222131221/1257038407503446176
i mean it worked before but its now bugged
i crashed my explorer again somehowπ
so are you using the installer or building it yourself from the source code
building
We only provide support for official Vencord builds downloaded from https://vencord.dev. Do not ask for help with unofficial versions (e.g. Equicord) or user plugins. Also do not ask us for help with getting any of these unofficial versions.
precisely
why i cant translate my text on discord web??
Hey!
Who would i message to get the support badges?
vending.machine
my theme isnt showing (it wont give me the option to trust it)
Thank you!
Can you show a screenshot, please
So whats the issue? U enabled it and it seems to work (i assume the blue colors is from it)
it has to load a miku theme in the back
but its not
Show where it says to approve the image
yes it has been added to fakenitro
Well uh is it free to use without nitro while having the fake nitro plugin?
no it does not work for all people at the moment
u sure?
well ig lemme update my vencord and see if it works
i believe if you enable the Experiments plugin and set 2025-05-client-theme-color-picker to treatment 1/2/3 it will begin working
thats the fix ive seen but i might be wrong, still worth giving it a try though
oh kk tysm :D
no one is helping me with my problem π
Could be a problem with the css itself
i dont think so because i checked it myself
if you need the link here it is
@formal berry it worked tysm! ;D
thoughts?
Please share your Vencord debug info by running the /vencord-debug slash command!
(Auto-response invoked by @haughty goblet)
I'm having a bit of an issue after my computer installed the latest windows update automatically
Vencord: v1.12.13 β’ c5888c2 (Web) - 29 Aug 2025
Client: stable ~ Web (Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.7049.115 Safari/537.36)
Platform: Win32
β οΈ Activity Sharing disabled
anyone as well having issues with the shiki codeblocks plugin regarding highlighting in codeblocks?
Whats the issue?
when using shiki as highlight instead of highlight.js
no highlighting when setting prefered option for highlights to shiki instead of highlight.js
.
how do i add plugins
@formal berry 
could you check for me? easily checked cuz shiki is default and u can look in the settings window if its brokey
just wanna know before posting an issue
oh ur on mobile mb
not on my pc rn

sowwyyy
istg is there anyone with a second of time and a pc to check back the highlighting issue
Fixed with the terminal window installer, but the UI installer is still having problems
still waiting π₯Ί
still dont know how
youre on your own
installing plugins is for those who can figure how
and getting basic and very simple support is for those lucky
yea i can see that
@thick ore yo I think your shiki codeblocks highlighting is brokey when set to perfer shiki highlights over highlights.js
could you check back on your end if thats a local issue?
Do not ping other users for support (including replying with a ping to unrelated support messages). Do not send direct messages or friend requests for help.
Im glad that ur at least able to enforce rules when checking a basic function of an build in plugin is too much 
Rules are rules
fix your own issues then
why even try helping out
hello, i cant see what device people are using how do i fix this?
thats a bot
ur not alone
but I sadly had to ask here first in order to even consider posting a github issue
That doesnt change anything
they're replying to them as if they are a dev that can fix the issue
They were enforcing a rule not providing a fix, u lowk missed the point
and then not even supporting after asking for the issue 
im talking about zero
nobody in this channel has more than 3 neurons connected together
im convinced
Ohhh
I was asking them to check if they had the same issue not for them to fix it 
U cant rlly ping ppl on here just for them to check an issue
Literally rule 10
your point is made idk why u keep bringing it up
Js tellin that u cant do that
also its not even close to related to what u replied to
why are you even talking in here 
Hi im trying to delete the discord and squirrel temp files so I can install vencord but its not letting me delete the discord file
why
Close discord
And make sure itβs actually closed from task manager
does the extension work for you guys?
yes
when I go use the secret ringtone only plugin It always plays the snow halation theme how do I get it to play the 0.1% chance secret ringtone?
Hello! I'm new here, and not very knowledgeable about modding Discord. I've been using Vencord for a while now, but recently it broke and the installer shows me this error, not allowing me to reinstall or uninstall. I was wondering if anybody here could help me figure out what is it and hopefully how to fix it
Thank you! Will read and try
Thank you again, I managed to get it fixed thanks to this β€οΈ
did vencords database get leaked?
no
the only βdatabaseβ is settings sync and it didnβt get leaked
is vencord back?
ugh it seems discrods gave me some more ui clutter is there a way to disable or remove this?
never been more back
bro posted arrows with no context π₯ where even are those
how easy is it to learn typescript for vencord if you have never coded before?
there like the back and forth in browsers
they are the tiniest thing in the corner just ignore it
i personally use my mouse side buttons
how i can active it
yeah but is there an experiment attacthed to it?
dm vending.machine
whos dat
... the "ven" in vencord. the creator
also if you want donor role use vlink-github in #π€-bot-commands
how do i redeem my subscription
what subscription
github
#faq message
you dont need to pay monthly for badges and stuff btw
one time donation is enough
can i just
dm the person that i need to connect
hes dm's are off
your dms are off actually
how easy is learning vencord for making plugins?
its on
check again then
i cant dm with her
me too
both of you check if these 2 options are turned on for this server
i can dm now
if i donate 1k do i get anything special?
no
Good evening, I'm having a problem. For some reason, FakeNitro isn't working anymore. I don't know if it's a bug or something, but it won't let me use stickers or emojis from other servers even with the FakeNitro option enabled.
are emojis in the emoji menu locked out
yes
Please share your Vencord debug info by running the /vencord-debug slash command!
(Auto-response invoked by @formal berry)
Vencord: v1.12.13 β’ 9700ec9 (Standalone) - 3 Sept 2025
Client: stable ~ Discord Desktop v1.0.9207
Platform: Win32
Last Crash Reason: N/A
Enabled Plugins (11):
CallTimer, ClearURLs, CrashHandler, FavoriteGifSearch, FixImagesQuality, ForceOwnerCrown, MessageLogger, PlatformIndicators, RelationshipNotifier, ShowHiddenChannels, ViewIcons
Vencord: v1.12.13 β’ fbc2dbe (Standalone) - 10 Sept 2025
Client: stable ~ Discord Desktop v1.0.9208
Platform: Win32
Last Crash Reason: N/A
youre not trying to react are you
fakenitro doesnt let you use any emoji for reactions
No
just use them
appear blocked
and when I want to give them, it says I don't have nitro
and I have the fakenitro plugin activated
WTF, for some reason I can now use the stickers, but the emojis still won't let me use them.
Enabled Plugins (37):
CallTimer, CrashHandler, DisableCallIdle, FakeNitro, FakeProfileThemes, ForceOwnerCrown, FullSearchContext, GameActivityToggle, iLoveSpam, InvisibleChat, MemberCount, MessageClickActions, MessageLogger, NewGuildSettings, NoBlockedMessages, NoF1, NoOnboardingDelay, NoPendingCount, NoProfileThemes, NoUnblockToJump, PauseInvitesForever, QuickMention, ReadAllNotificationsButton, ShowHiddenChannels, ShowHiddenThings, ShowTimeoutDuration, SilentMessageToggle, SilentTyping, SpotifyControls, SpotifyCrack, SpotifyShareCommands, Translate, USRBG, VoiceDownload, VoiceMessages, VolumeBooster, YoutubeAdblock
anyone has this issue with the call timer plugin? its just cut off and doesnt show the the full text
CallTimer plugin resets timer when onboarding pop up comes up
yeah i just reset discord and this is fixed
it fixes itself after a reset but gets bugged again
the fix is actually to set the experiment 2025-05_align_chat_input to Not Eligible
oh cool, tyty
Is Vencord opening in the background able to be fixed?
Enabled Plugins (72):
AccountPanelServerProfile, AlwaysExpandRoles, AlwaysTrust, BetterFolders, BetterRoleDot, BetterSessions, BetterSettings, BlurNSFW, CallTimer, CopyUserURLs, CrashHandler, CustomRPC, Dearrow, DisableCallIdle, FakeNitro, FixCodeblockGap, FixSpotifyEmbeds, FixYoutubeEmbeds, ForceOwnerCrown, FriendInvites, FriendsSince, GameActivityToggle, ImageLink, ImageZoom, ImplicitRelationships, KeepCurrentChannel, LoadingQuotes, MemberCount, MentionAvatars, MessageClickActions, MessageLatency, MessageLinkEmbeds, MessageLogger, MessageTags, MutualGroupDMs, NewGuildSettings, NoBlockedMessages, NoDevtoolsWarning, NoOnboardingDelay, NoPendingCount, NoSystemBadge, NotificationVolume, OverrideForumDefaults, PermissionsViewer, PinDMs, PlatformIndicators, PreviewMessage, QuickMention, ReadAllNotificationsButton, RelationshipNotifier, RevealAllSpoilers, ReviewDB, SendTimestamps, ServerInfo, ServerListIndicators, ShowConnections, ShowHiddenChannels, ShowHiddenThings, ShowMeYourName, SortFriendRequests, SpotifyControls, SpotifyShareCommands, StartupTimings, TextReplace, ThemeAttributes, TypingIndicator, TypingTweaks, VencordToolbox, ViewIcons, ViewRaw, VoiceDownload, VoiceMessages
damn i got alot lmfao
does vencord have some kind of plugin (even unofficial) to disable SOME activities from being shared? there's some apps i use which have an rpc which cannot be disabled, and i don't want to completely disable sharing activities while i use them
vp IgnoreA
does anyone know of a css-snippet to remove the blank space on the bottom of the chat bar?
why i cant exe vencord?
β οΈ 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
(Auto-response invoked by @brisk surge)
Why is there no translate option on vencord web???
idkkkkk πππ
any way to remove this in the discord titlebar?
There must be, since it's not in mine, but I couldn't tell you how it happened.
appeared after a discord update lol
Tπ
use yo mouse buttons girl
I'm having issues screen sharing in Wayland on Arch. I click the button and the dialog and choose my window, but nothing else pops up
hey amazing people does anyone know how to turn of this theme thing:3
its just stuck on
Is it possible to reactivate the notification count on the dock icon?
I am using the flatpack version of Discord before applying the patch with vencord, it appeared
like this spotify count
I just downloaded vencord on my Mac and after running the installer (it says it worked) it just wonβt show up on my discord. Iβve reinstalled discord and reinstalled the vencord adder but nothing works. Any fix?
dear vencord devs, please remove the FixImagesQuality plugin. i had it enabled for a long time and since recently, it started doing the opposite of what it should do. it was already useless for a while, but now it only does harm than good
how does vencord know that i havent updated it when i go to this channel? how does it know
Because its a feature
anyone know why is there no translation on discord web??
i asked like 3 times, i got no answerπ
Cause chrome extension isnt updated yet to fix that issue
The chrome extension will always lag behind everything else in updates
