#π₯-vencord-support-π₯
1 messages Β· Page 354 of 1
Do you have to restart Discord or Vencord?
Why do I have to reinstall Vencord like every day
mb gng
What discord branch are you on? Stable, PTB or canary?
Use stable
We should really have a vs canary command or something lmao
yes
is there a plugin for fake playing a game in status ?
customrpc - it might be a bit tricky to set up
what exactly "doesnt work"
@edgy dew
what exactly "doesnt work"
does anything happen when you try to open discord
does it work or is there is problem only with me?
it works, there is a problem on your side, i'm here to fix that
just infinite loading
can you open discord with vencord and hold CTRL+SHIFT+I
ok i will try to download vencoard again and if it won't work i will come back thank you very much kind sir
okay
and then what?
send a screenshot of what appears
how can i get more than 200% volume of any user? volume booster plugin doesn't work
volume booster cant go above 200% i dont think
there isnt really any other option
it can but visually
oh, it works again, thank you very much
Odd, that shouldn't have fixed it
it didn't work yesterday so i thought that something happened with vencord, like it was blocked or something like that
yeah i reinstalled discord and haven't tried downloading vencord
maybe this fixed it
guess so
ty regardless, i appreciate your help
no problem!
and i like ur pfp, wish u all the best great man
do u know how to add photo to the status using that ?
thanks!
btw my discord lags a little bit, have anyone had this problem or is it just me?>
So for some reason these little guys seem to have doubled. How does one fix this?
The CSS:
content: "";
width: 32px;
height: 32px;
bottom: calc(100% - 3px); /* Mess with the - 3px to change its vertical position */
right: 10px; /* Switch this from right to left to put it on the left side, or increase/decrease to change its position */
position: absolute;
image-rendering: pixelated;
pointer-events: none;
background-image: url("https://raw.githubusercontent.com/adryd325/oneko.js/14bab15a755d0e35cd4ae19c931d96d306f99f42/oneko.gif");
animation: oneko 1s infinite; /* change 1s to make the animation slower/faster */
}
@keyframes oneko {
/*
if you open the background image in ur browser, you will see that it has way more frames
so if you want, you could make ur own keyframes for a different animation
the top left frame is 0 0, second top row is -32 0, second row second is -32 -32 and so on
the ...00001% makes it so that there's no transition between the frames, so if you wanted say 3 frames, you'd do 0%, 33.3%; 33.30001%, 66.6%; 66.60001%, 100%
*/
0%, 50% {
background-position: -64px 0;
}
50.0001%, 100% {
background-position: -64px -32px;
}
}
probably just discord being discord
you might want to use a discord codeblock
to send your message
Done thx
I know you can do that, by putting in a link to an image, but haven't used it myself
change [class^="channelTextArea"] to [class^="channelTextArea_"]
Thank you
there is now .channelTextAreaContainer__37a67 and .channelTextArea_c2094b and the oneko would be added to both
instead of doing all this work can i just direct you too and place where all this is already done and there is a lot more oneko stuff-
https://github.com/coolesding/onekocord
I can't upload downloaded themes. Whenever I try to upload the file, it doesn't appear in the space below. Please help!
what you typed doesn't exactly make sense; can you show a screenshot or something
So I need help with I think a small issue I dont really know.
I m trying to play a game while screen sharing it to a friend but I cant do that cause the only thing which happens is (look at the screenshot)
I know it fixes it when you turn of toggle detection and the overlay but still I dont wanna do that so is there a different way to fix it ?
Is there a way to fix my input sound being cut out after a second of talking, while using Vesktop? For example, if make a consistent noise it just keeps cutting out after a second on repeat and the mic quality doesn't sound the best either... (linux, nobara)
Hi I'm Rose Laughs
Seems legit
sorry about the late reply
I'm trying to install Vencord and it keeps asking me for a "Custom Discord Location" (I'm on Linux)
When I click the file it doesn't show at the bottom
I just wanna know what's a Custom Discord Location
snap not supported
snap is not supported. use one of
How do I find out what Discord Branch I have?
you're using browser addon?
yes
what browser
Opera GX
hmm
gotta say not familiar on how themes work on the addon, but what you can do is apply themes via another addon like stylus
alright
since you're on linux you might want to give Vesktop a shot https://github.com/Vencord/Vesktop
I already did
Technically yes, we have a very barebones app for android: VendroidHowever, it suffers from many issues and thus is not recommended for daily use (nor is it actively being worked on)
Instead, we recommend the following alternatives:
- Pyoncord (discord server) ~ supports both android & ios. uses the latest discord mobile app
- Aliucord (discord server) ~ android only. uses the old (now ~2 years old) version of the discord android app
k
no that's a serverside limit
not possible
How do I customize flashcord?
This?
When i click payment method "paypal", checkout of paypal loads infinity
Maybe try in the browser instead of the desktop app
How do you enable "LegalDiscordBypass"?
work.
That is a replugged plugin π
From what i found it just seems like a collection of bypasses for certain features
Like the account switcher limit, listen along, etc
Basically just fakenitro with some other random shit
hey just a general question: on the vanilla mobile discord client they added next to the group dm name the time since a last msg was sent. since that doesnt seem to be on desktop, is there a plugin that allows smth similar on desktop?
i dont think the builtin arRPC is working in vesktop
do i need to download the source and run it myself
why cant I stream on vesktop linux if somebody else is?
can you get volume booster on vesktop?
No
is there a reason why not?
Web limitation
Vesktop is essentially web, it's an electron wrapper for the discord web client with the vencord extension pre injected
but doesn't web allow per-user volume anyways?
Yes, i'm pretty sure it's to do with the voice module internals
Don't quote me on that but yeah it's not implemented atm
Hello , is there anyway to modify the colors of the boost nitro badge please ? Thanks
With a theme or just editing it in the Quick CSS editor
did you find a fix for this? the option is disabled in kde settings for me and works for a while but just comes back after a bit
no
unfortunate, been searching for a fix all day but nothing fucking works π
https://superuser.com/questions/1843840/how-to-disable-the-middle-click-paste-functionality-in-linux-across-the-whole-sy i ran into it a while back, ended up just learning to use it
thing is i wanna use middle click to autoscroll, ideally it would just do that and not paste it when i dont select the text field
afaik middle click scroll is a per-app feature, even on windows. since it conflicts with x11's behavior you'd have to screw around with autostart scripts
im switching between wayland and x11 to figure this out, the option in settings to "turn it off" that seems to not do anything after a bit is only there on wayland
yeah, because middle click paste is default behavior on x11 by convention, it really doesn't expect it to be changed. it's stupid but it's like trying to tell windows to ignore ctrl+alt+del. https://en.wikipedia.org/wiki/X_Window_selection#Clipboard
but anyways that's just a linux thing, not a vencord thing
i see, so why even put that option in kde settings if it cant be ignored lol, also couldnt there be a way to develop some plugin for vencord (vesktop in my case) to soft-patch it? like only allowing pastes from ctrl+v or from the right click menu
vesktop yeah, vencord injected prolly, vencord web extension no
because when you middle click paste it's actually the application requesting the PRIMARY content, when you control v it requests CLIPBOARD
https://tronche.com/gui/x/icccm/sec-2.html#s-2.6.1 this is where all of the behavior is defined
that would be ideal, however im not sure how much demand there is for this apart from me (also its very hard to run local plugins from what i could find unfortunately)
no
1- web status is accurate
2- reporting as desktop would flag spam filters which could get you quarantined or banned off discord
@topaz hollow how do i do this
https://github.com/Vendicated/Vencord/pull/2024#issuecomment-1837043150 looks like someone already made a pr for it, best i can do it hope now bc this looks perfect π
@compact forge hi
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
1- rule 5
2- read above
might be stupid question but is it impossible to change the font on discord now? all the old methods dont rly work anymore
with themes and such i mean
can i install vencord on a chromebook
open the dev tools with CTRL + Shift + i (Cmd + Option + i on MacOs) and click on the "console" tab at the top. Then paste and run (with enter) the following code.
It will
- disable custom css (you can turn it back on in Vencord Settings)
- copy your current theme links to your clipboard as a backup
- remove all themes
(() => {
Vencord.Settings.useQuickCss = false
copy(Vencord.Settings.themeLinks.join("\n"))
Vencord.Settings.themeLinks = []
Vencord.Settings.enabledThemes = []
})()
We provide a convenient graphical installer you can use. Or you can just grab Vencord from the Chrome Webstore or via Userscript.
Visit our download page to find out more!
For some reason if I try to put any theme into the themes folder, it doesn't work, yet it used to work until a recent update, any idea? Are there unsupported file formats? Tried pasting the thing shown above, didn't do anything
The vencord settings area completely dissappered from the setting menu and the update prompt only gives a blank grey screen, nothing else
I am on windows 11 if that helps
ive tried to reload, reinstall vesktop, nothing seems to help
oh i see now, very sorry and thank you!
I hadnt seen that part there
i want return to this
first read #rules 5, secondly do want you said to get it back
real
did you restart discord?
yes
I restart it again but it didn't work
Read the top of the experiments page
Thank you, I chose these two options and it worked again
ok noted
Another question: How can I enter new clans?
i dont think that possible yet
ok thank u 
Does vencord work in mobile?
Why doesn
o shit typo!
Anyways
But why doesn't implicit relationships work anymore? I really need this feature due to me closing dms of people I don't talk to for a day or so
did you disable discord tracking in privacy settings
use data to improve
Use data to peesonalize
both need to be enabled
Everything is on now
did you have them off?
Yes, I had use data to personalize off
So, when I restart discord now. It should be up n runnin correct?
Agh that's fine
Im just glad that it isn't bugged
Is that the same thing for the vc call thing to know when someones in call?
Because I'm unable to see that knowing their in call
tbh the plugin should just check if analytics are disabled and if so show an alert
to avoid confusion like this
Agreed
Hi, im not sure if this is something that would be fixed since it's not the "pure" discord client; however it appears that Vencord no longer works on discord_arch_electron; this being a AUR package which upgrades discord to using the latest version of electron. Doing some testing it appears that Vencord does still work on the version of electron that discord official ships with on my system. From my memory Vencord used to work on discord_arch_electron as of March '24 if i do recall.
use normal discord, that package is useless now
guessing discord got updated to use the newer electron version or?
2nd time i ask, how do i install custom plugins? (dont send me complex ways i just want some new prugins)
vs dev
If you are trying to install plugins from the third party plugins channel, see the pinned message there.
Do not ask for further help or you will lose access to support. If you cannot figure it out with the pinned message, it's not for you.
Absolutely no support is provided with such installs. If you want to ask for help with bugs / issues, install the regular way.
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 @surreal epoch)
i was already doing things with the custom css
Custom plugins aren't supported in this channel, this includes third party plugins
Vencord crash when sharing full screen, works on applications but not screen 1 or 2
There was a good plugin that sends stickers, not links, but does not support your tool
I'm getting banned from some servers because I sent a link and not a sticker AnimeWhat
is there a plugin that lets you search for games in the Clans menu? im tired of finding random ass "adult" games for no reason
yeah same
No
Wdym
is there any good white theme for vencord?
Look on the bd theme site
Or just make your own
How do I claim the badge and role???
@shell veldt
he will give me badge on discord and the role ??
You don't get a discord badge
why?
Wrong tier
ohh
I need which teir ?
For the custom discord badge you gotta do 5 a month or up
done
Bought 5$, just now !!!!
@shell veldt
you can ignore that for donor perks
ok
π€£
Guess, I'll just inform him here
Thats an issue with ur settings, not theirs
ohh
How to disable devtools
press the x
where do open this from ?
What X bro:/
is that vendroid
Where can I
vendroid is also not recommended
It isnt vendroid tho
then what is it
Vencord for browser
Any alternativesοΌ
Can someone tell me the name of the plugin which tells you the device a person is using as a badge
yeaa
because it indicates what platform
there are literally 2 white modern themes on there
make one
Thx
how easy is it to make one?
dunno, never did it
Incredibly easy
If you know CSS it can be easy
its shiggy
hmm
Allows you to do server changes that discord normally doesnβt allow
oh okay
what about this one
Exactly what it says
i dont understand what mod view is
i know it has a description, i dont know what a mod view context menu is
alright thanks
Hey all, small issue
I installed vesktop yesterday but there is no tray icon. The setting to actually show a tray icon is turned on, I checked
I'm on linux, vesktop is installed from flathub
what can I do?
Considering timezones exist, they are probably asleep
ohk
Also read #faq message to see what you should send
there is no mobile version
https://vencord.dev/faq lists some alternatives you can use
Quoter isn't on userscript, is it?
No wonder I couldn't find it
I just want a confirmation π
quoter is a third party plugin
How can I install it on userscript?
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 @twilit flax)
Why did you delete
it auto deletes
Is there a good vencord documentation? The /docs tutorial just dips a bit in, but i need things like chatbuttons, and all that stuff. Thanks
hello guys, this is plugin related. i have the plugin relationshipnotifier and got a notif from it earlier but was unable to read the message in time. does anyone know if theres a way to view previous notifs?
thanks
does anyone know how to fix this
vencord is not working for me π
anyways: look at other plugins and /src/api/
does that happen without vencord aswell?
did it disappear after an update? then repair through installer
i did and mothing happened
i uninstalled discord and vencord
still nothing
can you do /vencord-debug in this channel?
Vencord: v1.8.9 β’ 2f4e346 (Standalone) - 14 Jun 2024
Client: stable ~ Discord Desktop v1.0.9149
Platform: Win32
Last Crash Reason: N/A
Enabled Plugins (0):
oh it worked
then you have vencord
i was downloading and fixing on canary
dont use canary
why its good
i use it for my other account and its good
there's an account switcher in discord
use browser version then
client mods suck for test builds of discord
people come in and complain that their unstable discord version is unstable 
does this happen without vencord installed?
If the installer doesn't open, follow the second section of the install instructions.
add it to the whitelist (or dont use this shitty ass antimalware)
you dont need more than windows defender + a bit of common sense
so is it just a false report?/
yes
its (more) common for shit antimalware
thanks
yup
windows defender is more than enough for daily usage
if ur brave enough you dont need it 
ok thanks
I use Discord not Canary Discord
when I was repairing, I accidentally chose Canary instead of Discord
if you are brave enough just use winXP without a firewall 
thx for your help
Is it possible for a community plugin developer to go rogue and insert malware and hack my computer?
no, because plugin developers can only create pull requests, they still have to get reviewed and merged by the maintainers (owners) of vencord
that's good to know!
What in the bd
π
what's bd
oh betterdiscord
yea i was thinking of that when i was asking my question
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.
Is there a tutorial? I searched everywhere
Idk
ocr and a regex
itβs not ai
me when rule 5
-
Make sure discord is fully closed in task manager
-
Press "take me there"
-
Make sure you are in the
discordfolder, if not, go there -
ctrl+aanddelete(aka, delete everything in the folder) -
Go back a folder (outside of the
discordfolder, it'll either beProgramDataor your windows username) -
Delete the
discordfolder -
Now open discord
- If it works, cool, install vencord
- If not: reinstall discord, install vencord
Its tutorial?
Thats a step by step on what to do
Ok
There are also videos on how to do it this way and it's easier
There arenβt any as far as Iβm aware
OK thanks anyway
uninstall antivirus
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.
What happened to the user volume plugin? I can't seem to find it
You can't get it on web
I'm using Vesktop
vesktop is web 
Which is web
^
ah got it. is there something else to make vc participants louder? any plans to add this to web (if possible at all)?
No
cool thanks
it's called OCR (Optical Character Recognition)
Optical character recognition or optical character reader (OCR) is the electronic or mechanical conversion of images of typed, handwritten or printed text into machine-encoded text, whether from a scanned document, a photo of a document, a scene photo (for example the text on signs and billboards in a landscape photo) or from subtitle text super...
very cool 
Hellow lads, I have a question, is it possible to disable GPU encoding when screen sharing? There's a GPU bug in linux-firmware that causes my card to randomly hang when doing video encoding, any suggestions?
assuming Vesktop, head to Settings > Advanced and disable Hardware Accel
isn't that for rendering the interface or video decoding? 
pretty sure it gets used for both, but I cant give a definitive
both app and stream encoding
sorry wrong tab, Vesktop setings
i'll try it, ty

Hey I have a problem while using a vencord, when im screensharing after like 5-10 mins discord screen is getting frozen only for me and for everyone else while watching my screensharing everything is fine not frozen or anything anyone know how to fix that?
best guess is this is Discord still being Discord, they recently derped the background process rendering and may not have fully fixed it
BUT, try running /vencord-debug here for me just in case
I'll check it when I'm not in a raid :3
VcNarrator only shows the 3 default Windows English voices, and do not recognize other SAPIs installed on the system
I believe that might be by design?
idk, but it would be good to let VcNarrator use system SAPIs
because i defined the narrations on portuguese
and its very annoying to hear the english TTS saying portuguese stuff
could check the plugin on the repo and see, I'm not too sure if it's just hardcoded
okay
Probably better to ask in #π¨-theme-development
Hello, there's a problem with StatBot
Whenever i ru their command, i don't see the chart
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
@shell veldt couldn't send it in off-topic so sending it here, hope you won't mind
I meant this-
What, bot please no
Please share your Vencord debug info by running the /vencord-debug slash command!
where can i enable encrypted messages in vencord?/
because that was a solution to other vencord users
given by vencord users π
vp invisible
Encrypt your Messages in a non-suspicious way!
Samm-Cheese
desktop only
why does it say in a non sussy way?
Because it looks like normal text
Because its not on web
It says so on this message
Ah, I only use web π
βDesktop onlyβ
some do
Most do
so without this one, I'd have to remove each plugin
one by one
to see which one causees the issues?
and let you know?
What issue?
^
something is removing bot embeds yippeeee :3
Hey, I'm trying to install https://github.com/Vendicated/Vencord/tree/main/src/plugins/appleMusic.desktop plugin but its not being showed inside of vencord
any way to do it differently?
If you are trying to install plugins from the third party plugins channel, see the pinned message there.
Do not ask for further help or you will lose access to support. If you cannot figure it out with the pinned message, it's not for you.
Absolutely no support is provided with such installs. If you want to ask for help with bugs / issues, install the regular way.
(Auto-response invoked by @haughty goblet)
mac only
is there a plugin to show all roles on default?
disable simplified profiles experiment
Where can i find that?
enable the experiments plugin, reload vencord
vp experiment
Enable Access to Experiments & other dev-only features in Discord!
Megumin, Vee, Nickyux, BanTheNons, Nuckyz

then go to experiments tab, and there set the Simplified Profiles experiment to Control
if it's automatically enabled for them, their control bucket is on
they'd wanna set it to "Not Eligible"
Did that and restarted too, still foldered roles :S
make sure it says bucket is -1
ahh the friend one now it works
ty π
lets hope they will get rid of it its realy ass
I like some things about it, but it's awful for moderation
shows all the roles in mod view but I think they're creating the problem just to have a reason for people to open that tab
oh does that actually do something now?
Yea it goes into the bigger profile
it used to just open the user profile not the server one
just a useless click more tbh
well that's better I guess, still kinda sucks for servers that rely on custom roles
yea in my server for the game we play, i have to look at multiple peoples roles quickly to assemble squads
i.e. "ask to dm, dms open, pronoun roles, etc"
realy annoying with the new UI
but thanks for the easy fix π
i bet there will be an plugin whenever discords pushes the UI to everybody
experiments usually stay until they delete the ability to do that
like the favorites server experiment
just ping the role?
that would mean i ping everyone, but i only need that information on people waiting at that moment π
Can you elaborate?
what
"doesn't work" and similar are not very helpful. To help you, we need more info!
Describe your issue with as much detail as possible.
What exactly did you try to do?
What did you expect to happen?
What happened instead?
Does this issue always happen, or only sometimes?
If possible, provide steps how to reproduce the issue
If appropriate, provide screenshots or screen recordings
For Vencord issues:
- If you are able to, run the
/vencord-debugslash command - If not, provide the following info:
- How are you using Vencord? (Discord Desktop, Browser (name your browser!!), Vencord Desktop, ArmCord, ...)
- What OS are you using?
- Open the DevTools with
Ctrl + Shift + i(Cmd + Option + ion MacOs) and check the console tab for red error messages
For Installer issues:
- What OS are you using?
(Auto-response invoked by @shell veldt)
window
Thats one out of at least 6 other questions
did vencord give free nitro
In a way yes, but it just emulates it and doesnβt actually give it (impossible)
imulates means
Meaning it has similar functions
are you older than 12?
what
are you older than 12, simple question
what's 9-6+2?
fish, next question
i am 17
just checking
even though we're in a gray zone of the TOS, we still follow it
window
is there a documentation about what each thing on Vencord.Util does?
what exactly are you asking about? is this something thats for a dev build? cus if so the best you might get is the /api folders
when you open the console and type Vencord.Util.OpenUserProfile("id") it opens somebody's user profile
but there are more functions you can use
Yes but there are some stuff like "canonicalizefind" that arent pretty clear on what they do
i tried searching around a bit already so dont kill me if i missed something but is there a way to disable the vesktop icon/loading screen theming?
also is there a plugin or css snippet to widen the channel list
how can return to old ui ?
disable simplified profile experiment
vp experi
Enable Access to Experiments & other dev-only features in Discord!
Megumin, Vee, Nickyux, BanTheNons, Nuckyz
mine crash when streaming screen 1 not 2
How do I remove shiggy from shaking her butt everytime i open up vesktop?
You don't
Millions must shig
I somehow made my text bigger (not good) how to I make it small again
crtl + - doesn't work
restart doesn't work
ctrl + 0
thx
Flatpak discord on Arch /w Nvidia 555 Beta driver doesn't launch
what does this have to do with vencord?
it plays for my friends without vencord
seems like a computer or wi-fi issue, not vencord a issue
i cant paste any links that are not discord linnks
yeah but, are you trying to play them outside discord? it just sounds like you're downloading them straight from tiktok and your phone's gallery app isn't playing them
please be more specific as to how this is an issue with vencord
as of sending them to friends or something and then when i play it again it doesnt play for me
other videos play normally
only plays sounds
and when downloaded from discord turns corrupted?
[FIXED β ] (I WAS BLIND AND IT WAS JUST IN AN OTHER SECTION) idk why but my discord app has a problem that i cant use it. thats not a problem there is a web version BUT web vencord doesn't work for me at all. i tested it with 2 separate browser "chrome" and "arc browser" if u dont know what arc browser is its just a better version of chrome (real) so it just cant read or change any site data. (i know i have to gave permission to it and i surely did) and there is a picture of it as a visual view. i'll be grateful if you could help me. < 3 (BTW my main browser is obviously arc) (btw i deleted the image cause the cant read problem was somehow fixed but still no vencord section in discord)
why is custom not working?
Needs to be normal english text
(For the button)
ty
guys what plugin is it to see what device people are on?
Hello!
Can you explain more about that? I didn't know what to do when I'm in "Experiment menu"... I looked for "Profile Simplified", but there are two builds and I don't know what to check
just do both, set to not eligible
hi
what plugin is it to see what device people are on
Adds platform indicators (Desktop, Mobile, Web...) to users
kemo, sunnie, Nuckyz, Vee
Are toast notifications meant to show outside of discord?
Not usually but man that looks cool as shit
That may be a normal thing, but afaik it just uses the windows notification system
Don't quote me on this
Ooh
After setting that, I just need to restart, right? There is no "click here to confirm", right?
Yop
how is this possible
i honestly have no idea
You were told
^
thx
hey can i get help
LMAO
Nop impossible
Is it possible to send one time donos for perks or it has to be monthly?
Has to be monthly
can be one time
Yeah its just the windows notif system
idk why lie abt this
In that case Ima donate
Ty!
vencord subscription soonβ’οΈ
Can there be a plugin for saving messages?
Wait so if you cancel your subscription do you just keep the badges?
π
yeah
GUH
yes but its kinda dumb, just screenshot
i like the moyai plugin from vencord but i use betterdiscord so if someone could convert it for me i would very much appreciate it
I think itβs a good idea

no
Just use BD
did you read? they already do
Nvm
if you really think you have a good idea go to #π³-plugin-requests
moyai.plugin.js
// name: moyai author: goodbee
export plugin({
onMoyaiEmoteSend: () => {
BdApi.playSound(BdApi.Sounds.Moyai);
}
});
It seems like its via github, I donβt have perms to talk there
read #plugin-requests
Submissions were too stupid π₯²
Your Discord seems to have installed in the wrong place. This could be due to a variety of issues.
To fix it, click the "Take me there!" button and follow the instructions in the dialog.
Read
I went
do what it says?
Earth doomed
What should I do?
delete the discord folder
we should add a third grade reading comprehension test before allowing access to this channel
after you delete the folder, see if discord launches
if not, reinstall discord and then try to install vencord after
successfully patched
I did the same thing
I read through known issues and faq and such but I didnt find anything on this yet (except one post in here that is well over a year old, but that seemed to be about all badges, not exclusive to donor badges)
For some reason, donor badges do not load if I use vencord on the firefox dev edition, using vencord through tampermonkey in browser mode
I can see the donor badge name, but they are just a gray circle, restarting doesnt help either
Dns issue maybe
Hello, I'm looking for a plugin that puts in color the nicknames of friends or selected people to find them easily in the discord with many members you know if it exists? (I'm speaking for vocal salons)
i dont know what you mean
do you mean if they send a message, you want it to be highlighted?
I can give a lame example x)
No, in fact in some discord servers I find that there are too many people and I can never find the friends inside or the people I'm interested in. Does a plugin that highlights friends in color exist?
you can highlight specific people that are in voice channels with css
Oh perfect, does it stay or change depending on the discord server or in case of disconnection? thanks in advance.
you can do something like this for each user
[class*="voiceUser"]:has([style*="589322754470445057"]) {
background-color: rgba(0, 195, 255, 0.3);
border-radius: 15px;
}```
you would have to copy and paste this for every user, and change the id
Using Vesktop, how do I add other apps and such so that they show as my status?
how do i use the spotify controls
make sure arrpc is on in Vesktop Settings
what can cause vencord to not react to win + arrow shortcuts, like any other window moves to the right when i press win + β but vencord
you might have transparency enabled
if so, try disabling it
that does it?
transparency causes your window to no longer be resizeable
that's the neat part i can resize it since i have ahk script for it
OMG i love you, that's exactly what I wanted!
ok so i disabled transparency and do i have to also disable the theme with transparency to be able to use win arror shortcuts

the theme won't effect it
make sure to fully restart discord
close it through tray/task manager (dont just ctrl+r)
yeah figured it last time i tried to fix something for 3h
eh, i will survive somehow not being able to use win + arrow
thanks for helping tho
It is
you can't add specific apps that don't send rpc normally through that
if the app has an rpc that would appear in the normal app, then arrpc will most likely pick it up
how do i use spotify controls? i turned it on but i cant find em
make sure your discord account is connected to your spotify account
it is
it is
it is
sorry for bothering you but how can i make them separete if i have more then 2 people set so they don't touch each other?
I'm missing some fonts in vesktop. MacOS 10.15.17. I'm not sure what the fonts are called but I usually see them in 'copy and paste' generators.
oh wait. is this a macos thing and that the default font for 10.15 doesn't have support for those characters
yo do y'all know why it shows 2 emojis instead of one whenever i send a fakenitro emoji
you can try and add like 2px of padding
it made them 2px but bigger
-2px?
nope tried that one
or just add a margin but itll make the element slightly bigger
just use gap
[class*=listDefault_] {
gap: 2px;
& [class*=voiceUser_] {
background-color: rgba(0, 195, 255, 0.3);
border-radius: 15px;
}
}
add user selector if u need it
i didnt even know that was a thing blobcatcozy
can you take a screenshot of what you mean?
[class*=listDefault_] {
gap: 4px;
& [class*="voiceUser"]:has([style*="219406206836408321"]),
[class*="voiceUser"]:has([style*="446058202392690691"]) {
background-color: rgba(245, 169, 184, 0.3);
border-radius: 10px;
border-style: solid;
border-width: 0.5px;
border-color: var(--color1);
}
}
thanks modified it a bit
Vencord: v1.8.9 β’ db4c0d14 - 12 Jun 2024
Client: stable ~ Discord Desktop v1.0.9149
Platform: Win32
Last Crash Reason: N/AEnabled Plugins (54):
BetterRoleContext, BetterSettings, CallTimer, ClearURLs, ClientTheme, ColorSighted, CopyEmojiMarkdown, CopyUserURLs, CrashHandler, EmoteCloner, Experiments, FavoriteEmojiFirst, FavoriteGifSearch, FixSpotifyEmbeds, FixYoutubeEmbeds, ForceOwnerCrown, InvisibleChat, MemberCount, MessageLogger, MutualGroupDMs, NoDevtoolsWarning, NoF1, NoOnboardingDelay, NoScreensharePreview, NoTypingAnimation, NoUnblockToJump, PermissionFreeWill, PermissionsViewer, PinDMs, PlatformIndicators, ReadAllNotificationsButton, RelationshipNotifier, RoleColorEverywhere, Summaries, SendTimestamps, ServerInfo, ServerListIndicators, ShikiCodeblocks, ShowHiddenChannels, ShowHiddenThings, ShowTimeoutDuration, SpotifyCrack, TextReplace, TypingTweaks, UnlockedAvatarZoom, ValidReply, ValidUser, VencordToolbox, VoiceDownload, VoiceMessages, VolumeBooster, WatchTogetherAdblock, WebhookManager, WhoReacted
i didn't know there was windows on 32 bits (no sarcasm)
wait wtf why am i on 32bit
okay i'm missing 'MATHEMATICAL SCRIPT SMALL' support
wtf????
idk
hey guys, do u know what is this ? i tried to do what it saying here but nothing happened
help please
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.
omg what a quick answer
is there a simple way to add a plugin file to a plugins folder or something like that so i could easily edit an existing plugin?
ty sm
it's a bot :3
Byoncord: v2.0.0 β’ 151be3ac - 15 Jun 2024
Client: stable β’ Discord Desktop v1.0.9149
Platform: Win32
Last Crash Reason: N/A
Enabled Plugins (54):
other than getting a datapackage, i dont think so
is there a way to add custom pluginsss
You cannot use BetterDiscord plugins on Vencord. (Nor plugins of any other mods)
You can only use plugins made specifically for Vencord.
If you are trying to install plugins from the third party plugins channel, see the pinned message there.
Do not ask for further help or you will lose access to support. If you cannot figure it out with the pinned message, it's not for you.
Absolutely no support is provided with such installs. If you want to ask for help in this channel, install the regular way.
okay wait it's just in the user names.
is there a plugin for longer intro audios
it always says win32
wait am i missing fonts as well
No
Vencord: v1.8.9 β’ 83eaded5 (Dev) - 12 Jun 2024
Client: stable ~ Vesktop v1.5.2
Platform: Linux x86_64
Enabled Plugins (69):
hey it says linux x86_64 for me :(
how do i make it so it shows the customrpc first on my profile
Hello , do you know how to change the color of the server boost badge please ?
i cant download it
read what the popup is telling you
did you try both of the solutions it offered
wdym
there are two different solutions in the popup
- grant installer full disk access
- run a command in terminal
yea i did that
just to recap vesktop macos 10.15.17 isn't rendering unicode properly on usernames.
however, if you copy that persons username and paste it into the chat box it renders just fine.
If anyone has any suggestions that would be sick.
is it possible to add background image to semi-transparent theme?
its rather a little complicated as its an static image, youd be better off modifying it and replacing the image, if you REALLY want to change the color without replacing it, you can play around with filters
(there's probably a better way than using aria-labels, but meh)
[class*=container_] [aria-label*="Server Boosting"] img {
filter: sepia(1) hue-rotate(90deg) saturate(5) brightness(1.2);
}
to replace the whole image (will break tiers etc)
[class*=container_] [aria-label*="Server Boosting"] img {
content: url("image link")
}
your macos is very old
you should upgrade
that issue is caused by your system font missing characters. you can try using the pinned font changer snippet in #π¨-css-snippets to change your font to some modern font that supports all characters
I should but I don't want to go through the massive headache that is updating macos while on opencore booter lol. thank you for the solution
well it hasn't been supported for multiple years now so it is a security hazard to even still use it, so you really shouldn't be
tru
every time i hover over a app icon it turns square
what do you mean
so in the server list if i hover over a guild icon it goes from rounded to square and doesnt go back
Omg I love u <3 
Does vesktop have wayland support? people recommended vesktop for wayland (for fixing electron issues and screenshare) but it seems like it's running using xwayland and still have the same exact issues as discord
that's not really what i meant, it's talking about windows, not linux
Is there a plugin for removing the nitro effects on someone's profile? I know you can remove their nitro colour background thingy but the animated effects make the text stupidly hard to read
vp noprofilethemes
[class*=profileEffects_] { display:none }
vesktop --ozone-platform-hint=auto
tysm :3
how can i get rid of vencord
same way you installed
Hello, I was wondering if the settings saves so every time the browser is closed, it doesn't reset them?
yes unless you configured your browser to clear data on exit
Is it the "cookies and other site data" possibly?
I updated to macos12 and i still have this issue, odd
either way @bright sigil vencord not building usually is because of user error, try carefully reading the instructions.
wrong channel sorry
I can't use custom stickers everywhere even if i have its settings enabled.
even with installing multiple fonts on macos12 thers no way that vesktop still cant process the unicode in peoples usernames
like its only in the usernames not the seach when you type @ or in chat text. just usernames like what the hecking heck
because discord applies their own fonts inconsistently
some places rely more on your system font than others
oh dude poggers thanks. hey at least your star shows up now
literally have powerline, nerd fonts, dejavu, noto-emoji like the unicode should show up but like nah ah well its not that big of an issue
thanks for the help
did you restart discord, like go it task manager and make sure itβs fully closed
people said that there is a plugin somewhere or like an exploit that allows people to see which other accounts i have in my connected accounts. did anyone hear or knows something about it? (pic to show what i mean)
Can someone help me?
I have a problem with my Vencord plus Discord. When I want to install Vencord, it works, but when I open Discord again, the app can no longer be seen
No, it still doesn't work
No, it still doesn't work
vban @sour sundial homophobe
Done! 
so they don't come back
good
Bruh
a friend that is very scared from stuff about privacy asked me if i heard anything. nothing is confirmed im just checking with people here since you guys have more knowledge
its discord tho...
good to check tho, maybe youu just havent heard of it but others did
The update variant doesn't work, still nothing happens
pleas help
IT'S NOT WORKING
IT'S NOT WORKING
Read the channel description
Bruh
highly doubt but if you find the plugin in question feel free to dm me it and ill have a look
will reinstalling vencord get rid of my themes
no
anyway what's your issue
@mossy mica avoid DMing/modmailing for support. just ask here
pnpm install just installs required modules right
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.
Oke, could she help me with my Vencord/Discord problem?
what is your issue
I can't help you if you don't tell us
was the vs dev toward me
does the fake profile theme work
When I install Vencord it works but when I run Discord the app is invisible
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 @brisk surge)
well i tried it and didnt see
yes
did you make sure noprofilethemes is off?
I really tried everything
rule 5
wahoo i fixed pnpm build it only took me forever
vban @mossy mica repeated rule 5 violations. asking for support via modmail and dms
Done! 
we should do that more
yop usually when pnpm throws deranged error i just make new directory, clone vencord and start from fresh
dude it was so stupid i was missing like 30 core modules out of nowhere so i had to git pull but THEN pnpm didnt have the right version so i pnpm installed, BUT THEEEEEEEEEEN the server wasnt up, so i had to pnpm setup, pnpm install, git pull again for safety, then pnpm build
commands are tiring
mods husk this user
No
its very easy
i am online
oh yea i know about that
so do it
just use the discord 1
i want it to look different from the officla discord icon
or watch the vid of no text to speech
watch the vid off no text to speech
the one in which
what video
oh its a nitro feature
lemme find it
I wish I was joking but Discord has a new icon, and 17 other ones for people to use with the new feature "custom app icons"
But this new feature comes with some drawbacks, 1. nitro only, 2. mobile only. However I have a solution for both shortcomings. So whether you are a cheapskate and want nitro features for free or don't have a phone, you're...
see
ima also do it
btw hows my decor
i made it
the website is discord-avatar-maker.app
thanks this is super helpful 
someone should make a community plugin for this
its not required
what decor?
its already solveable so easily
i made it myself
Hi
I'm having the same issue
windows + rthen type %localappdata%/discord then screenshot
same with @carmine pagoda
I don't know about him, but I'm using Linux.
well you didnt mention that
use vesktop instead
https://github.com/Vencord/Vesktop
Actually, I just fixed it. I had downloaded Discord using Snap, apparently. Uninstalling Discord and reinstalling it with the .deb file allowed me to get Vencord to work
snap is not supported. use one of
Well, now I know
It says on the download page it isnβt supported
I think I just forgot that I used snap. Silly me
snap is not supported. use one of
vesktop opens everytime i reboot even if i disinstalled the software

so i'm trying to find one css snipet i used a long time ago in vencord,
roughly like this plugin https://betterdiscord.app/plugin/UserTags
but it was some small css (or maybe i'm wrong and it was js? π€) where you just add new section for next user, and add desired text to their user id.
MoreUserTags is not the thing, because i could use custom local ones. like "spammer" or other short tags, and add more information to notes.
idea behind all that is to help moderating multiple servers, where you can spot some violating guy you banned in another server, or other way around, if you know someone is 100% on good side, impressed you so much, you tagged him.
anyway i've been searching for hours, and my guess either it was deleted or named something very differently
Sounds like you didnβt uninstall it correctly
Not really a vesktop problem
i cant see the plugins section in settings
i just uninstalled it, from the app settings, maybe theres some files that didnt uninstall? where are the vesktop files?
assuming you're on windows: win + r -> appwiz.cpl -> find vesktop -> right click it and uninstall
yeah i disinstalled it from those settings, infact its not there
but it boots up whenever i open the pc
can someone please help me. I want to create a decor, I need help on how to do so
yes but how do I draw and allat
cuz I tried putting a file
and it just fully covered the screen
thanks
snap is not supported. use one of
i-
Snap refers to a linux thing
snap is not supported. use one of
what the fuck
where are the vesktop files, or how can i recognize them
there's actually no fucking way.
Just open task manager and open the file location of vesktop
yes the thing is that i disinstalled vesktop but it still opens when rebooting
and it doesnt show in tm/app settings
so i did disinstalled it but somehow its still there
thanks
if it doesnt show in the startup area of task manager, type shell:startup intowin+r and see if its there. its probably a good idea to check these areas every once in a while anyways generally
i just disinstalled the files, it was running in the background rainioSmile~2
hey, unsure if this is the right channel but got a question,
is there a customsounds for vencord? I really wanna replace the loud call sound with something quieter
Nope
aw, sad to hear that, hope to see it ported over soon
oh, is that a stable build?
ah, good to know, I'll keep an eye out for this
i accidentally reset my vencord settings but now my quickCSS stopped working help
Wdym by βstopped workingβ
it stopped working, it doesn't minimize my member list anymore etc..
i'm deafened but i can hear peoples voice when i'm watching a stream
idk if its just that guy but
his mic sound i can hear
not stream audio
Please share your Vencord debug info by running the /vencord-debug slash command!
(Auto-response invoked by @haughty goblet)
Vencord: v1.8.9 β’ 2f4e346 (Vesktop v1.5.2) - 14 Jun 2024
Client: stable ~ Vesktop v1.5.2
Platform: Win32
Enabled Plugins (22):
Not a vencord issue, discord probably updated its classes
I'm pretty sure they just removed all their quickcss π
Yop
Idk
it worked just before i reset my settings ;-;
^
guide,tutorial for download and installing vencord dev ? (Latest plzz old process is not working for me idk π₯Ί)
If you are trying to install plugins from the third party plugins channel, see the pinned message there.
Do not ask for further help or you will lose access to support. If you cannot figure it out with the pinned message, it's not for you.
Absolutely no support is provided with such installs. If you want to ask for help with bugs / issues, install the regular way.
(Auto-response invoked by @haughty goblet)
no support for dev builds
if you cant figure it out from the guide, dont use it
if you have issues, you wont be able to ask for support with it
SKULL REACTION βΌοΈ
ok π
ty
is there a plugin to see the ping of someone even if they disabled the ping in the reply
no
okay thank you
hello i don't can update
Your Discord seems to have installed in the wrong place. This could be due to a variety of issues.
To fix it, click the "Take me there!" button and follow the instructions in the dialog.
-
Make sure discord is fully closed in task manager
-
Press "take me there"
-
Make sure you are in the
discordfolder, if not, go there -
ctrl+aanddelete(aka, delete everything in the folder) -
Go back a folder (outside of the
discordfolder, it'll either beProgramDataor your windows username) -
Delete the
discordfolder -
Now open discord
- If it works, cool, install vencord
- If not: reinstall discord, install vencord
My vencord just decided to stop working in normal mode, but still works in incognito. I've re-installed tampermonkey and vencord multiple tikes but to no avail.
The script is shown as "Running" but none of its options or features are available in normal mode.


what the hell


