#š„-vencord-support-š„
1 messages Ā· Page 717 of 1
you cannot do game quests on web. it requires a client
this also happens with vesktop since it's a fancy browser wrapper
something like that, is a good idea for a plugin.
im looking into the crx of the extension hold on
I know that if you don't have the client installed, it won't detect it, but an extension like the one I mentioned above can complete quests in a browser, so why can't a Vencord plugin?
it completes video quests
NOT game quests
The video where I found the extension said it worked with game quests, and even showed an example of how it worked with one of them.
it's simply not possible to do game quests on web... period
it was most likely one of the quests that asks you to play a game inside discord
yea they can work because they spoof your useragent to be a pc client
which can make discord unhappy
do they now
did they ever not?
they never have
never did
thats not how they work
it cant 
Is this a game that you can play inside Discord?
Because this is the exact same quest that the video uses as an example.
nope
it's a discord game quest
i've done it
do you mind sending said video
yeah
I'm genuinely confused then.
is in spanish.
just send
Cómo completar TODAS las misiones de Discord sin descargar nada, sin programas y desde tu PC. Te explico paso a paso cómo completar misiones discord de forma rÔpida, segura y efectiva para conseguir recompensas gratis y acumular discord orbs fÔcilmente.
Si estabas buscando como hacer misiones de discord, entender cómo funcionan las discord...
boss im cring
REFRESHING THE PAGE?
this seems incredibly suspicious
no shit it's vibecoded and an extension with no clear source
that button is VERY familiar
it's a chrome extension so let me see
I'm really confused, I know absolutely nothing about this programming stuff or what that extension specifically does; I just wanted to know if there was a possibility of having the same thing in a Vencord plugin, but it seems not, hahaha.
yea nothing abt quests is coming to vencor #š„-vencord-support-š„ message
You made me check the comments, and this one made me laugh.
"When's the tutorial on how to get a girlfriend coming out?"
lmao but i wasnt talking about that kind of comments
this is a comment for example
this is very vibecoded i fear
Okay, what exactly does that mean?
code is ai generated
which is NOT good
Sorry, English isn't my first language, I don't know what "videocoded" means.
it's a developer word
used by developers
Okay, thanks for explaining it to me; I don't really know much about code or what can and can't be done.
Although I am interested in learning this in the future.
https://github.com/nicola02nb/completeDiscordQuest
https://docs.vencord.dev/installing/custom-plugins/
you're on your own on this one
Hey so
Iāve tried using the installer multiple times, but every time I do
It tells me that vencord is downloaded
But when I check in my settings to see if it is, thereās nothing there
do some buttons appear under this message? /vencord-debug
Yes some do!
then u shoooould have vencord
tap the run vencord-debug button there
Vencord: v1.14.2 ⢠dc25c8f (Standalone) - 20 Feb 2026
Client: stable ~ Discord Desktop v1.0.9225
Platform: Win32
Last Crash Reason: N/A
and it just doesnt appear in settings?
omg this is gonna sound silly but now they do. so weird. thanks anyway lol
Y
do u have a problem w vencord
Not that I know of
is there any way to get vencord logs on cachy linux? every so often when I'm typing, the entire app will freeze, regardless of using hardware accel, and it forces me to have to open btop in order to kill the entire discord process because the taskbar button doesn't work to turn it off. I'm very curious to find out what the issue is, but for now all I have is to question if anyone else on arch-based distros has issues with freezing
I don't have volumebooster, spotifycontrols or gameactivitytoggle enabled, but I do have several enabled. if there is a way to quickly show all the enabled plugins please let me know
there's seemlingly no cause or reason for it to freeze, it just does it randomly when I'm typing
my friend cant install discord because it says broken discord, what to do?
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&
is there any way to remove all blocked people from the people list?
manually
...how
settings -> content & social
at the bottom of the menu
are u talking about blocked people or banned people
blocked people
damn
is anyone aware of a plugin that completely annonymises a channel?
aka i have someone in my dms that wishes to stay annonymous but i need to send the dms elsewhere without revealing who they are
why sometimes vencord kinda like gone or uninstalled ?
discord just breaks vencord sometimes
not a thing
you could just screenshot and paint over their name/pfp
no worries, that was the second option just wondered if there was a plugin for it
So, just reinstall or repair vencord ?
yes
I guess you could use this CSS in a pinch:
span[class*="username_"]{
font-size: 0;
&::before{
font-size: 13pt;
content: "[anonymous]";
}
}
img[class*="avatar"]{
filter: contrast(0) sepia(100) hue-rotate(2.1rad);
}
keep it in your quickcss and comment it out with Ctrl+/ and uncomment when needed
this breaks the member list but that shouldn't be a big deal; you can also change the hue-rotate(2.1rad) amount to be different for different people but I'm a bit busy rn to make that
(also you may need to change the font-size depending on your text size settings; I think there's a variable to use to make it always correct but don't have time to find it rn)
ty
Fixed CSS to revert chat bar - Original Snipet by @sick vale:
.channelTextArea_f75fb0 {
margin-bottom: 25px;
}
/* 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: 0px;
top: auto;
}
.align-chat-input .inTextChannel_b88801 .typingDots_b88801 {
margin-left: 5px;
}
.align-chat-input .inTextChannel_b88801 .text_b88801 {
margin-left: 0cqw
}
/* 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");
}
/* attempt to fix typing issue */
.inTextChannel_b88801.base_b88801 {
/* positioning */
position: absolute !important;
bottom: -5px !important;
top: auto;
left: 8px;
right: 8px;
z-index: 9999 !important;
/* box model */
margin: 0;
padding: 6px 8px;
/* behavior/visual tweaks */
pointer-events: auto;
transform: none;
transition: none;
}
/* fix announcement channel bars margins */
.wrapper__44df5 {
margin-bottom: 10px;
}
/* fix typing indicator being too close to names */
.inTextChannel_b88801 .text_b88801 {
margin-left: 10px;
}
/* remove weird gradient thing */
.typingGradientNotAtBottom__36d07 {
mask: none !important;
}```
Plugin to still get notifs in dnd?
use online status
couldnt you download custom vencord plugins from somewhere?
When we purchase the Vencord Donate $5 package, do we get unlimited badges?
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.
5$ per badge
Vencord Settings location back to default, is that's known? (Ik things might be broken)
is there css to hide these ads? tried searching but I can't find any snippet in the #šØ-css-snippets for it
make it yourself LOL #hater
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&
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
(Auto-response invoked by @tardy compass)
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...
is volumebooster still broken
where do i get not official plugins?
We only provide support for official Vencord builds downloaded from https://vencord.dev. Do not ask for help with building Vencord from source, unofficial versions (e.g. Equicord), or user plugins.
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 dont have a folder that is my username
send a screenshot of the folder that opens when you click "take me there"
these are the 2 folders
delete Discord
the folder or the app
the folder
now follow what the dialog says here
it worked thanks
I need help
Your Discord seems to have installed in the wrong place. This could be due to a variety of issues.
To fix it, click the "Take me there!" button and follow the instructions in the dialog, 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&
There any way to remove the newish gradients?
I remember there used to be a plugin that showed what friends were in a certain server, was that removed?
vp serverinfo
ohhhhh, that explains it. Its different now lol. Tysm.
where i can do it
Press the donate button
After?
I subscribed, but after that, what should I do?
Read what the page says
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
(Auto-response invoked by @haughty goblet)
6 days since VolumeBoosterās been brokenā¦. I am fiending
the fix has been written but not merged yet
should be ready soon
da
Yayyyy!!!
Trying to find a way to hide this button without disabling experiments, any help?
hi how can i submit my plugin ?
tell tehm to do it asap š wish discord would just implement that themselves honestly, 200% just isnt enough for some people
if you want it in #1256395889354997771 make a modmail
if you want it to be official then make a pull request to the github repo
but i dont have permissons to create post there and when i opend a mod mail to go official they bloked me from modmail ?
modmail is to submit an unofficial plugin (not AI garbage)
to submit an official plugin you open a pull request (once again no AI garbage)
up I used AI Iām not gonna type all this by hand and I used the advantages of the tools available there are no rules here that say dont use AI so keep your opinion to yourself and do your job!!!!!!!!!!!!!!!!!!!!
there are actually contribution rules
vai find the vencord projectās contributing.md file
The CONTRIBUTING.md file for the Vencord project can be found on their GitHub repository. It outlines how to contribute to Vencord, including guidelines for writing plugins and contributing to documentation.
You can view the file here: https://github.com/Vencord/Vencord/blob/main/CONTRIBUTING.md
-# Response generated by gemini-2.5-flash-lite. AI may be incorrect or misleading.
so so u tilling me u dont use ai for ur codes and then chiking them and add or adjust them
oh mr perfect
doing his thing the old way
vban @north lion You have been permanently banned for repeatedly submitting low-quality, AI-generated content that clutters discussions and demonstrates a persistent refusal to engage constructively. Your posts have been pedantic, insufferably nitpicky, and devoid of genuine contribution, violating community standards for meaningful participation. Despite prior warnings, your behaviour has shown no improvement. This ban is final.
Done! 
banned @north lion
mr no fun allowed is here
banning the entertainment
true
has anyone made css to get rid of these buttons?
me when I can't look with my eyes in #šØ-css-snippets
thank you for being very helpful with your reply
this server needs more clown- i mean, ppl like you
prick
I dont think the help button has a specific css snippet to remove (in the snippet channel)
as for the other one I think its caused by a setting in the experiments plugin
im not at my pc so i cant test the latter part, just working off memory
thank you, i'll mess around with the experiment plugin stuff
why doesnt the "FROM:" and all of those other filters appear?
my friend also has vencord but he doesnt have it
i have these plugins on
idk whats causing the problem
plz help
ty
That's Discord's native search feature.
Your friend may just be bugged.
if you find it, lmk
i can't find anything, mostly cuz idk what im looking for
how do i find out where the clone is? there isnt any info in the consol when it creates one and i think i might be a tad lost
These instructions are provided for advanced users.
If you donāt understand these instructions, you should not attempt to install custom plugins.
We do not provide support with custom plugins / installs, and you are responsible for any issues that may arise from using them.
If you run into issues and canāt figure them out yourself, please stick to the official Vencord build.
No support is provided for installing custom plugins. Do not continue asking or you will permanently lose access to support.
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
(Auto-response invoked by @haughty goblet)
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...
do you need support?
vencord is broken
how so
@mighty raven
gonna elaborate or?
hi all so i have vencord on my mac discord and im trying to install the 'Vencord File Splitter Plugin'. However I cant find the Plugin folder for Vencord on Mac. Can someone help me please?
We only provide support for official Vencord builds downloaded from https://vencord.dev. Do not ask for help with building Vencord from source, unofficial versions (e.g. Equicord), or user plugins.
oh
Oh
im so sorry š
if u thought they appeared just for you then dw lol
I was not aware I actually ran the command
many such cases
the commands work in #š¤-bot-commands too
I searched up ai to look at funny cases where people submit ai code
I didn't think those buttons did anthing
ah well
sorry for the trouble

Thank you
Thank you for fixing volume booster I love yall
you dont
Vencord only supports Desktop.
Instead, we recommend the following alternatives for mobile:
- Aliucord (discord server) ~ Android only. Uses the old (mid-2022) version of the Discord Android app
- Revenge (discord server) ~ Android only. Uses the latest Discord mobile app
- Kettu (discord server) ~ Android & iOS. Uses the latest Discord mobile app
my friend did it
vencord isnt on phone
vencord isnt on phone
let me show u
bro let me show you the proof
^
but its probablly better to use the actual discord app
we dont support vencord mobile
it exist ?
see the link i sent
it is theoretically possible, but we cant help you
ty
how do i fix this when some1 typing i cant see messages
is it the theme you are using
i turned off all my themes can you type something so i can see
sup,when i have to expect new vencord update ? discord update broke it so i dont have theme.
themes breaking is not a vencord issue
ah okay
thought it was discord update which broke some things
nvm its working now
discord updates can break both vencord and themes
just that themes are out of our control
wasn't there a plugin to change friends nicknames?
discord feature
is there any plugins / snippet to transcript voice messages ?
ok ty
I heard that Vencord helps bypass bans through built-in patches that somehow restrict transmission of Discord metrics. Is this true and do Vencord developers support this? If not, can they somehow restrict a violator's account in their client to prevent bypassing permabans?
vp notrack
Client modifications are against Discord's Terms of Service.
However, Discord is pretty indifferent about them and there are no known cases of users getting banned for using client mods! So you should generally be fine as long as you don't use any plugins that implement abusive behaviour. But no worries, all inbuilt plugins are safe to use!
Regardless, if your account is very important to you and it getting disabled would be a disaster for you, you should probably not use any client mods (not exclusive to Vencord), just to be safe
Additionally, make sure not to post screenshots with Vencord in a server where you might get banned for it
I'm not asking if it's safe, I'm asking if it is intended for ban evasion
you cant really ban evade
or rather not intended for so
discord still gets your ip
not that it matters much
And if they use a vpn?
then they use a vpn
So it doesn't help accounts that got permabanned by discord?
it wont help
Because discord checks IPs? But if they use a VPN AND Vencord?
im not sure what you mean by that
vencord doesnt contribute to bans at all, it wont matter if you use vencord or not
I meant that Vencord was offered to a banned person as a client that will somehow help them bypass their ban through NoTrack plugin. I'm trying to find out if it's true
whoever said that is dumb and lying
Very good news, thank you for answering

don't revive your bickering bruh
is there any plugin to see who created a server, rather than the current owner ?
hi, is there an css support here ? i want hide many buttons in textfield like the GIFT Button etc.
look in #šØ-css-snippets
thanks
no permission to send message there
look
?
i cant send message there, no permissions
Are you aware on the definition of ālookā
i understand, but why not ask for an css ?
Because there is likely one already in that channel
ok ... but its not very easy look millions oft message, to find the right one 
Ctrl + f
i'm getting this error but i have no personal certificates installed
try cli installer
Can custom donator badges be given to bots? I saw GenAi had one. Also, can they be customized after you donate or not?
no(t recommended?), kevin has it just because he's a funny guy here
and yes
Alright thanks for the answer
yea i have no personal certificates installed
there's none to delete
this gets me the same error
weird
Did you try the other steps first?
Oh one last thing, once you buy it, how do you get it & how do you customize it?
to customize just dm again with what you want changed & to
i have
... where is the src folder ? i dont find it on pc. the folder is not hidden, but i dont find it
We only provide support for official Vencord builds downloaded from https://vencord.dev. Do not ask for help with building Vencord from source, unofficial versions (e.g. Equicord), or user plugins.
i donwload the official bild of Vc
sorry my english, iam from germany
We donāt support custom plugins
No support is provided for installing custom plugins. Do not continue asking or you will permanently lose access to support.
ok, sorry ...
guys is there a way to change your name style whit fake nitro?
no
what's the difference between messagelogger and messageloggerenhanced
we dont know
src folder isnt on ur pc by default.
u only get the dist folder. (installation folder)
u need to pull the src folder from github.
more settings and more logging
how do i install it
you need to find out urself, if you dont know, dont ask here
for some reason my colors/contrast are messed up
why does silent typing not work
maybe u installed the ClientTheme plugin.
it messes up ur theme sometimes
Ah
oh I am running vesktop I think
then go to other support
show a screenshot
is your screen brightness at 100%
try lowering it
for me this happens if and only if brightness is at 100%
and apparently it's a chromium/electron issue
just had to turn off custom css, weird bc it wouldnt always do that and would be fine after
Is this (the "N deleted message(s)" text not showing) a known issue with MessageLogger?
I am on the Windows desktop app (the Discord app with Vencord patched, not Vesktop)
so i got hit with an installation error for Vencord.
C:\Users\xxxxx\AppData\Local\Discord\app-1.0.9226\resources\_app.asar: The system cannot find the file specified.
so i looked it over and it says app.asar.bspatch. What do i do with that?
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
(Auto-response invoked by @formal berry)
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...
fixed
hii was wondering where i could get the plugin SendBigFiles?
No support is provided for installing unofficial plugins. Do not continue asking or you will permanently lose access to support.
if it's not in #1256395889354997771 then it's elsewhere on the web
ask them or smth
and ^
is there a way to disable this
what does this mean?
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
(Auto-response invoked by @tardy compass)
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...
its not a virus wtf
well if discord's flagging it then something's wrong
anyway
no you can't bypass their scans
ok then
Please share your Vencord debug info by running the /vencord-debug slash command!
(Auto-response invoked by @tardy compass)
Vencord: v1.14.3 ⢠12da7a0 (Standalone) - 26 Feb 2026
Client: stable ~ Discord Desktop v1.0.9225
Platform: Win32
Last Crash Reason: N/A
run /vencord-plugins and screenshot silenttyping settings
Okay I don't think I ever sent a message here before but does anyone know where I could ask for help with custom css? I'm trying to find that one class(probably a class) that makes the nitro name fonts work and exclude it from my entire font override I've done I wanna keep that nitro font name thing
https://cdn.discordapp.com/attachments/1349664491893424128/1476673188099391538/image.png?ex=69a1fa93&is=69a0a913&hm=13cbceb4f6038222b499d284f37baff33c33e8dff2f11c935f7451c36056e1e1&animated=true
#šØ-theme-development would be the place i think
uhhhh
I have a weird problem that was maybe caused by the latest update
you cant set where the vencord setting is anymore
It always stays above nitro
Please share your Vencord debug info by running the /vencord-debug slash command!
(Auto-response invoked by @tardy compass)
Vencord: v1.14.3 ⢠12da7a0 (Standalone) - 26 Feb 2026
Client: ptb ~ Discord Desktop v1.0.1179
Platform: Win32
Last Crash Reason: N/A
Vencord: v1.14.2 ⢠dc25c8f (Standalone) - 20 Feb 2026
Client: stable ~ Discord Desktop v1.0.9225
Platform: Win32
Last Crash Reason: N/A
use #š¤-bot-commands unless you need help
might be a ptb issue
try on stable
is it normal that i appeared online in console when i never had or logged in on console?
why on earth do my messages keep autocorrecting to random things
disable auto translate (the green translate icon in the message bar)
it will happen if u have a game with discord integration running and authenticated
ah i see
I added some plugins and went to restart now discord will show that it is running but the pop up wont open
is there a way to fix 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
(Auto-response invoked by @wise thicket)
with the linux install option, it says to curl an sh file. im new to linux but ive heard curling an sh is Bad. is this true or am i stupid
you can read https://vencord.dev/install.sh to make sure nothing bad is happening
true but idk what to look for tbh
it just downloads and runs the installer
okay so its like basically the same risk as running a windows exe?
Vencord: v1.14.3 ⢠12da7a0 (Standalone) - 25 Feb 2026
Client: stable ~ Discord Desktop v1.0.9226
Platform: Win32
Last Crash Reason: N/A
is there a way to get free banners with vencord
hi could i ask a question
where can i find the plugin for deleted messages and avater zoom
vp messagelogger
vp viewicon
Anyone know of any plugins that make the "Forum" type channels less bad?
wdym "less bad"?
I guess that's vague, but I don't exactly know HOW you'd make it less bad. I just find it very clunky
(update on weird contrast thing) relaunching from vencord settings fixes it when it happens
Hi, I made a build of vencord following the instructions but how do I make discord use the new one and not the old one I was using before?
Anybody know if there is a plugin/option to pin discord server text channels as into my dms?
we don't provide support for devbuilds here
vp usrbg
fake nitro doesnt allow external sound board is this an issue on my end?
fakenitro doesn't support soundboards, it isn't possible
oh my bad I thought it did
hi can i purchase a custom badge with crypto?
no, only github sponsors

my vc does not work (their voices keep cutting) and when i screenshare it doesnt load. i know it's something to do with vencord because it's like that with my mac too and it was fine before i reinstalled vencord. any fixes?
Ive been using vencord on the web browser for a while and recently it stopped working. ive tried reinstalling, uninstalling then waiting a bit and reinstalling but it is just not working. How do i fix this?
so does the webarpc work for local games or web games and does have it to be chrome extension or just any game played on the browser
i have the question above maybe u can help me with
why ?
because you donāt DM plugin developers for support, you use this channel
if you need to claim donor perks you can DM
can you help answer my question above?
i would really appriecate some help im not rushing you guys tho
please don't ping people for help
right
what do you mean by web games?
he just means that if you play something on for example google etc probably
please speed i need this
then no arrpc doesn't pick those up
any other extensions?
i didnt even help bro š
I dont have any other extensions except premid
u answered my question thoš cause i didnāt know if it picks up web based games or local games
so if you refresh discord nothing appears either?
but iām pretty sure it picks up local games then
Nope
ive refreshed and logged in and out
nothing works
see if /vencord-debug works
Can you contact me?
Enabled Plugins (26):
AccountPanelServerProfile, BetterFolders, ClientTheme, ConsoleJanitor, CopyFileContents, CrashHandler, DisableCallIdle, Experiments, ExpressionCloner, FixImagesQuality, GameActivityToggle, IgnoreActivities, KeepCurrentChannel, NewGuildSettings, PermissionsViewer, PlatformIndicators, ReverseImageSearch, ServerInfo, ShowAllMessageButtons, ShowHiddenChannels, SilentMessageToggle, SpotifyCrack, TypingIndicator, UserVoiceShow, ViewIcons, VolumeBooster
how do i do that
what is your question @vale helm
I'm a donor and I don't know how to get the badge
message vending.machine then
@shell veldt
is it normal that its unclickable and like darker compared to other extensions
yes because you donāt configure anything here
just message them it's fine for redeeming perks
but its not working either way on chrome
how do i fix it
reinstall the extension
When can he reply to me?
idk i'm not him
ive done that so much i cant count it on 2 hands
Okay thx
pls speed i need this extension
its not working gangggg
the extension is definetely on and ive tried everything even via those scripts
vs e
To better help you, we need your error logs!
To collect them, please
- open DevTools with
ctrl + shift + i/cmd + option + i - on the top right, click where it says "Default levels" and uncheck everything but "Errors"
- screenshot all errors and post them
screenshot
not sure if this will really help but give it a try
send what it says below that
scroll up to the very top
does anyone else have the issue where vencord just disappears from the discord app and needs reinstalling?
is this correct?
discord updates remove vencord as a side effect, just repair in the installer whenever it happens
i genuinely dont know what to do anymore
what vencord alternatives let u have an animated pfp
any way to automate that? it's starting to annoy me like hell
ive just added the user script no difference its genuinely not doing
its giving issues already š
i'll look into this when i'm home
i genuinely dont know what to do atp all i want is vencord man
js use vencord web its really quick to set up
they are
yeah mate thats what im using and its not working
this is what i get when i use the basic extension
ive been dealing with this problem for like a week or 2
you could theoretically make a scheduled task that runs the cli installer on login
maybe even 3 ong
do u use the disc app or site
how do u see all that then
for now see if it works in another browser profile @austere lily
ye same
wrong ping
im on linux, would it ask me for my password and make me choose the options every time as well?
i just use the browser extension
what do u mean
me too
but it doesnt work
what browser do u use
why does vencord let u have an animated banner but not animated pfp
chrome
what version
how do i check
Click on the 3 dots in the upper right corner of your Chrome browser and choose Settings.
From the Settings, choose About Chrome at the bottom of the list.
You will see the Chrome version number listed on this screen. The first three numbers are the most important.
alr
ver 144
if ur vencord isnt working maybe try deleting the extension and installing it again
idk
ive tried that so much
im on 145
the plugin for it was rejected
oh
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.
sup mate 
hi
I created a PR here because why not
https://github.com/Vendicated/Vencord/pull/4014
yalla how amazing my vencord works ik im not supposed to ping u but @rapid bear
no need to bug fix further ive done soem tweaking with chrome
oh, good to hear
i thought your name was fanq for a second š
what does fanq mean
its someone i used to know
ah
Question: When starting discord, it would normally go through the various whatevers that discord does and then it would pop up whatever quote vencord rotates through and then it would go back to the particular server and channel I was in before. since I updated vencord this last time, it doesn't do that anymore and instead defaults to my Friends section like the non-modded discord does. I tried reinstalling/repairing the setup but that didn't fix it. Does anybody know what's going on?
Enabled Plugins (4):
CrashHandler, FakeNitro, WebKeybinds, WebScreenShareFixes
Vencord: v1.14.3 ⢠12da7a0 (Vesktop v1.6.5) - 26 Feb 2026
Client: stable ~ Vesktop v1.6.5
Platform: Linux x86_64
use #š¤-bot-commands unless you need help
i havent used this in a while but where is the plugins menu now
it hasn't moved, just repair in the installer
Is there a plugin that completes discord quests?
No
Not possible?
It is, just we donāt have a plugin for it
where did the game activity button go?
Scripts?
On the discord app or chrome?
Thanks
f
elaborate
Please share your Vencord debug info by running the /vencord-debug slash command!
(Auto-response invoked by @rapid bear)
Vencord: v1.14.2 ⢠50c5124 (Web) - 5 Feb 2026
Client: stable ~ Web (Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36)
Platform: Win32
ā ļø More than two weeks out of date
You're out of date ā ļø please update.
If you're unable to update via normal means, follow https://discord.com/channels/1015060230222131221/1257026812920205435
wait for google to approve the extension update
vext
The Vencord Chrome Extension is out of date! (v1.14.2 vs v1.14.3)
tough
@hollow cobalt You have a broken Discord install.
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&
do this
OK
hey my friend donated to vencord how does he claim a badge? @tardy compass
why do i have to reinstall | Patch my vencord everytime open my computer?
discord updates remove vencord as a side effect
He keeps saying that this problem can't be fixed immediately during installation. Does that mean it's still installing?
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
(Auto-response invoked by @rapid bear)
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...
We only provide support for official Vencord builds downloaded from https://vencord.dev. Do not ask for help with building Vencord from source, unofficial versions (e.g. Equicord), or user plugins.
is vencord down ?
no.
i think its not working for me i have discord ptb tho
dont use ptb
i have 2 accnts
Is there no phone/mobile version?
Vencord only supports Desktop.
Instead, we recommend the following alternatives for mobile:
- Aliucord (discord server) ~ Android only. Uses the old (mid-2022) version of the Discord Android app
- Revenge (discord server) ~ Android only. Uses the latest Discord mobile app
- Kettu (discord server) ~ Android & iOS. Uses the latest Discord mobile app
Oh my God they changed the embed
.
Repair in the installer
alr
(also don't remove your support message, it makes it harder for other people to search for their issue)
you can report the msg tho, no?
if discord Actually cared about client mods then this server would be long gone lol
Hey genuine question, is the link for userbg safe? i dont think my account is compromised as far as i can tell, but when i clicked on it my monitors glitched out, and after resetting all my sessions my password and everything to make sure I'm good i got kicked from the server for some reason?
it's just a link to a github readme for the sever to request banner in
if you want a shortcut; https://discord.gg/ECg96KZ3Fh
i haven't seen anything suspicious from my account happening but i also don't know why i got kicked from the server
maybe it was just a coincidence of different things happening but it kinda spooked me 
Was there an update today/overnight? My vencord has disappeared again. I think it happens when there's a significant discord update
discord probably updated
vencord did have an update
but vencord updates wouldnt make your vencord die by itself
Nah discord works, just vencord disappeared, I'll try a reinstall
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
does anyone have any idea why I would be kicked from the server? I'm too paranoid to try joining or going to the GitHub again
Hi
I have a question about the custom RPC
how can i get The custom RPC as its 500k hours ? like that picture
Because 500k hours is 50 years
no clue, there's been Some Issues with it a while ago so they probably pruned inactive members
who knows
strange, i just joined, but i guess that makes sense if they're on high alert
really scary coincidences then of clicking a link, my gpu glitching and then getting kicked 
how can I check the logs of relationship notifier
I can't see that, using discord canary
sorry if not the appropriate place to ask, but is the favorites server gone for anyone else? from the experiment
mine's fine on stable
vencord randomly broke today? i cant reinstall because the updater freezes?
wdym the installer freezes
at what step
reinstall
i just installed the xpi
i mean i downloaded zip from github, renamed extension to .xpi and put it
is there stable and canary for discord web?
i only use the default discord.com
yea
im pretty sure we dont support the firefox extension
yeah but its not on the store
you cant download it as easily as the chrome extension or userscript
do you have any suggestions to try fix it? I tried desktop stable, vesktop, and web with extension and it doesn't show up anywhere
works on android (but that is entirely different?)
i press reinstall on the installer and it just freezes
if an experiment is gone, then it's gone
well it's still on the list which is weird
alright it worked
previously i had two extensions
one from the web store and one from github
i think one was overwriting another
guys what are some must have plugins and themes for vencord?
vencord works great for me on my browser, but on windows itās not installing
nvm it works now, no idea why it froze. thanks ā¤ļø and thanks to all the devs ā¤ļø
I heard they deleted it and replaced it with a new one
idk the name though
dev://experiment/2026-01-favorites-server/1
old experiment's favorites carried over into new though
hell, my favorites stayed even though i had the new one disabled
Do you need help?
wrong chat sorry
i noticed it vanished when i tried to add a new channel just now
i still see it on my phone but it's gone from my desktop app
mine stayed there even tho i added and removed
ah well
discord just be doing anything to favorites
WANT MY BADGE
I DONATED FOR 5$
HOW TO GET IT
he is not answering me
Patience is a virtue
I have waited for too long
yeah sure
Hello, what's the chance that Discord implements vencord detection by scanning global/window variables or the UI and make a huge ban wave?
Discord already knows people use vencord
They donāt care
Otherwise this server wouldnāt exist
Yeah, but can't they at some point start caring about it? And just create the biggest ban wave ever?
hii i'm sorry is there any place i can read on errors and how to fix them? this is the first time vencord has broken for me so i'm not sure how to fix 
hmm so there's not even a way to make it a "ghost" client?
Out of my knowledge
Hi! Any hope for GPU stream encoding on nvidia?
discord already scans for client mods (including vencord) but they don't really care
yes and lose a shit ton of their most loyal users
what would they gain from that
Wait, and this function isn't even used? Not even in some kind of telemetry, just sitting there?
no its sent to discord telemetry
but as of right now nobody got banned because of it
because, why would they
Well, I guess you're right, although I won't use it on my main account
to each their own
I hope there is a feature to hide it... right?
is there a suggestion channel? i got a vencord plugin idea but i cant excute it so i wanna voice it out loud so someone else can do it lol
notrack hides some
W its even on by default
There was a plugin requests thing, but it kinda died like 2 years ago or smth
Rip
which one shows what device people are on
You can make your own tho
It'd take a while for them to get merged (so I've heard), if you submitted a PR
???
vp platformindi
ty
why has vencord been breaking more than it used to?
blame discord for changing things
THINGS MAY BE BROKEN. READ https://discord.com/channels/1015060230222131221/1474192106342973480
-# This is an automated sticky message.
Yall does anyone have the mobile vencord discord server link
Vencord only supports Desktop.
Instead, we recommend the following alternatives for mobile:
- Aliucord (discord server) ~ Android only. Uses the old (mid-2022) version of the Discord Android app
- Revenge (discord server) ~ Android only. Uses the latest Discord mobile app
- Kettu (discord server) ~ Android & iOS. Uses the latest Discord mobile app
it keeps saying i have a broken discord
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&
@unreal trench ^
hello! im on mac and the vencord installer just isnt opening after i click on it. i tried reinstalling it and restarting my macbook, but it didnt work. anyone able to help?
If the installer doesn't open, follow the second section of the install instructions.
unfortunately it still isnt working
apologies, but where are the install instructions on here?
already tried that unfortunately
Hi, how do I get a custom profile badge please?
Hello, I just made a donation (small, since it would be very expensive for me to make a larger donation). I would like to know how I can redeem the badge.
if you donated US$5 or more follow #faq message
How do we add these badges man
is there a plugin or something that gives search an infinite scroll instead of pages?
for some reason im lagging like crazy and i dont even have any theme on
How get banners members bot
is there a "last seen" plugin ?
I answered already
right click the stream preview
Hello, I cant resize my vesktop window
??
Hey could you help me out?
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.
hey guys~!
i installed a theme but idk how to upload it, i'm in the browser
what is the issue?
so there's someone I know who knows about vencord and most probably uses it and I'm scared cuz I sent them my selfies and vms (i deleted most of my pics)
I can't delete vms cuz there's like 500 of them I just wanted to ask if i deleted older messages of mine not the recent one let's say they are days or upto weeks old could they still see it if i deleted old messages it?
go to settings > vencord > themes
click upload theme
select the .css file you downloaded
messagelogger is temporary, messages go away after a client restart
when i click on upload themes, nothing happenes
it took a few tries for me
yea nvm it worked, thanks
No no i meant like
I deleted my older pics & messages which are atleast few weeks old
and as far i know vencord users can see only the recently deleted messages and since I deleted my old messages could they still see it?
it's gone unless they have had their client open for weeks (extremely unlikely)
Okay that's a relief TYSM!
where did you find the theme
i can't find the theme but this looks like a wallpaper site not a discord theme site
looks like the theme is abandoned
discord sometimes breaks themes and the developer needs to fix it
i wouldn't use it anyway lmao
works fine for me
lolll
i'm in browser š„
i'm looking at it in a browser too
ohh
links
?
I'm still getting this annoying overlap in replies
probably caused by reply timestamps (if you have it)
Vencord only supports Desktop.
Instead, we recommend the following alternatives for mobile:
- Aliucord (discord server) ~ Android only. Uses the old (mid-2022) version of the Discord Android app
- Revenge (discord server) ~ Android only. Uses the latest Discord mobile app
- Kettu (discord server) ~ Android & iOS. Uses the latest Discord mobile app
Peak
any quest solver plugin?
which variant do i set it to for it to appear? it recently disappeared for me on all devices
Why i have this error?
if it's gone then it's gone
not getting added
-# https://gist.github.com/aamiaa/204cd9d42013ded9faf646fae7f89fbb foreverrrrrr
any forks with web version support?
it's not possible
why not?
game quests need desktop, there's no way around it
Is Vencord already updated for the latest discord version ? cause mine no longer works
Yes
and how do they check if we actually desktop? can't we spoof that?
Weirdge i installed restarted and nothing
ill keep looking.
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
(Auto-response invoked by @haughty goblet)
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...
platform spoofing is unsafe
š
why?
if you tell discord that you're a desktop client then they expect you to act like a desktop client
oh and whats required for that?
can't we trick the client itself to run as desktop but patch out any calls to system with fake information?
or just without any of it send desktop requests(unsafe but should work)
At that point just donāt use web
as i remember servers are expecting just useragent
That is not help me
it's really not worth the effort just for quests
read the whole thing carefully, it describes everything you can do to fix it
https://github.com/nvckai/Discord-Web-Auto-Quest-Extension
well i guess someone already done it
just use the desktop app
its not worth risking a ban
same could be said about vencord?
Client modifications are against Discord's Terms of Service.
However, Discord is pretty indifferent about them and there are no known cases of users getting banned for using client mods! So you should generally be fine as long as you don't use any plugins that implement abusive behaviour. But no worries, all inbuilt plugins are safe to use!
Regardless, if your account is very important to you and it getting disabled would be a disaster for you, you should probably not use any client mods (not exclusive to Vencord), just to be safe
Additionally, make sure not to post screenshots with Vencord in a server where you might get banned for it
the difference is vencord wont get you banned
well few things
- this is an alt
- similar risk like discord could add detection for both of modifications but there is 0 cases of people getting ban
they already know people use vencord, there are detections for it
they just literally dont care
^
but its a different story for platform spoofing
they do care about platform spoofing
wait fr?
what do you think we've been trying to tell you
why else would we say its a high ban risk
platform spoofing can be abused by selfbots/spammers and such
so they actually do care about that
ok now makes sense
if they flag account as selfbot then its 100% cooked
hey,i just wanted to ask if theres any option of hidding a badge on vencord
No
thank you, that was a godsend
ooh thank u
right click on chat, is translate toggled on?
Please share your Vencord debug info by running the /vencord-debug slash command!
(Auto-response invoked by @haughty goblet)
Vencord: v1.14.3 ⢠12da7a0 (Standalone) - 26 Feb 2026
Client: stable ~ Discord Desktop v1.0.9226
Platform: Win32
Last Crash Reason: N/A
are you using any themes?
nope just pure vencord
and some plugins
can anyone help me out
try running a reinstall/repair?
check if this is off
is it workin for u?
yup
new update?
same version
Vencord: v1.14.3 ⢠12da7a08 (Vesktop v1.6.5) - 26 Feb 2026
Client: stable ~ Vesktop v1.6.5
Platform: Linux x86_64
ā ļø Activity Sharing disabled
ā ļø Vencord DevBuild
ā ļø Has UserPlugins
It seems like you are building Vencord from source.
We do not provide support for such installs! If you want our help, switch to official Vencord builds: https://vencord.dev/download
Vencord: v1.14.3 ⢠12da7a0 (Vesktop v1.6.5) - 26 Feb 2026
Client: stable ~ Vesktop v1.6.5
Platform: Win32
there might be some issue
because my friend just download vencord and turned on the plugin
didnt work
why is there some big black circles and between them a question mark on every server i hover my mouse over
Hello
I have been using Vencord for some time now, and strangely enough, Vencord always gets removed from my computer at some point.
No matter how I update my Discord, installer or CLI, with both methods Vencord eventually disappears without a trace and I have to do it all over again.
Does anyone have an idea if this is a general problem or how I can fix it?
discord updates make vencord just go poof sometimes
gonna have to reinstall every time
so nothing that i can do?
on the other hand ive no problems on my other pc
What are the best plugins to use?
the ones you want to use
there is no "best"
all of them are good for their use cases
can ya name some?
Hi everyone, Iām looking for some help with a persistent UI bug. After installing a theme, my client's layout broke. Even after uninstalling the theme and performing a full reinstall of Vencord, the visual glitches remain. It seems like some settings or CSS files are persisting. Does anyone know how to perform a 'deep clean' of the theme cache or settings?
just go through all theme areas and see if there is any leftovers
online/local/quickcss
Hello!
About a month ago I ran into this issue (screenshot) and since then I haven't been able to update to the latest version
I'm not sure if this is related to my internet provider or something else, but searching online hasn't turned up any solutions
Does anyone here know how to fix this? Appreciate any help!
Is it possible to forcibly unlimit the profile description?
My cat emojis don't fit, and I don't want it to be small
nope
im having this issue anyone know how to fix this ?
Repair your installation in the installer.
what should i do
i seem to have a specific plugin turned on that removes the grouping of images in one message (mspaint representation below) and cant find it. does anyone know what its name is?
NoMosaic
vp NoMosaic
thanks
whats the name of the plugin that translate other ppl messages (not mine)
vp translate
it translate mine
i rememeber there is one for other messages from others
it used to be here
in the context menu
?
Repair your installation in the installer.
https://discordapp.com/channels/1015060230222131221/1412573823676579975/1412573851514310706 is cloudflare warp good as vpn if its?
cloudflare warp is not a vpn
what's free vpn works fine for that?
read the post
personally i use proton vpn
cloudflare 1.1.1.1 isn't
but cloudflare warp is a vpn(when you enable it you can see that your ip is now from cloudflare inc but it will use most neareset to you location like your country or city)
1)this happens whenever i open a folder
2) whenevr i hover a servers member count
just big black balls
Please share your Vencord debug info by running the /vencord-debug slash command!
(Auto-response invoked by @drowsy hemlock)
nice but its didnt help me fix that Error
Vencord: v1.14.2 ⢠50c5124 (Web) - 5 Feb 2026
Client: stable ~ Web (Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36)
Platform: Win32
ā ļø Activity Sharing disabled
ā ļø More than two weeks out of date
You're out of date ā ļø please update.
If you're unable to update via normal means, follow https://discord.com/channels/1015060230222131221/1257026812920205435
i downloaded proton, but it's infinity connecting
protonvpn issues are not our problem
I don't know where else to ask this.. Is there anything I could do, to disable that annoying Kiply? Discord is changing the gif search all the damn time. One day it's Kiply another day it's Tenor. Thing is.. Bot on certains discord servers do get triggered by Kiply :/
dev://experiment/2025-10-gif-providers-multi-treatment
note that this experiment is temporary and will be removed
whenever I try to click an invite link, I get a spam violation. this is happening on an unmodded web client, but could it be because of my heavy vesktop/revenge usage that discord's slop modbots are convinced I'm a bot?
Thank's will try that. That is driving me insane.
if its happening unmodded its not our problem
I'm not asking for it to be fixed or anything, I'm just trying to figure out if my usage has placed the persistent flag on my account that happens across clients and platforms
generally vencord's plugins are deigned to not cause account bans/violations, especially for things like spam
therefore im presuming besed on this sole happening that its not our issue
probably
i got a bug where each time i try to enable a plug-in and restart discord, it just disables its self
Please share your Vencord debug info by running the /vencord-debug slash command!
(Auto-response invoked by @drowsy hemlock)
Vencord: v1.14.3 ⢠12da7a0 (Web) - 25 Feb 2026
Client: stable ~ UserScript (Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36 Edg/145.0.0.0)
Platform: Win32
Enabled Plugins (4):
CrashHandler, WebContextMenus, WebKeybinds, WebScreenShareFixes
what plugins are you trying to enable
message logger
Hi guys, I'm trying to use the Text Replace plugin, but it's almost too good. For example, I want it to replace "Claude Code" with "Claude Code, but it'll trigger on words like aClaude Codeess. How can I prevent this? Also, is there a way to have it replace before you send?
As you can see it even did it here haha, I'm trying to replace "c-c" without the dash
you're gonna want a regex filter for that
A regular expression (shortened as regex or regexp), sometimes referred to as a rational expression, is a sequence of characters that specifies a match pattern in text. Usually such patterns are used by string-searching algorithms for "find" or "find and replace" operations on strings, or for input validation. Regular expression techniques are d...
-# i dont know regex good fucking luck
someone got way tp disable status to "Chilling tbh" when joining a voice channel
Where does the app support regex?
I mean plugin
i think just in the default input, see #š-textreplace-rules
-# i dont use textreplace so i may be wrong
dedicated fields for it in the settings
Found it thank you
you can also just add a space before and after the word
wait no
you cant
Then your account is flagged
Do not spoof user agent/use vpns
never did, I think, but I'll certainly avoid it in the future. happens whenever I click on an invite link, probably best I just wait it out
Regex ended up working out great
I came here to ask about this issue, looks like it's already been asked about with no response? I remember they used to work this way, but they no longer do, and I'd love to be able to have both displayed. The page for theIrcColors plugin actually still says that this should work, as well.
Hey everyone
How to move the "micro on/off", "sound on/off" and "settings" buttons below my username and status, not above?
Here's my the CSS code I used for it:
I'd also like to know where can I get CSS code for bigger server buttons
if i install discord instead of discord-arch-electron, it won't use my electron-flags.conf right?
Hello does anyone know how to fix the "Spotifr playback paused while transmitting audio." thing discord keeps doing? It's so annoying and I am not sure if there is a plugin for it or a fix that I don't know about.
I did find this but idk how I would install it or if it will work https://betterdiscord.app/plugin/NoSpotifyPause
vp spotifycra
Thank you (:
also is there anyway to set those nickname things for people without having to be friends with them? I struggle with remembering people's names and I always set their nickname for them as their name, but I own a server, and if I do that on there, then everyone will see it.
that's what notes are for!
Hi. I'm trying to build vencord from sources, but when I try to inject it, it downloads the installer and fail w/o logs. Any ideas?
If you are trying to install plugins from the third party plugins channel, see the pinned message there.
Do not ask for further help or you will lose access to support. If you cannot figure it out with the pinned message, it's not for you.
Absolutely no support is provided with such installs. If you want to ask for help with bugs / issues, install the regular way.
(Auto-response invoked by @tardy compass)
is there any way to fix lags with custom themes?
No
yo
vext
The Vencord Chrome Extension is up to date! (v1.14.3)
oh
I meant is there another way cause it gets annoying checking it every time
I have an issue with the favorites server experiment:
I had it on, and I can still see it on mobile, but it's gone in vesktop and in normal discord desktop
if it's gone then it's gone
it's still in the experiment settings, and as I said it's not gone on mobile
works
its just not in the gui
this is what it looks like but none of the options change anything
imma clear my cache and restart discord, see if that changes a thing
either way this is getting offtopic
we're not discord employees and dont know waht they did with things experiments do
does settings sync not work with the account switcher
i have settings sync enabled and when i switch accounts it just says 401
unauthorized!!
settings sync is linked to your discord account, when you switch accounts you no longer have the other account's credentials
thus, 401
wait
you will recieve a response


