#🏥-vencord-support-🏥
1 messages · Page 140 of 1

uhhh hello
so
im getting a weird error everytime i boot up vencord/while scrolling messages
im using vesktop btw
discord seems to work fine
just an annoying popup
ill screenshot the error when it appears again
rules 9
Oh yeah, thanks
None of my notification sounds are working on discord? I can hear people and they can hear me so I think my audio device is setup right...
if it doesnt have a last message date then yeah
how do i remove the "watch" on my rpc
how do I use custom css
lmao at least you’re honest about it, bless ya
quickcss in vencord settings; there’s also a plugin that makes it more quickly accessible
okay i pasted the code inside how does it execute
nothing changed
ahhh now it works ty
neat, yw
oh i’m surprised. i thought dc only updates their electron once in a few years
Vencord randomly isn’t on discord anymore?? Yesterday I got a popup saying to undate it and I didn’t and now it’s gone
Update*
reinstall it using the installer
Is there a way to see the messages in a hidden channel?
no
you have to have the permissions
(and if there was an exploit you should report it to Discord 😭)
(lolwut)
It should be possible to enable a Chromium browser flag in Vesktop right?
if yes, then how would I go about doing that?
which flags
I would like to enable the #windows11-mica-titlebar flag
this version should have it
ImageZoom isn't working for me 😦
I tried reinstalling the extension and its still not working
I'm using browser, opera gx
we didn't publish the update to the chrome store yet
I can't seem to find a way for this to automatically convert my text from this, to *this*. is that possible with this plugin?
thank you, (no idea what those crazy symbols are 😭)
just copy and paste it :3
:,)
heh, lemme see
change * to +
tysm!!
ofc !
... why'd it stop working all of a sudden what 😭
wait
WAIT
It only turns like that after i send it?
:,)
sorry
hey
anyone can help me
when i run vencord it doesn't open
both of them
ci version
and the default
has anyone been reporting seeing double emojis for the chrome extension version of vencord?
even after uninstalling and reinstalling the extension
hey uh
for some reason vencord has a problem of not taking any mic input randomly
not vencord, vesktop
I wrote a css snippet to properly remove the "Notes" element in the profile at all times, where do I open an issue to fix the plugin for that?
Same thing for the message input field.
The current plugin for this is really bad btw
/* Hide popout notes */
[id^="popout"] .section-28YDOf:has(.note-1NN2aP) > * {
display: none;
}
[id^="popout"] .section-28YDOf:has(.note-1NN2aP) {
padding: 6px 0;
}
/* Hide popout notes and message field */
[id^="popout"] .section-28YDOf:has(.note-1NN2aP) > *,
[id^="popout"] .section-28YDOf:has(.messageInputContainer-24qqTx){
display: none;
}
[id^="popout"] .section-28YDOf:has(.note-1NN2aP) {
padding: 6px 0;
}
/* Hide message field */
[id^="popout"] .section-28YDOf:has(.messageInputContainer-24qqTx) > * {
display: none;
}
[id^="popout"] .section-28YDOf:has(.messageInputContainer-24qqTx) {
padding: 6px 0;
}
try to use less *, expecially in compound selectors
it has the potential to be very laggy
how so?
it doesn't handle padding correctly
making things look bad in some cases
userscript
Yes? I don't see your point?
Cause is unknown, so there is no real fix.
However, a simple workaround that fixes it temporarily is to click the text that says RTC Connecting, then click Debug. Close the page that opens again and it should now be fixed!
Note that you need Discord Developer Mode (Discord Settings > Advanced > Developer Mode) enabled to do this!
Note that you need Discord Developer Mode (Discord Settings > Advanced > Developer Mode) enabled to do this!
have you restarted your Discord after enabling it?
yes
It's just there for me https://cdn.discordapp.com/emojis/968370320274751518.webp?size=48&name=idk&quality=lossless
you said you want to fix it (using that css)
so you are making it become a plugin that just uses css snippet to hide stuff
hmmm idk wtf is wrong
ah no ig you misinterpreted it? There already is a plugin that does exactly that, but that one doesn't handle padding correctly.
Why I rewrote it with css
and idk might've been useful for that plugin
vencord automatically synced settings on my pc from my laptop when i installed it?
i thought this was a feature you had to enable
Good point I forgot about that, this fixes it:
/* Hide popout notes */
[id^="popout"] .section-28YDOf:has(.note-1NN2aP) > h2,
[id^="popout"] .section-28YDOf:has(.note-1NN2aP) > div {
display: none;
}
[id^="popout"] .section-28YDOf:has(.note-1NN2aP) {
padding: 6px 0;
}
/* Hide popout notes and message field */
[id^="popout"] .section-28YDOf:has(.note-1NN2aP) > h2,
[id^="popout"] .section-28YDOf:has(.note-1NN2aP) > div,
[id^="popout"] .section-28YDOf:has(.messageInputContainer-24qqTx){
display: none;
}
[id^="popout"] .section-28YDOf:has(.note-1NN2aP) {
padding: 6px 0;
}
/* Hide message field */
[id^="popout"] .section-28YDOf:has(.messageInputContainer-24qqTx) > div {
display: none;
}
[id^="popout"] .section-28YDOf:has(.messageInputContainer-24qqTx) {
padding: 6px 0;
}
it is. you either transferred your files or used cloud sync
i never enabled it though
multiple vencord installs on the same device will always share settings
these are diff devices
the plugin does it like how discord does when stream mode on
also i dont see it has weird padding, can you screenshot what you mean
i reinstalled discord and vencord
and wala it works
you must have enabled cloud sync then
cloud sync physically cannot work without you authorising it because it requires you to authorise
rtc connecting issue exists but the debug option is present
and as said clicking it fixes it
it enabled all the plugins i had on my laptop and added the theme i have on my laptop as well
black magick
iirc its solution for padding is to add the lost "Notes" padding to the "Member Since" section, thus not working in non Discord servers...
wait i may have accidentally cloud saved it through a 3rd party
lemme check something rq
also adding padding to another section is the wrong way to handle this, the order of the sections is to inconsistent for that
yeah nvm it was me
After trying a bunch of stuff out the above snippet was the best solution I could find...
lol enabling voiceUserShow adds the padding
it does but you shouldn't need to add another plugin to do that no?
also idk why the plugin ads padding there, imo the plugin shouldn't change more than what it advertising to do
all plugins should just properly style themselves
also I had an issue in my snippet https://cdn.discordapp.com/emojis/846760567322312734.webp?size=48&name=YEP&quality=lossless
what should I do if no theme works, and when I search for a theme online, it says: Error: Failed to fetch
i already tried reinstall vencord, but it still dont work
send /vencord-debug here
Vencord Debug Info
Vencord: v1.5.6 • 188d12d (Standalone) - 13 Oct 2023
Discord Branch: stable
Client: Discord Desktop v1.0.9019
Platform: Win32
Outdated: false
OpenAsar: false
Last Crash Reason: N/A
Enabled Plugins (33):
BadgeAPI, CommandsAPI, ContextMenuAPI, MemberListDecoratorsAPI, MessageDecorationsAPI, MessageEventsAPI, NoticesAPI, NoTrack, Settings, SupportHelper
send the link
save it as a file and use local themes
Yes but it isn't too good on it
vf mobile
Yes actually! We have an Android app embedding the Discord website
However, as Discord's mobile website has some issues (performance, usability, etc), chances are you won't like it.In that case you will instead want to use one of the following mods focused on Mobile.
Do note however that these mods are not related to / affiliated with Vencord, so we do not provide support for them in any way. Join their support servers for help & more info!
- Vendetta (android/ios): GitHub - Discord Server
- Aliucord (android only, very outdated but still works well if you like the old version of Discord): GitHub - Discord Server
How to use the scripts in #🎨-css-snippets
Any moderator here?
so what should I do?
interesting, try using something like clearvision and report back if that works
go into settings, vencord and open quickcss file there you can paste in CSS code
is this a theme?
clearvision should be the first thing that pops up on betterdiscords page when looking for themes
clearvision always works
dont works
ok
hm I'll pass you off to someone else
okay
does vencord work on macbook?
interesting question, let's go and check together!!!
the link to the website is https://vencord.dev/
let's go to the download page and see what it offers!
oh look, my system is on there!
bing bing bing, vencord does support Mac!
now if your specific Mac version works is a different story, since the only apple device I ever owned was an iPod touch when I was 6 I have no clue how any of that works so ask someone else if your way of installing doesn't work
Does vencord have a bypass for max Mb send size?
Probably no
i swear i remember a feature for it but discord do be oppin
can't be done
only thing that would be possible is uploading to an external site and then sending the link
darn
any suggestions for a site that would have a video imbed in discord? streamable is cringe and i dont wanna go through yt
probably catbox though i forgot if it embeds or not
The cutest free file host you've ever seen
🗿
reinstall discord
sunnie what should i do? themes dont works for me
you need to rebuild vencord, its not recommended for the average user who just wants an extra plugin that vencord doesnt already have
Surely there’ll one day be an auto updating dev build updater 
I think someone is working on an easier way to install custom plugins
my vencord is gone
just reinstall with the installer
installer doesnt work for me
vs w
⚠️ Do not run the installer as Administrator
Download and run https://github.com/Vencord/Installer/releases/latest/download/VencordInstaller.exe
If the above doesn't work/open, for example because you're using Windows 7, 32 bit, or have a bad GPU, you can instead use our terminal based installer.
To do so, open Powershell, run the following command, then follow along with the instructions/prompts
iwr "https://raw.githubusercontent.com/Vencord/Installer/main/install.ps1" -UseBasicParsing | iex
ty
hi, i have a problem in vencord
And that problem is..?
this is how i see the chat
hm
Go to discord appearance settings
kk
whelp vencord randomly disappeared?
reinstall using the installer
no idea how can i install better discord plugins on vencord?
u cant
There is a bug with custom RPC
When i reload or leave discord i gotta paste the image link again the the invite link becomes invalid even tho it never expires
You french?
J'ai juste demander 🇫🇷
o/
Discord removed zoom option in Settings -> Appearance is there any plugin which returns that ability?
ctrl+[plus] and ctrl+[minus]
is it possible to put icons over folders?
doesn't work
it's desktop app
If I open console the size of console changes but the app no
Any modertor here?
it's actually web
@long warren #🎨-css-snippets message
idk if you already figured it out
and if this is what you wanted
but there's a css snippet you can use if it's what you need
There is a bug with custom RPC
When i reload or leave discord i gotta paste the image link again the the invite link becomes invalid even tho it never expires
(browser)
wait did you press plus in main area
plus in numpad area wont work
why am i getting ignored 😭
i have no idea how to solve your problem so i ignore
yeah, I know. it doesn't work
...
I tried switching to English keyboard layout too but didn't help
Can you just ping someone that created that plugin ;-;
no
ok i will do it
wait, you created it ;-;
spoiler: they also have no idea either
can you add voice changer in vencord
im talking about this 3rd option
it only exists on discord desktop
yeah
I'm on discord desktop
works fine on windows, on linux (arch) it doesn't exist
most likely something broke 🤷♂️
add voice changer 
platform indicator shows you are on "web" earlier
.
Yeah I saw that snippet and the reason I made my own is because of that one and the plugin for it being flawed (both in the same way). Here is why:
- You set the Notes section to
display: none;and then you add padding to the bottom of it, this padding will not display because of thedisplay: none;property not rendering the whole element including it's padding and margin. - After that you add a margin to the Discord Member Since section to compensate for the lost padding from the Notes section which works in most cases, but this has a couple issues:
- It should only be 12px for it to be consistent with the rest.
- You shouldn't have to compensate by adding it to another element, this is because of the order in which things can list in the User Popout can be very versatile. So sometimes there are sections between the Notes section and the Discord Member Since section causing the margin which you added to the Discord Member Since section to be in the wrong spot and not actually compensate the lost padding in the Notes section.
So I tried fixing those issues and this is the best solution I could find, this will always correctly fix the padding issue when hiding the Notes section (and I added 2 other snippets for hiding the Notes section and the Message Field or just the Message Field):
/* Hide popout notes */
.userPopoutInner-nv9Y92 .section-28YDOf:has(.note-1NN2aP) > h2,
.userPopoutInner-nv9Y92 .section-28YDOf:has(.note-1NN2aP) > div {
display: none;
}
.userPopoutInner-nv9Y92 .section-28YDOf:has(.note-1NN2aP) {
padding: 6px 0;
}
.userPopoutInner-nv9Y92 .section-28YDOf:has(.messageInputContainer-24qqTx){
padding-top: 0;
}
/* Hide popout notes and message field */
.userPopoutInner-nv9Y92 .section-28YDOf:has(.note-1NN2aP) > h2,
.userPopoutInner-nv9Y92 .section-28YDOf:has(.note-1NN2aP) > div,
.userPopoutInner-nv9Y92 .section-28YDOf:has(.messageInputContainer-24qqTx){
display: none;
}
.userPopoutInner-nv9Y92 .section-28YDOf:has(.note-1NN2aP) {
padding: 6px 0;
}
/* Hide popout message field */
.userPopoutInner-nv9Y92 .section-28YDOf:has(.messageInputContainer-24qqTx) > div {
display: none;
}
.userPopoutInner-nv9Y92 .section-28YDOf:has(.messageInputContainer-24qqTx) {
padding: 6px 0;
}
thanks
linux issue i guess
that's what happens when ur on rolling releases
is there any beta/alpha version of vencord we can download?
no
vs w
⚠️ Do not run the installer as Administrator
Download and run https://github.com/Vencord/Installer/releases/latest/download/VencordInstaller.exe
If the above doesn't work/open, for example because you're using Windows 7, 32 bit, or have a bad GPU, you can instead use our terminal based installer.
To do so, open Powershell, run the following command, then follow along with the instructions/prompts
iwr "https://raw.githubusercontent.com/Vencord/Installer/main/install.ps1" -UseBasicParsing | iex
it dosent work
the code
elaborate
elaborate what
There is a bug with customRPC
iexiwr error
When i reload or leave discord i gotta paste the image link again the the invite link becomes invalid even tho it never expires
(browser)
everytime I try to go to the plugin page it does this I've reinstalled vencord the launcher and I've reinstalled discord
Please update, repair, or reinstall your Vencord, preferably in that order, until it works again. If all else fails, reinstall Discord and then reinstall Vencord.
ive done everything it said
send /vencord-debug here
Slash command to run
Where i can get themes?
Either you go to betterdiscord website or search discord-theme on GitHub
ok thanks
how do i fix it
what is that
An discord option that disables the custom slash commands, you usually find it from user settings under accessibility or something
Yeah I’m clueless then on why it doesn’t work for some and it works for some
/vencord-debug
still didnt work
is that the only way i could fix the plugin error
vs mi
"doesn't work" and similar are not very helpful. To help you, we need more info!
Describe your issue with as much detail as possible.
What exactly did you try to do?
What did you expect to happen?
What happened instead?
Does this issue always happen, or only sometimes?
If possible, provide steps how to reproduce the issue
If appropriate, provide screenshots or screen recordings
For Vencord issues:
- If you are able to, run the
/vencord-debugslash command - If not, provide the following info:
- How are you using Vencord? (Discord Desktop, Browser (name your browser!!), Vencord Desktop, ArmCord, ...)
- What OS are you using?
- Open the DevTools with
Ctrl + Shift + i(Cmd + Option + ion MacOs) and check the console tab for red error messages
For Installer issues:
- What OS are you using?
Read that and try
guys, can vencord sideload plugins from other sites like better discord?
vf plugins
You can't.
Chances are, it's already a Vencord plugin! Or if it isn't, you can open a plugin request
is there a way to add BD plugins?
Can you add a gas tank to a Tesla? No? There's your answer.
But in case it wasn't clear:
It's not possible to use plugins of other mods on Vencord. See #plugin-requests.
https://github.com/Vencord/plugin-template
This is already usable, it just loads every .js file in VencordDir/plugins like normal plugins
TODO:
Add some way to add plugins via Vencord settings
A...
yeah, but why its closed?
it could've made it to use vencord even better
cause ven didn't want to make it?
and it'd be such a pain that nobody else wants to either?
that PR was for third party plugin loading support, aka #1032200195582197831, not BD plugins, which is not possible, like you were told twice
how can i add these plugins to myself tho
(out of curiosity, iff you/someone is feeling explainy 🙂 :
i suppose that’s b/c it’s not completely automatizeable? What are the manual steps?)
(not that i saw; you could search the channel to be surer.)
idk if applicable, but #🗒-textreplace-rules message says
DO NOTE that u NEED to enable Transform Compound Sentence FakeNitro plugin option so images render correctly (they'll be doubled otherwise)
I tried searching before asking. For some reason "double" wasn't bringing anything up i could see. But maybe I didn't look far enough back! Thank you :)
what about bug reports that have nothing to support, better here or in #👾-core-development ?
it's a manual update bump each time, you can look for them in the commits
it isn't automated because any commit (without the version bump) technially counts as a update or something?
i imagine that happening with some auto upload extension tool based on a commit but i could be idiot
hi i may not be the best at articulating this but i'm on endeavour with the vencord installer aur package and i use pywal to generate colours for my system so i created a template for a discord theme and symlinked the theme to the vencord theme directory but it does not hot reload, i have to reload discord every time i run pywal. the behaviour is different for if i just edit the file, then it does hot reload, but when the symlinked file is regenerated, i have to reload discord
Is it possible to be able to load vanilla discord without uninstalling vencord
launch discord from the command line/from a shortcut with the --vanilla flag
try using a hard link instead of soft link
(sorry if it sounded like i thought you should have used search, i didn’t mean that.
In case you were confused that the msg i linked didn’t come up in search, that’ll be b/c it’s in another channel)
or just automatically copy the file there after generation
oh cool:)
are there reasons not to bump the version w every commit?
hard link didn't work, gonna try writing a script that will automatically copy it
yeah idr if i narrowed it to support or not 😅
you're good!
worked thanks, wonder why linking didn't work though maybe something to do with how the linux filesystem works
my unsure guess is that it would be the same problem on Windows
because the way symbol links work is that theyre basically just a small file containing the destination path
if you watch that without specially handling symlink, it'll never change
(one could try softlinking or junctioning the whole vencord themes dir)
and/or using the vc theme dir directly as the generator target and making the other location the symlink
right that makes sense
When I tried that it didnt seem to work, C:\Users\user\AppData\Local\DiscordPTB\Update.exe --processStart DiscordPTB.exe --vanilla
try starting not from Update but from the discord exe itself in the app-1.. folder
Hey, I use vencord on webbroswer (google chrome) and it doesnt work anymore, any ideas why and how to fix it?
hey, how do I get nitro for free ?
elaborate "doesn't work"
any eta for when feature requests can be made again?
nope
was just trying to add the localedit usernames plugin but building venchord from source every update sounds painful
(the updater should work with debuilds and if it doesnt pulling and rebuilding takes a minute)
((why am i encouraging devbuilds))
lol
read
My Vencord didn't want to open so I opened PowerShell and ran the command, but this message appears, even if I uninstall discord or close it
Seems like Discord is still running in the background. Make sure you close it fully. It will most likely be in your tray, but if not you can use your Task Manager to force close it. After that, you should be able to install Vencord properly.
tessie w

how do i get rid of dis stupid ass blue online icon but still have colorblind icons.
Shit looks terrible.
what blue online icon
and css?
is there a css snippet or plugin that allows me to get back the old multiple files in chat sent at once layout back?
Hi
makes sense that it crashes
Why?
the kernel is pretty much the most important part of windows
It was litally a 2 minute fresh windows installation
in fact, the bsod data is stored there
via USB?
do you have the ability to burn and insert a DVD?
I tried on a Leptop to a 32gb usb but said the data couldn’t transfer
do you have any sd card reader that uses USB
I have dvd‘s at Home
Sadly not
I don’t have bluescreens now after not installing Vencord
Odd
Ik
Maybe there is more to that
It must’ve smth to do with the windows version and Vencord
what version do you have
Windows 11?
(I just used the most uptodate Vencord installer)
do you have enough space to make a partition
vencords probably calling a function in the kernel that is corrupted
?
Partition? What’s that pls explane
i know, but sometimes it doesnt work if you are using the built in reinstaller
a partition is a part of your HDD or SSD
I removed and reinstalled windows with the troubleshooting menu
thats what i meant
sometimes that wont work
Mb
The thing is I removed and reinstalled all system data but it was still bluescreend
but what it replaces it with is stored on the computer
Windows can’t possibly fuck up 4 times in a row
you dont know the true power of semi-shitty operating systems
do you have 6 GB of storage free?
Should it replace the „old“ sys data with the „new“
I got 1TB
yes, but it is still stored on the computer itself.
Ah
As i know my mom checked that power was constantly on
So windows wouldn’t corrupt
do you have a backup ofyour files?
Nope 😭
(At least my sys is clean now)
(Let’s just see the positive things)
they are already erased?
Yea
Im on phone rn
iPhone
oof
Sm1 I know has a usb with windows 11
see if you can borrow it
then boot up the computer using the usb
do not select keep files
yes
heyh guys I noticed some friends of mine can see the avatar of who's in the channel just below the "voice connected" in the bottom left corner. I even tried do download their settings but I still don't have it. What is it exactly?
probably a theme, try asking them
I thought about it, but I downloaded their settings and I don't have it
themes arent always stored in the settings
well that saves every single setting, plugins and themes, but anyway he doesn't have any theme anyway
I'm sorry, I know this feels like a feature request than a support request, but is there a way EmoteCloner could clone emojis from reactions as well?
if you have fakenitro enabled you could right click the reaction and click copy link, paste it somewhere and clone it from the fakenitro emoji
why themes don't work?
vs mi
"doesn't work" and similar are not very helpful. To help you, we need more info!
Describe your issue with as much detail as possible.
What exactly did you try to do?
What did you expect to happen?
What happened instead?
Does this issue always happen, or only sometimes?
If possible, provide steps how to reproduce the issue
If appropriate, provide screenshots or screen recordings
For Vencord issues:
- If you are able to, run the
/vencord-debugslash command - If not, provide the following info:
- How are you using Vencord? (Discord Desktop, Browser (name your browser!!), Vencord Desktop, ArmCord, ...)
- What OS are you using?
- Open the DevTools with
Ctrl + Shift + i(Cmd + Option + ion MacOs) and check the console tab for red error messages
For Installer issues:
- What OS are you using?
when i want to use the theme online it doesn't load
I use windows 10 and the error that is displayed is a:
Failed to load resource: net::ERR_CONNECTION_TIMED_OUT
hey can u make the messagelogger save ? like everytime i restart discord i loose all my messages log
that’s intended, it will not save.
by any chance was the user review db taken down?
@wise dagger there is someway to save it ?
there is not
iirc theres one in #1032200195582197831
^
removed
tho no support will be given for a dev build
no support will be given for a dev build
no even how to download it ?
nope!
well … there’s the FakeNitro plugin
bd has MLv2 which saves
heyh guys I noticed some friends of mine can see the avatar of who's in the channel just below the "voice connected" in the bottom left corner. I even tried do download their settings but I still don't have it. What is it exactly?
ss?
Is it possible to get custom badges on vencord
I don't have it
stock discord setting
nothing to do with vencord
THAT yeah where did you right click?
its not a plugin
and what is it
./
stock you mean basic discord has that??
yes..
This message is misleading. Run sudo chown -R "${USER}:wheel" /Applications/Discord.app in your terminal, then run the installer again afterwards.
You may also need to grant Terminal.app (and friends) full disk access for the operation to work properly.
read
did you copy and paste the command into your terminal and run it
did you press enter after you typed it in
the "enter"/"return" key on your keyboard
now enter your password
for your computer
the brain rot is real
its all good, thats what the support channel is for
i wouldnt be of much help, i dont know mac
your password is hidden
you can still type it
type passowrd
press enter
is there a way to edit the translate plugin from using google translate to deepL
probably not as it’s built using google translate
but if you know ts then just rewrite
i believe you have to get the source code, edit the plugin then build the source code and make your current install use it
that would be win-win for you if you have at least coding knowledge
yeah, short answer is no.
if someone wants to do that tho, the api code is at https://github.com/Vendicated/Vencord/blob/188d12d1a3de40f536011f679de1ec52be4dc32e/src/plugins/translate/utils.ts#L42
@bitter thistle i will do it if you give paid deepl api key
how much is it
idk
wtf
why is it trying to display both the combined grapheme and individual unicode codepoints
(
The DeepL API Free plan allows developers to translate up to 500,000 characters per month for free.
i believe you can actually get rid of it
when u need an ad blocker blocker blocker
would u do it?
i just noticed this was support LMFAO
lmao
support colonization ship from #🧊-off-topic-iceman-only
genelera can not be stopped
app.commandLine.appendSwitch('enable-features', 'windows11-mica-titlebar');
this probably wouldn't work right?
not
vf tos @broken tiger
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
yeah I'm aware of that, just the fact that when I enabled it, Vencord specifically stated that it was a "high risk for termination"
i am having a problem disabling spellcheck anyone help?
it’s really not
if you aren’t blatantly showing discord staff or server owners
wdym?
spell check is disabled in vencord plugings and discord but it stll spellcheks
makes sense, thanks for the clarification
press ctrl + r
see if it still persists after restarting
no
no?
it did not fix it
run /vencord-debug
how
Vencord Debug Info
Vencord: v1.5.6 • 188d12d (Standalone) - 12 Oct 2023
Discord Branch: stable
Client: Discord Desktop v1.0.9019
Platform: Win32
Outdated: false
OpenAsar: false
Last Crash Reason: N/A
Enabled Plugins (18):
BadgeAPI, CommandsAPI, ContextMenuAPI, MessageAccessoriesAPI, MessageEventsAPI, MessagePopoverAPI, NoticesAPI, ServerListAPI, NoTrack, Settings, SupportHelper
no
maybe bugged i’m not sure
alright I even tried app.commandLine.appendSwitch("enable-features", "Windows11MicaTitlebar"); and yeah it doesn't seem to work
so rip
enabled what?
i disabled auto translate and it fixed it
ah, good
can vencord being use to open and see locked channels?
if you mean see the contents of hidden channels, no
if you mean see the channels themselves then yes
also already kind of answered in #🧊-off-topic-iceman-only
Hi, I'm trying to get Vencord working on Firefox (ESR) using ViolentMonkey but litterally nothing happens
I get ViolentMonkey telling me the script has been loaded, but my discord is still stock, any clue what's happening ?
doesn’t work with ViolentMonkey, you’ll need TamperMonkey
unfortunately not (afaik)
You can also download the extension as zip and install it via Firefox nightly
yeaaaah i'm not compiling nightly
i run gentoo
i'd rather not rebuild firefox daily kek
surely you don’t have to compile it yourself
you do when you use musl
musl?
it's an alternative libc that replaces glibc
all software compiled for "normal" distros won't run on it
so yeah
no
just tried tampermonkey, it indeed works
why daily?
yeah but that doesn’t mean you have to update it?
heh nightly isn't even proposed in the gentoo repos anyway
i'm not gonna bother switch my entire browser, i already got a separate profile for web apps so ig i ran live with having tampermonkey installed there apart from the rest of my firefox install
have you enabled rpc
yes
in settings
not the plugin
where in settings
look
lookin
if u r talkin ab this then yes
@broken tiger

IN DISCORD SETTINGS
where in discord settings
skull
nvm
what even is that presence
It would be cool to change Vencord's messagelogger, leaving it the same or similar to bluecor, I think it looks better that way, example:
message (deleted)
SpotifyCrack still pauses spotify when speaking for over 30 seconds
edit the plugin yourself if you know ts
how to do this?
if you don’t know how then it’s best not to bother
Khan’s Academy probably has a good course on Typescript
another site that comes to mind is Codecadamy
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.
run taskmgr to check whether dc is still running
its not
to resolve a lock on files/folders, you can use an unlocker tool or reboot
its wtv
?
nvm it fixed itself lol
discord updated their css
open dev tools, select the bg, copy the value and change it in your themes css
or wait for the theme creator to fix
dev tools, is that ctrl shift I
yea
my discord theme is like buggin out when I just opened my computer
is this a vencord thing?
no, discord updated their css
broke themes
for now
Hi, first of all I'd like to thank everyone who contributed to the project ❤️
I'm looking for a way to delete all of my own messages from a specific server/channel or a least for a way to expedite it instead of having to use the search function, input my username and manually delete each one. I found these two things, but one looks to be a plugin for BetterDiscord (which I remember using before Discord had an account switcher) and another one is a userscript for the browser version. Is there anything equivalent for Vencord?
https://github.com/BGP0/Discord-Plugins/tree/main/MassDeletePlugin
https://github.com/victornpb/undiscord
(I already know how with mass actions there's a risk of my account to get banned, before anyone asks)
My discord plugins, featuring fixed experiments and mass delete plugins - BGP0/Discord-Plugins
Can you add a gas tank to a Tesla? No? There's your answer.
But in case it wasn't clear:
It's not possible to use plugins of other mods on Vencord. See #plugin-requests.
||If you actually meant your own plugin (like a custom Vencord plugin that you have written, or one from the third party plugins channel), then you will need to set up a development build. We do not provide support for this, however, so you will be on your own. Please do not ask for any further assistance regarding this.||
breaks TOS so no, falls under selfbotting
please read #rules message

My bad, although I'm curious how something like FakeNitro is allowed if breaking TOS is a concern. Anyways, thanks for the swift answer and have a good one.
that isn’t selfbotting, your automating an action which fall under botting your account/api abuse
if your so bothered by it you can mail discord and ask for a specific channels messages be deleted for you over privacy concerns
to which they should comply
hope that helps
No need but thanks for the info. I haven't read Discord TOS but I'm pretty sure they don't allow bypassing a paid feature such as high quality streaming. I'm not trying to be a moralist here, just pointing out that if the intention of the rules is not getting a CnD, it's weird that one form of breaking TOS is still allowed. Would be annoying if Vencord got shutdown because it's the only way I got notifications to stick around on Windows (with the official client they pop-up but instantly disappear from the notification center)
the main difference is they don't care about one and the other can actually get your account banned
Why cant I enter the black box discord server??????? how else do I get USRBG
wdym you can’t enter?
try leaving and re-joining
have you been banned from that server before?
:3
everyone , who votes that @broken tiger Should become HELPER in the server
React bellow to Leave your Vote
what
vf mobile
Yes actually! We have an Android app embedding the Discord website
However, as Discord's mobile website has some issues (performance, usability, etc), chances are you won't like it.In that case you will instead want to use one of the following mods focused on Mobile.
Do note however that these mods are not related to / affiliated with Vencord, so we do not provide support for them in any way. Join their support servers for help & more info!
- Vendetta (android/ios): GitHub - Discord Server
- Aliucord (android only, very outdated but still works well if you like the old version of Discord): GitHub - Discord Server
how do i use the userscript
Have extension that allows you to load scripts in a website such as tampermonkey
hi i cant seem to find my settings button , is that a common issue ?
0
is there a reason this is happening to my dms list??
maybe pin dms
I am having this same problem.
idk i just guess
discord needs to make it a default feature tbh
its such a good plugin
any ideas if theres a plugin to remove the max gif limit
for some reason the cap is now 528
not a clue (not sure where to find favorites.length) but i guess the cap is 512 (makes more sense) and timesFavourited is an analytic
is it broke for everyone?
idk
Yo bro
neither is this the right place nor the right person to chat
uhh clear vision maybe, not sure
holy clearvision bugged??? LLL
yeah probably discord changing one object, will be fixed in a day or two id guess
thought so
update your discord
which browser
where does Vencord put the plugin configuration file? i want to install it on my laptop and don't feel like setting everything up a second time
settings -> vencord -> backup & restore
sweet, thanks
needs more votes – @broken tiger still not HELPER in the server
React bellow to Leave your Vote
fr
the fix is not pushed to vencord web yet, so you have to just wait a bit ig
or use another vencord version in the meantime
hi
i accidentally downloaded the outdated version of frosted glass theme
it tells me to change the theme, but i cant because the settings are gone
vf themes
open the dev tools with CTRL + Shift + i and click on the "console" tab at the top. Then paste and run (with enter) the following code.
It will
- disable custom css (you can turn it back on in Vencord Settings)
- copy your current theme links to your clipboard as a backup
- remove all themes
(() => {
Vencord.Settings.useQuickCss = false
copy(Vencord.Settings.themeLinks.join("\n"))
Vencord.Settings.themeLinks = []
Vencord.Settings.enabledThemes = []
})()
why is vencord disabled and you have to reinstall it?
reinstall dc
discord updates
that is, there is no way to avoid it?
no
not cool
im assuming clearvision is broken?
is that a question fit for the vencord server
but yes there was a class name update
until it reaches stable gibbu isn't going to bother fixing it
#🏥-vencord-support-🏥 message anyone perhaps
sorry, i was reading the messages above and saw other people had gthe same issue i was having and decided to ask to make sure
ah oki ty
Everytime I search a GIF
Hey peeps! I wanted to install vencord on my mac (I already have it on my pc) but everytime i click install on the installer it says it doesnt have full disk access eventhough i already gave it access. Can someone help me? I can attach a screenshot if you'd like
is this a vencord issue
more likely to be the browser recognising the wrong field types
are u sure ur browser is updated
Wdym by that-
It happens for like a few days already
do you get like a update chrome pop up
hmmmm
Nope
also someone help me with this 😭
open as admin
Try
open console and paste
Vencord.Settings.transparentUNSAFE_USE_AT_OWN_RISK = true```
then restart
hi guys zoom plugin blurs the image and its kinda hard to read things do you know how to fix it ?
hover over it
the morekaomoji plugin not having the lenny face is fucking criminal how do i fix it
its different now but its not transparent? its just showing a fully white background
add it in “user tags” plugin
yea i know but like sometimes i accidently clicks and it just blurs the whole image even if i dont use the zoom
could just be a low res ss
okay THAT worked but now i cant unfullscreen??? im so confused LOL
that happens
that’s why it’s not in the base vencord
is there a way to fix that
i have no idea
have you taskbar always display ontop?
or have a tiny gap
no
what is the max?
528
oh im using windows 10 i dont have the win 11 taskbar
this works fine for now as long as i can get the fullscreen issue fixed eventually im good
i don’t think there is as the transparency settings makes discord ontop? so it’ll always be like that
but having the tiniest of gaps at the bottom will fix
im surprised aeroglass actually shows under everything in the application
instead of just being a lazy implementation on the titlebar
fair enough
Why has the plugin request thing closed I wanted to request better friends plugin it's the only thing that's stopping this from being the perfect discord modification 😭
too many brain dead requests (soundboard comes to mind)
what better friends do?
Yeah that one it's so good 😭
I got over 200 friends who 99% I don't talk to
And since I'm a hoarder I can't just remove em y'know
(what if they were an important contact???)
what’s your use case for the plugin (idgi)
Basically you have a favorite friends tab
And you can add people you actually talk to onto it
oh cool
that seems interesting
Yeah
like pindms but with friends?
Yep
who knows maybe someone will make it
oh yeah you can use pindms for the same purpose
tho that won’t filter for online users
I've found that there's one friend you forget to pin and he just gets buried into the sea and you accidentally don't talk to him for a month 💀
The second one too
well you could likewise forget to fav them
yeah fo sho
pindms could do with a update
Yeah 😭
custom pins, folders?! and colour support
Yeahhh
Hi, I have problem, I copied the wrong link theme on vencord and I can't turn it off
vf themes
open the dev tools with CTRL + Shift + i and click on the "console" tab at the top. Then paste and run (with enter) the following code.
It will
- disable custom css (you can turn it back on in Vencord Settings)
- copy your current theme links to your clipboard as a backup
- remove all themes
(() => {
Vencord.Settings.useQuickCss = false
copy(Vencord.Settings.themeLinks.join("\n"))
Vencord.Settings.themeLinks = []
Vencord.Settings.enabledThemes = []
})()
thx sm
512 i suppose
anyone know how to fix this?
no just copy paste
it dont work
vs mac
Download https://github.com/Vencord/Installer/releases/latest/download/VencordInstaller.MacOS.zip
Unzip it, and run VencordInstaller.app
If you get a
VencordInstaller can't be openedwarning, right-clickVencordInstaller.appand click open.
This warning shows because the app isn't signed since I'm not willing to pay 100 bucks a year for an Apple Developer license.
1. How do I install Vencord? (installation, install, download, installing, installer)
2. Vencord isn't working! :( (broken, not working, reinstall, update)
3. Can I use this on the web version of Discord? (browser, web, firefox, chrome, extension, userscript)
4. Is there a mobile version of Vencord? (android, ios, mobile, phone)
5. How do I install BetterDiscord / Replugged / [insert other mod here] plugins? (betterdiscord, replugged, powercord, shelter, plugins, bd, rp, custom)
6. Will I get banned for using Vencord? Will plugin X get me banned? (tos, banned, terms of service)
7. How do I migrate my Vencord Settings from Canary to Stable (or vice versa)? (settings, migrate)
8. When joining voice channels, I get "RTC Connecting" (vc)
9. My themes broke and now I can't open settings or disable them (themes, broken themes, themefix)
10. Why do I get logged out after opening DevTools? (nodevtoolswarning, hidetoken, logout)
11. Why does my Discord always crash when opening DevTools? (crashing, crashes, oom)
12. How do I uninstall Vencord? (remove)
13. What are the official websites for Vencord? (vencord.app, unofficial, official)
lemme just try to get a screen recording of what im doing
nvm mac recording thing is creating 114mb files for 20secs videos
elaborate
so i go to terminal
and i paste the command
and like yk execute the command
and then
open vencord
and click install
and the same pop up shows
both of them already have full disk access
then you could make it quick. Server supports 100mb uploads
The notification badge on vesktop doesnt work
and yes i do have libunity
linux mint gnome
works for me on stock dc w/ vc
you can check your systray for a dc icon or restart your pc
or reinstall dc
I'm not using windows...
reinstall dc
hey just got home after not being in for a bit but my vencord isnt booting up is it just out of date?
and do i just re run installer to update
If you have nitro
Lemme upload to youtube
No, everyone gets it because the server is boosted
no it’s for everyone b/c the server is boosted to lvl 3
wait huh
was about to say
that should fix it yeah
there should be a repair button
I have a question did anyone else here have an issue with the new permission plugin?
no reports that i saw, only frequent confusion what it does
I fixed it some how It fried one, end of my HDMI cord…. But it worked fine for my other laptop… so I flipped it and it worked now
qhar
and the problem being?
…
how’d you even manage that
and every time i try to Alt + Right Click the task preview it hides it.
so now i'm just not able to move my screen back down
i don't know
it was there when i first started Vesktop
press f11?
did you disable it?
right click the icon on the task bar and use the arrow keys?
just hold the windows key n press arrow keys
idk which one moves it where but it snaps it onto stuff
HEYYYYYYYYYYYYYYYYYYY
that works
thanks
also right clicking does nothing
it just functions as left click
you could try dragging something and pressing <esc> while still holding left mouse button
otherwise restarting should surely help
i relaunched multiple times but the window was still offscreen
put it in fullscreen with <win>+<up>, then drag the titlebar down back into windowed mode
someone please help
i don’t use mac sorry
that
is actually smart
I DID IT WOOO
ok im gonna type it out and hopefully someone can pin it for the future mac users
- Give Terminal and VencordInstaller Full Disk Access
- Right Click on VencordInstaller and click "Show Package Contents"
- Open the "Contents" folder
- Open the "MacOS" folder
- Open the VencordInstaller executable file (if you see terminal windows pop up, you're doing it right)
- Click on install like usual and it should work
If it doesn't work try using the command sudo chown -R "${USER}:wheel" /Applications/Discord.app in the terminal and follow the steps again (Make sure vencord is closed during this command
hi. is there any way to get transparency on linux without forcing the entire window to be transparent?
i only want the background transparent
I'm guessing themes are broken again for the 50th million time
clearvision is broken due to a discord update
like always
just be patient until its fixed
unless you want to fix it yourself and kindly PR it for gibbu
what happend to my discord
i weirdly like this
i hate it lol
Hii. So I got some themes from BetterDiscord site and added them but their pictures / transparency do not work. On Discord it's just a blue background like the old Discord. I even tried adding the raw css to themes. How do I fix this?
Thanks.
is it possible to apply an order/priority to themes eg theme 1 has a priority of 1 and theme 2 has a priority of 2 so anything theme 2 changes is overriding theme 1
Hello, I'm from Brazil and I'm here to report something that I can't run the installer and I don't know why it's like this
Vencord Debug Info
Vencord: v1.5.6 • 188d12d (Standalone) - 13 Oct 2023
Discord Branch: stable
Client: Discord Desktop v1.0.9019
Platform: Win32
Outdated: false
OpenAsar: false
Last Crash Reason: N/A
Enabled Plugins (54):
BadgeAPI, CommandsAPI, ContextMenuAPI, MemberListDecoratorsAPI, MessageAccessoriesAPI, MessageDecorationsAPI, MessageEventsAPI, MessagePopoverAPI, NoticesAPI, ServerListAPI, SettingsStoreAPI, NoTrack, Settings, SupportHelper
My debug for support
@limber junco
please explain
I did and restarted but no background image / transparency. I tried 2 seperate themes.
Was working before until today for some reason
am i able to use better discord plugins on vencord or nah
vf plugins
You can't.
Chances are, it's already a Vencord plugin! Or if it isn't, you can open a plugin request
aw
am i able to get nitro profiles and nitro themes with the fake nitro plugin or nizz
Works in the main screen but if I go to a DM or a channel it's still got the blue background
prbly dc changing css class names, you’d have to wait for the theme author updating for that
did this appear by itself only today?
Vencord Debug Info
Vencord: v1.5.6 • 188d12d1 - 12 Oct 2023
Discord Branch: stable
Client: Discord Desktop v1.0.9019
Platform: Win32
Outdated: false
OpenAsar: false
Last Crash Reason: N/A
Enabled Plugins (76):
BadgeAPI, CommandsAPI, ContextMenuAPI, MemberListDecoratorsAPI, MessageAccessoriesAPI, MessageDecorationsAPI, MessageEventsAPI, MessagePopoverAPI, NoticesAPI, ServerListAPI, SettingsStoreAPI, NoTrack, Settings, SupportHelper
i think so i wasnt using a theme in that photo i turned off my theme and it was like that
this thing #🎨-css-snippets message broke and i cant figure out why the hell
it did
stuck like this
my gpu started mto like fuck up cus i oced too hard and now when i have vencord active it looks like this, looks normal if i remove vencord
vf themes
open the dev tools with CTRL + Shift + i and click on the "console" tab at the top. Then paste and run (with enter) the following code.
It will
- disable custom css (you can turn it back on in Vencord Settings)
- copy your current theme links to your clipboard as a backup
- remove all themes
(() => {
Vencord.Settings.useQuickCss = false
copy(Vencord.Settings.themeLinks.join("\n"))
Vencord.Settings.themeLinks = []
Vencord.Settings.enabledThemes = []
})()
yes they're broken
wasnt using a theme
i doubt that. Try:
vs theme
- errors, e, devtools
- fixed, update, up
- linux, l
- mac, darwin, m
- missing features, keybinds, mf
- moreinfo, more info, mi
- reinstall, redownload
- windows, w, win
vf theme
open the dev tools with CTRL + Shift + i and click on the "console" tab at the top. Then paste and run (with enter) the following code.
It will
- disable custom css (you can turn it back on in Vencord Settings)
- copy your current theme links to your clipboard as a backup
- remove all themes
(() => {
Vencord.Settings.useQuickCss = false
copy(Vencord.Settings.themeLinks.join("\n"))
Vencord.Settings.themeLinks = []
Vencord.Settings.enabledThemes = []
})()
"The term './VencordInstallerCli.exe' is not recognized as a cmdlet name,
function, script file or executable program. Check if you typed the name correctly or if
included a path, verify that the path is correct and try again.
Online: 2 Character: 1"
:'v
also uninstall + reinstall didnt allow me to use vencord via settings
cd Downloads first
I also put it but it didn't appear in the photo
it seems like the new version has broken the themes
yup
the updates have to come from each of the theme authors
