#🏥-vencord-support-🏥
1 messages · Page 527 of 1
Then don’t use canary
I need to for f12 menu to work, stable doesn't, even with the plugin, I said that a while ago
The console? It does work
not for me
Do a clean reinstall using the guide below (its completely different to a normal reinstall)
https://support.discord.com/hc/en-us/articles/115004307527--Windows-Corrupt-Installation
tldr:
press
windows+r
paste%AppData%
deleteDiscordrepeat for
%LocalAppData%Install discord
already tried that twice, didn't fix it
Ok well there’s nothing we can do with canary rn
Its an unstable client, it will be unstable
hello, I can't figure out how to get the browser version to work. i installed the chrome extension and enabled it, but when I click on it and click "vencord web" it just takes me to the GitHub page
Because you aren’t meant to click there
Refresh the discord page then go to ur discord settings
It will be there
oh I think I see! thank you 🙏
@livid scaffold re: https://github.com/Vencord/Vesktop/issues/1045#issuecomment-2582888293
youll want to copy the .desktop to ~/.local/share/applications and add your flags to the exec line
Does anyone know how to internally change the selected soundpack?
i want to know name plug i can see right user rank him like app to bot and owner and moderator
vp moreuser
Adds tags for webhooks and moderative roles (owner, admin, etc.)
Cynosphere, sunnie, RyanCaoDev, LordElias, AutumnVN
There's no plugin
No
Question: Would it be ok if I were to modify the text replacement plugin to include opt-in live replacement in the message box? The use case would be similar to, for example, vim macros or a slightly worse version of autocomplete for more complex text structures. My current motivation is to get the codeblock boilerplate things out of the way with a regex rule containing something like
codeblock\(([a-z]+)\) -> \`\`\`$1\n\n\`\`\`
Again, not a request for others to add that, I would like to try myself and want to know if it would be accepted if I do succeed.
I don't know if it would be possible, but I'm willing to try if given the ok
alot of plugins arent working for me like the zoom, pronouns on message and when i try to use the "pin chats", i have to click on a chat for it to "update" otherwise it does nothing, plus the css code i was using keeps being removed for some reason when it wasnt doing that before. Not sure if it has to do with any of the known issues but, yeah, also unsure if more plugins are broken for me.
Please share your Vencord debug info by running the /vencord-debug slash command!
(Auto-response invoked by @haughty goblet)
Also remember to read #1257025907625951423
Vencord: v1.10.9 • fc731bc (Web) - 14 Dec 2024
Client: stable ~ Web (Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36)
Platform: Win32
⚠️ More than two weeks out of date
You're out of date ⚠️ please update.
If you're using the chrome extension, you will have to wait until google approves the update. No one knows exactly when they will.
vp serverinfo
oh, figured. Probably the other plugins other than the ones listed in known issues are also broken aswell for web. I see
i'll try to remember that command now
Your Discord seems to have installed in the wrong place. This could be due to a variety of issues.
To fix it, click the "Take me there!" button and follow the instructions in the dialog, and please make sure Discord is closed.
Here’s a tutorial video if you’re having trouble: https://cdn.discordapp.com/attachments/796383204667686913/1273973233619832843/Please_Have_The_Ability_To_Read.mp4?ex=67792188&is=6777d008&hm=2aeb64f2f9f55f73f22e3a969151d2a576fe2c17a0e35b51fa9c2132b0ef3809&
my name is still runing
well close discord
is the flatpak version packaged by the devs/someone here?
Hey, guys. My translator plugin icon doesn't appear in Discord in the Web browser. You can I get it back?
Discord pushed a change which breaks our MessagePopoverAPI patch which breaks these buttons, we are working on a fix and we will have relevant changes out soon.
Please wait patiently for now and we will update you if anything changes.
[🔗](#1326995015167250553 message) Update 1
Fixed, update. Chrome extension users, wait.
thanks. i just upgraded to wayland and found out screen sharing dosnt work. but it supposedly works on vesktop
'kay. I understand.
was goign to use canary but no flatref zzz
Thanks @vital depot , it doesn't appear to work yet on my side. I currently have this .desktop file:
## ~/.local/share/applications/vesktop.desktop
Exec=startvesktop --enable-features=FluentOverlayScrollbar
This doesn't appear to change the scrollbars after relaunch.
you need to have it run with flatpak run
iirc
also it needs a lot more metadata to appear I think
hey, does anyknow know how i can prioritise some rich presence out of others? like when i play a game it shows it instead of the custom one. i still want to look for games like discord does so i can stream quicker but don't show them in rich presence.
ping/dm please
Hmm, the default script that invokes Vesktop provides a number of other things, so i'm not sure whether only calling flatpak run would be a good idea?
In standard Chromium it's just a matter of flipping the switch and the scrollbars go in overlay mode
vp ignoreactivites
Ignore activities from showing up on your status ONLY. You can configure which ones are specifically ignored from the Registered Games and Activities tabs, or use the general settings below
Nuckyz, Cookie
the .desktop entry
use google
completly missed this plugin, love you <3
The desktop entry calls startvesktop, which is a shell script containing:
#!/usr/bin/env bash
export TMPDIR="$XDG_RUNTIME_DIR/app/${FLATPAK_ID:-dev.vencord.Vesktop}"
declare -a FLAGS=(--enable-speech-dispatcher)
if [[ $XDG_SESSION_TYPE == "wayland" ]]; then
if [[ -c /dev/nvidia0 ]]; then
echo "Using NVIDIA on Wayland, disabling gpu sandbox"
FLAGS+=(--disable-gpu-sandbox)
fi
WAYLAND_SOCKET=${WAYLAND_DISPLAY:-"wayland-0"}
if [[ "${WAYLAND_SOCKET:0:1}" != "/" ]]; then
WAYLAND_SOCKET="$XDG_RUNTIME_DIR/$WAYLAND_SOCKET"
fi
if [[ -e "$WAYLAND_SOCKET" ]]; then
echo "Wayland socket is available, running natively on Wayland."
echo "To disable, remove the --socket=wayland permission."
FLAGS+=(--ozone-platform-hint=auto)
FLAGS+=(--enable-wayland-ime)
fi
fi
echo "Passing the following arguments to Electron:" "${FLAGS[@]}"
zypak-wrapper /app/bin/vesktop/vesktop.bin "${FLAGS[@]}" "$@"
There isn't a flatpak run invoked up til this point as far as i can tell
In the ticket i mentioned that i added the --enable-features=FluentOverlayScrollbar to the above script for testing, but that also wasn't enough to have the parameter propagate to the runtime (no change in scrollbars)
How does Vencord fix the compatibility issue with Wayland screen sharing? Just interested
it doesn't, at least not from what i've been experiencing
Vencord doesn't do anything, vesktop does
custom build of vencord makes me get banned on discord?
Vencord: v1.10.9 • 3243120 (Standalone) - 9 Jan 2025
Client: stable ~ Discord Desktop v1.0.9177
Platform: Win32
Last Crash Reason: N/A
⚠️ NoRPC enabled
No
Custom build of Vencord means you get no support here
Reapply "MessagePopoverAPI: Fix buttons not appearing"
ohh okay thank you, switched to vesktop now. Didnt know it existed.
i just switched from normal discord and screen shares works. im new to linux so maybe im not understanding something correctly
oh yeah Btw I joined here to say that cloud betrayed me for some reasons ?
Logged on a firefox session with vencord etc, tried to sync from cloud, got some errors, that I sadly can't remember as it way some hours ago.
-# So I gave up with that and started to think that i'll have to live with a non modified discord for this distro and went on with my day
I just logged in on my windows 10 boot and vencord wiped all of my configs, themes, enabled plugins etc. Tried to sync from cloud, cloud was up to date aparently... To me it seems like there is an issue, originally wanted to open an issue on github but remembered I had to go here instead. Sorry for the big wall of text too :p any help or explanations are appreciated :3
could be that vencord defaults to x11 and i dont know it lol
idk when I was on ubuntu with wayland the screen sharing was broken and I had to switch to X11 to make it work...
but X11 made ubuntu crash lol
so I switched to arch, and discord doesn't start because I am silly and can't get correct launch args to work :3 (hence why I then got the bright idea to log in from firefox)
im on fedora with kde and as soon as i switched to vencord. no issues at all
well lucky you I guess
lol i tried arch the other day. the installation is a bit too advanced forme
yeah it's best if you have another computer just in case
and more than one tutorial helps
Anyway this seems outside of the scope of the support channel as its more focusing on the system aspect rather than Vencord and you're pushing people that need help away from the chat
we have offtopic channels for conversations like this
still got my issue tho
autocorrect
disable auto translate (the green translate icon in the message bar)
THANK YOU!
Is pinned DMs the only thing that can't sync
anything that uses the indexeddb doesn't sync
so stuff like textreplace, pindms, relationshipnotifier, etc etc
I'm running into an issue where my stream is just INCREDIBLY choppy and vesktop and completely normal on normal discord
Please share your Vencord debug info by running the /vencord-debug slash command!
(Auto-response invoked by @fathom sonnet)
hello, does vencord do stickers? (yes, i checked first)
wdym
stickers are a part of fakenitro
Vencord: v1.10.9 • 3243120 (Vesktop v1.5.4) - 10 Jan 2025
Client: stable ~ Vesktop v1.5.4
Platform: Win32
⚠️ Activity Sharing disabled
they just get processed as images, same as emotes
ill have to test it then, thanks
vesktop on windows is very strange, it's mainly for linux use
i like the lack of telemetry
the telemetry is the same iirc
notrack is built in both
vesktop is just web discord
My custom rpc just doesn't appear after i click and save and close.
show your settings
In which tab!
customrpc
Bam.
These are the settings.
Does anyone know what the name of this plugin is?
if you read https://discord.com/channels/1015060230222131221/1263123530057384066 you would know this already works
Hi, is there a plugin that could show me how many users have a certain role (in a server that I have no special permissions in)?
I got no issue I just want to ask if anyone got some themes.
Chat i found a bug.
when u invite a person it shows this and only copies
Hidden; Use copy button
when in streamer mode.
it doesn't actually give me a link. anyone know a fix besides disabling streamer mode? or is this something vencord can fix?
Is there a channel for themes like suggestions I guess?
what plugin to see who is on what device???
nothing we can do about it, unless you want to make a plugin
or wait for discord to fix it
my plugin option is just completely gone
"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 @umbral pilot)
That’s not what I said, I said my plug-in option is gone, meaning I open settings and it’s not there
Hey is there a channel for theme suggestions?
is it client only? not a vencord bug?
Or just themes in general.
you can try it yourself
but vencord doesn't touch that part of discord
I guess ghost my message then nice.
theres no themes suggestions channel, you can learn to make one yourself or see if it already exists through the various sources of css-snippets and theme links provided in vencord
Oh alright and where can I find themes that are already made?
Because I'm using one that a staff recommend.
One of you peeps.
W thanks.
and dont say messages like these, it makes people not want to respond even further
this is a volunteer support channel
if someone doesn’t answer you within 2 seconds it doesn’t mean you’re being ignored (or maybe you are because no one knows the answer). you aren’t entitled to an answer, so keep that up and you’re out
I was typing my message out to you while you sent that
Well it didn't show you were typing my bad.
just be patient
Alright my bad.
My bad.
Alright.
why does vencord use the old messagelogger? it fails to capture images nine times out of ten, also is. generally terrible
hey it automatically logs me out of the vesktop client after a reboot, (i'm using linux)
this is what it shows when i start vesktop after reboot
do i have to redownload vencord? it isnt like on and my none of the plugins are showing nor in settings
i dont know if i missed something but is it possible to use hotkeys for mute etc. with vesktop?
repair using the installer
vp nodevtoolswarning
Disables the 'HOLD UP' banner in the console. As a side effect, also prevents Discord from hiding your token, which prevents random logouts.
Vee
what do i do when this happens
i just added a couple plugins and updated my disc
click "DIRECT MESSAGES"
damn
why does it even get hidden its confusing
it can be collapsed
Because if you pin dms you might not want the uncategories ones to be shown?
My question is why did you enable the pindms plugin but not have any dms pinned
at that point why even enable it
Does anyone know an alternative that I can use to create key combinations for muting etc.? I think that’s really important
@umbral pilot you are a W person for helping me find some themes.
I got a cool one from the link.
Promote @umbral pilot W.
they're already as high as it gets
Hey, can someone help me? I just want to upload a huge amount of files in my own server (around 300 files) but discord let me only send 10. Is their a Plugin wich can send me more then 10?
no
api restriction and stop using discord as free storage 
ohhhh.
I didnt want to use discord as a storage room. Me and some friend plays a lot of time Make it meme, and I just wanted to share all of them in our server. but we now have around 300 memes and I didnt want to send each per time
google drive?
i ran the install command and nothing happens (yes i know im being lazy by not scouring the internet for simple solutions, but if someone wants to help)
sometimes games in rich presence is unclickable (i cant see that who play it recently) ... is this discord issue ?
"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 @brisk surge)
it seems to sucesfully install via cli but i see no evidence on dc
scroll right to the bottom of your discord settings and screenshot the text below where it says logout
guys how to get the badge?
yes
Hi! I have read the Vencord failed installation in the known-issues thread. I'm currently following the steps as I go, but I'm stuck on step 2 where it tells me to delete my folder name. I'm unsure of what it means or what I need to do to get rid of it.
you're attempting to delete discord while discord is running
is there any way to hide the top part of the menu sidebar like with the Shop and Nitro tabs? it's gigantic and i want to look at it approximately never. haven't noticed a plugin for it but maybe i am missing something somewhere
/* Hides Store and Shop button */
[href="/store"],
[href='/shop']
{
display: none;
}
thank you, forgive me but where exactly can i input that
but I had discord closed from the system tray
have you checked task manager?
nvm i figured it out :>
oh u already answered haha. ty!
so, I have checked it, and it doesn't show that Discord is running.
I followed the corrupted discord steps, yet vencord still shows me this
Your Discord seems to have installed in the wrong place. This could be due to a variety of issues.
To fix it, click the "Take me there!" button and follow the instructions in the dialog, and please make sure Discord is closed.
Here’s a tutorial video if you’re having trouble: https://cdn.discordapp.com/attachments/796383204667686913/1273973233619832843/Please_Have_The_Ability_To_Read.mp4?ex=67792188&is=6777d008&hm=2aeb64f2f9f55f73f22e3a969151d2a576fe2c17a0e35b51fa9c2132b0ef3809&
Thank you! I fixed it!
when i download vencord and put it in it says updated and stuff then restarts my dc and it dosent change and i dont see it in settings
some sort of mod, idk, but when im in a call, i get lagspikes a whole bunch, and i dont know whats causing it. i uninstalled vc and it worked fine, but when i have it installed it just breaks
^
hey did their used to be an extension that let you see into channels you weren't allowed to see in?
you can see the channels but you never have and never will be able to see inside them
and the ability to see those channels will be at gone at some point in the future if discord ever rolls around the update they should have a long time ago
i swear there used to be one, but i guess i'm wrong, because i would use it to look into channels i wasn't supossed to 😭
i can assure you that was never possible
there is a plugin that lets you see channels you don’t have permission to view, but you can’t see messages in those channels
what
this is not bd
you cannot see into channels you dont have access to
discords api does not provide that information
Yeah i forgot I switched from betterdiscord to vencord a while back
vp showhiddenthings
Displays various hidden & moderator-only things regardless of permissions.
Dolfies
Show channels that you do not have access to view.
BigDuck, Average React Enjoyer, D3SOX, Vee, Nuckyz, Nickyux, dzshn
ppt dosnt work if the program isnt in focus. whats the issue?
Vesktop doesn't support global hotkeys at this time
yeah i linked the wrong one 
Anyone knows how I can hide a server folder with css?
It's a general question, I don't think it's in known-issues 😅
I appreciate it!!
do i need my chrome to be updated for vencord to work?
- check your vencord updates. if any are needed, update
- make sure that game activity is on in user settings -> activity privacy
- make sure that you're using the correct lastfm username
- make sure that the currently playing track is marked as "Scrobbling now" on your lastfm profile
- make sure that "Hide recent listening information" is disabled in lastfm privacy settings
Yo just wondering does vesktop allow u to choose which discord client to use when installing? (Specifically canary so i can utilize linux wayland screensharing)
Or would i have to install discord canary then install vencord on top
vesktop is a custom client with built in wayland screensharing regardless of branch
Oh, does it package its own electron with it?
yes
you can switch the branch in vesktop settings, but that wont affect screensharing. also you really should only use stable
is it just me, or does the stop auto pausing with 'spotifycrack' plugin broken?
ill look into it
ty
@river ginkgo can you run /vencord-debug and send a screenshot of your settings for spotify crack
what theme is that
hey uh could i get a bit of help on this pls
os?
windows (also please turn on ping when replying to me ty)
windows 11 if it helps
Please share your Vencord debug info by running the /vencord-debug slash command!
(Auto-response invoked by @haughty goblet)
Press both
Vencord: v1.10.9 • 3243120 (Standalone) - 9 Jan 2025
Client: stable ~ Discord Desktop v1.0.9177
Platform: Win32
Last Crash Reason: N/A
⚠️ Activity Sharing disabled
Enabled Plugins (63):
AccountPanelServerProfile, AlwaysAnimate, AlwaysExpandRoles, BetterRoleContext, BetterRoleDot, BetterSessions, BetterSettings, BetterUploadButton, BlurNSFW, CallTimer, CrashHandler, CustomRPC, Decor, DisableCallIdle, DontRoundMyTimestamps, Experiments, FakeNitro, FakeProfileThemes, FixSpotifyEmbeds, ForceOwnerCrown, FriendsSince, GameActivityToggle, iLoveSpam, ImplicitRelationships, InvisibleChat, MemberCount, MentionAvatars, MessageLogger, MoreCommands, MoreKaomoji, NoOnboardingDelay, NSFWGateBypass, PauseInvitesForever, petpet, PinDMs, PlatformIndicators, QuickMention, ReadAllNotificationsButton, RelationshipNotifier, ReverseImageSearch, ReviewDB, RoleColorEverywhere, Summaries, ServerInfo, ServerListIndicators, ShowConnections, ShowHiddenChannels, ShowHiddenThings, SilentMessageToggle, SilentTyping, SpotifyControls, SpotifyCrack, SpotifyShareCommands, Translate, TypingIndicator, USRBG, ValidUser, VencordToolbox, VoiceDownload, VoiceMessages, VolumeBooster, WhoReacted, YoutubeAdblock
always animate
oh ty!
unsuprisingly it animates everything
how
black magic
thats some crazy shit
so cryptic 😮
why is it autocorrecting to an emoji grrrrrr
Vencord: v1.10.9 • 3243120b - 10 Jan 2025
Client: stable ~ Discord Desktop v1.0.9177
Platform: Win32
Last Crash Reason: N/A
⚠️ Vencord DevBuild
⚠️ Has UserPlugins
It seems like you are building Vencord from source.
We do not provide support for such installs! If you want our help, switch to official Vencord builds: https://vencord.dev/download
yh
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 @unkempt karma)
we dont support those with userplugins/devbuilds
even if its a stock plugin
lots of things can go wrong with a dev install
there's multiple warnings of this
@river ginkgo however, if you can produce the same issue WITHOUT A DEVBUILD let me know
i just intrested in my data xD
Vencord: v1.10.9 • 4ab297c (Vesktop v1.5.4) - 9 Jan 2025
Client: stable ~ Vesktop v1.5.4
Platform: Win32
Nice default xD
👉 #🤖-bot-commands
(Auto-response invoked by @wise thicket)
someone tell what this theme is

its not a discord theme
Vencord: v1.10.9 • 3243120 (Vesktop v1.5.4) - 9 Jan 2025
Client: stable ~ Vesktop v1.5.4
Platform: Linux x86_64
⚠️ Activity Sharing disabled
There used to be an experiments option for HDR streaming which allowed the stream to run in SDR for other users, but as many of us know, Discord for some reason removed this feature. Is there any way someone can possibly make an addon for Vencord that allows for HDR streaming again the sama way the experiment did? Would it be posssible? Just a quality of life suggestion as it was the entire reason I got Vencord before.
Hey guys
How do I read the log of all Vencord MessageLoger saved nessages?
How do I make messagelogger not delete
vp messagelogger
Temporarily logs deleted and edited messages.
rushii, Vee, AutumnVN, Nickyux, Kyuuhachi
notice how it says "Temporarily"
where can I see the log?
nowhere
but i need a log
why cant it work like betterdiscord messagelogger
where i have 5 gigabytes of deleted messages
you're not going to get one because it temporarily logs messages, its meant to be that way in vencord
Because we didn’t want it to
I checked the github and the FAQ here and need help. When i share a screen with audio, I get the current routes:
Hitting share spawns both a Chromium Input and a vencord-screen-share. The people in the chat however cannot hear the audio going to vencord screenshare.
So to fix this in Helvum, I have to set up the following routes instead (Image 3).
Can anyone point me in the right direction? Thanks again
Ive also tried with and without microphone workaround as well
Zorin OS 17.2
Server Name: PulseAudio (on PipeWire 1.0.7)
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 @wise thicket)
no.
hi what is this plugin?
vp UserVoiceShow
thanks
Vencord is illegal?
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
not illegal
how do I display the windows title bar for vesktop? Currently, there isn't a title bar (so I can't even drag and resize vesktop)
If I use discord titlebar, it shows a titlebar. But if I uncheck it to use the windows title bar, there's no native system titlebar
I have reset vesktop by fully quitting the app
hello all, can someone please help me?
I downloaded Vencord from source as in this guide https://docs.vencord.dev/installing/
And I have a problem
No support is provided for installing custom plugins. Do not continue asking or you will permanently lose access to support.
ok excuse me
So i will not get banned?
Thats not what illegal means but yes
The chance is basically 0, but as with anything client mod we can’t guarantee
Hence read this
I downloaded, the official version, I how I don't get banned
I enabled native window bar lol
Im not sure where to send it since its not really support but is there a way to make it so i get phone notifications from discord while still being active on my pc?
They are usually only starting to pop if you are afk for said minutes but i have things running on my pc overnight therefore i dont get notified
? (still not there on message hover)
Please share your Vencord debug info by running the /vencord-debug slash command!
(Auto-response invoked by @haughty goblet)
Vencord: v1.10.9 • 0fd76ab (Standalone) - 30 Dec 2024
Client: stable ~ Discord Desktop v1.0.9177
Platform: Win32
Last Crash Reason: N/A
guys so um i accidentally set my settings folder somewhere wrong on vesktop (with the change where its located in vesktop settings) and now any version of it forever loads on this , portable, installer anyth
is there any way to change it back
without being in app
so it works
are you able to right click the icon in the tray
mhm
what which tray
im not sure where the portable settings are store
ill try installer ver
ohh
lmfao i forever forgot
that exists
no icon there
ill go on installer
it worke
d
tysm!!
where is rhe downloas
⚠️ Do not run the installer as Administrator
Download VencordInstaller.exe. Run it and a graphical interface should open
If this installer does not open, download VencordInstallerCli.exe instead.
Run it and a terminal window will open. Follow the instructions in it
(Auto-response invoked by @haughty goblet)
did it get an update? it went off my disc
discord probably updated
hey guys i ran the installer command
Downloading Installer...
Running with sudo
✔ Install Vencord
✔ Stable - /usr/share/discord
INFO Patching /usr/share/discord...
INFO Successfully patched /usr/share/discord
seemed all good but i dont see any changes in the user setting
ideas anyone?
how can I disable the hyperlink on emojis??
ViewRaw still not working even after updating.
on arch linux
does mint work?
you can grab the .deb off vencord website since Mint is debian based
theres also the flatpak
which you would just need to sudo apt get install flatpak and then you can just double click the flatpak image
both of those files should just be double click and run
Please share your Vencord debug info by running the /vencord-debug slash command!
(Auto-response invoked by @pure dawn)
ty bro
@mighty raven forgive me if im being incredibly stupid but i dont see a .deb on vencord.dev/download/
- they bot won't respond its not AI
- you would be right, theres not a deb for the installer
run the provided script
Stop spreading misinformation
i pinged the wrong dude mb
meant totag confilct
i get this, but nothing happens there is no new changes in user setting
Scroll right to the bottom of your discord settings, screenshot the text below where it says logout
stable 358011 (433f07a) Host 0.0.79 x64 Build Override: N/A Linux 64-bit (6.8.0-38-generic)
having an odd issue
this server is at the bottom of my server list. when i clcick the button to go to deffault emojis it instead goes directly to this place
Discord bug
its going to 1 element higher than it should
aight thanks. was unsure of the source of the issue so my safest bet was to ask here
Restart discord
the safest bet is to test on stock because 95% of the time misbehaving stock features are not vencord issues
yeah fair enough. mb.
it takes 2 seconds to go to https://discord.com/app and test yourself
possible to change iconpack in discord on windows? like themes+
try rebooting your computer, i installed it to the deb file on mint and it didnt show up until i did that.
wheres the folder with plugins?
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)
hey, does anyone know if there is a plugin to remove unnecessary chat bar buttons?
(I don't care about nitro, and I can just ctrl+g/s/e for the other buttons)
when you have a few plugins that add buttons the space for typing text becomes quite small, and even worse when you have the "members list" tab open, so I was wondering if there as a plugin that removed the default useless buttons
no plugin needed, its completely possible with CSS
oh nice, do you know the css for it?
I have these, but they only work if your discord is set to english because they're fairly basic css rules
/* Hide GIF picker button */
button[aria-label="Open GIF picker"] {
display: none;
}
/* Hide sticker picker button */
button[aria-label="Open sticker picker"] {
display: none;
}
button[aria-label="Send a gift"]{
display:none;
}
it shows as loaded, but it is not loaded
wdym
not loading
alr, thanks!
(I do use discord in english)
that doesn't help me understand what you meant in the first place
you're being very vague
i'm installing the app, but it's not loading into discord
Do you mean you are installing Vencord into discord but its not in discord?
yes
Well restart discord completely
i tried it even when it was already closed, it didn't happen
Either do this or stop using the reply system, i do not need to get pinged every message from you
Scroll down to the bottom of your discords settings and screenshot the text below where it says logout
btw, if you also want to hide the emojis button
(I updated your code a bit)
/* HIDE BUTTONS IN CHAT BAR */
/* Hide gift nitro button*/
button[aria-label="Send a gift"]{
display:none;
}
/* Hide GIF picker button */
button[aria-label="Open GIF picker"] {
display: none;
}
/* Hide sticker picker button */
button[aria-label="Open sticker picker"] {
display: none;
}
/* Hide emoji picker button */
button[aria-label="Select emoji"] {
display: none;
}
is this part
Could you screenshot what the installer for Vencord shows?
i don't understand, can you show me first?
I can't, because I don't use Windows and therefore don't have access to the GUI installer
All you need to do is open the Vencord installer again and take a picture of it
the installer does not open
If the installer doesn't open, follow the second section of the install instructions.
i've already tried it,
Specifically what have you tried?
hi
Don't Just Say "Hello" in Chat.
do you need help
Can I ask if there will ever be mobile version ?
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
is there a way to enable guild for my server using vencord
Enabled Plugins (6):
BlurNSFW, CrashHandler, FakeNitro, InvisibleChat, MessageClickActions, MessageLogger
No

i got a uhhhhh cool plugin idea
so ya got decor, for discord avatar decorations
but you dont have a one for profiles! so what if that happened (i think itd be very cool)
idk where to post this so yeah
You mean different profile pics? Was requested and rejected
ahh okay
Which is closed
oh
Oh okay
my bad i thought that linked to https://vencord.dev/download/vesktop/amd64/deb
there is def a deb file
not everything is malicous my guy
its almost like there was a deb file on the download page the entire time
Hiya im getting this issue with hardware acceleration on and my wifi is fine. I have the improve web rate plugin enabled and this never happened on the normal discord client
you are trying to watch someone elses stream?
Yeah
are they in a different country?
Nope
does this happen on vanilla discord
if you aren't sure of the advice you are giving then just don't give it. you will lose access to support if you can't follow this
That's Vesktop, which is a custom web based client which includes Vencord
all of discord is web based it runs in electron which is just chromium
yes I know
idk how to say it without sounding like a nerd but yes
it's Electron based too, just without Discord's native modules
that seems like a totally fair response. prevent someone else from getting support because they linked the page that tells you how to install.
makes sense
you gave a download link to an alternative product without mentioning that it was an alternative product
thats the issue here
it also isn't even on the download page??
i hope yall get a cease and desist.
v+ no support
having this same issue and I run no theme whatsoever
oh you said you can repro, should we do anything like submit a github issue or?
for the last like week or 2, ill change my pfp and itll revert to the old one i had one atleast 10 times. ive reinstalled, ive uninstalled, im just stuck atp
not a vencord issue
alright
Hello any idea how I could quickly open chrome://gpu in vesktop ? Can't do through dev tools with window.open, I am guessing due to electrons sandboxing (fails with local access error).
Tried calling vesktops electron binary directly /usr/lib/vesktop/vesktop with that url (as I would do with pure electron) but vesktop seems to ignore cli args and loads resources/app directly:/
where can i suggest plugins? i'd like a double click the button to toggle on/off the noise supression, alternatively where can i find development resources to make it myself
plugin requests are closed
shame. what about the last part?
i'll just make it myself :)
https://docs.vencord.dev/ + other plugins + #🧩-plugin-development ( #📖-info if you want access) @unkempt shadow
was the 4k screenshare removed from vencord?
I don’t think discord even supports 4k
vp fakenitro
Allows you to stream in nitro quality, send fake emojis/stickers, use client themes and custom Discord notifications.
ArjixWasTaken, D3SOX, Vee, fawn, Captain, Nuckyz, AutumnVN
You are thinking of 1440p 60fps
No
Message logger only logs temporarily
Is there a plugin or a discord setting that stops showing me my camera in VC inverted? For everyone else the video looks normal like it's supposed to but for me it's shown inverted.
you have already been told that vencord’s message logger is temporary
ty
why does the registered games tab not show up on vesktop? is my install broken? my entire rich presence doesn't seem to work when using vesktop
Vesktop is based off the web discord client, so it doesn't have access to the proprietary binary blobs that the desktop client does, as such it is missing stuff like the registered games tab
.media-engine-video[class*="mirror_"] {
transform: none;
}
add to quick css
then what is this
[arRPC > websocket] listening on 6463
[arRPC > process] started
arRPC, the RPC backend used in vesktop
but shouldn't my games be somehow detected then? like my status doesn't work at all
you're gonna have to give more information than it just doesn't work
like system info and what applications you tried
it works on literally no app
specifically i can say for sure that terraria and minecraft doesn't work (yes, 1.21 minecraft should have RP and so does terraria)
system info:
wlroots based wayland compositor with dbus, openSUSE Tumbleweed
vanilla discord detects it, idk what's the issue
Where does the tags plugin store the created tags, and are those editable via external tools (Text editors)?
I want to add some newlines to my tags and given I can't do this via the commands themself (Modals please? 🙏) is this my only alternative here...
terraria and minecraft does not have rich presence natively
so im guessing you're using rich presence mods
Where?
The only quickCSS I have is the one where my Theme code is in
I am not
Do I like, make a newline under the theme code?
Yes
then theres going to be no rich presence
So like that?
Yes
i would know since i play both minecraft and terraria with rich presence mods and they work with arRpc
but then why does vanilla discord detect them?
Make sure your quick css is enabled
thats different
thats not rich presence
It is, otherwise my theme would not work
i see
I'ma test with some own rp code i guess
ok i see
Why would my vcnarrator just stop working? When I turn it on/off it doesn't ask me to restart discord either :/
It shows me the options, but neither quality nor bandwidth change when I use the plugin.
I guess it is not working anymore, right? Can this be repaired?
FakeNitro not working anymore?
why not? is it not supposed to enhance quality? for me it does not work. 4 MBit/s is the maximum even with or without fakeNitro 😦 My upload is gigabit.
fakenitro... can't increase your internet speed
of course not, but the stream is 4 MegaBit (not MegaByte) without fakeNitro and the same with 1440p60
quality is the same. So I guess the feature is not working, although it claims it is.
so "no nitro" is the same quality (bandwidth also the same) as "fakeNitro enabled" (1440p60).
hey stupid question but theres no way to bypass the upload limit right? also assuming theres no way to have a role unreaacted history aka track who unreacted and who is still
i dont think so, ive went throught all the plugins and tried to make one my self but not luck sadly 😔
ooo wait to which one
or both
both
you mean upload limit as in "bandwidth" when you stream? 4 Mbit/s seems to be the cap for discord
im not a mod but i do know some stuff
I meant size
use to be 1gb
I was just making sure theres not a way I swear there use to be a plugin or something
i think theres a way to bypass
no
no way to bypass
but i cant say it here sadly
ive tried using my own script
can anybody confirm discord has a 4 Mbit/s cap on streams now? I used to be able to send 8Mbit/s when I still had nitro
it worked but it deleted the msg straight after automaically
and closed my descord
discord**
also i found a bug
with vencord
what is the bug
the unreact thing seems pretty cool though but I know its such a minor thing haha
so like
why dont u think that is possible? @spiral hound
that's simply not possible, when you upload something, the request that's used to upload sends the file size first (content-length), then sends the contents, and the server simply ignores any bytes sent after the specified content-length, and the server can just verify that you're not past the limits using content-length
yes i know that
but
@spiral hound if you dont tell me what the bug is, i cant fix it
Yes, I get that the server verifies the content-length and ignores anything beyond it, but I was thinking there might be some way to exploit a different aspect of the request or handling process.
oh its when you open vencord but then a few mins later it just closes down discord
It's a simple process, there's nothing to exploit about it
HTTP post request, contains content-length, parse content-length, and mark the request as complete once you received the amount of bytes specified by content-length
How do I get vencord on android?
the web.
Well duhh but how, theres no simple tutorials that are easy to follow for dumbasses
Fair enough, I see your point about the simplicity of the process. I'll keep exploring other angles thanks
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
for the bug, I'll try to look into why Vencord is causing Discord to close after a few minutes—might be something specific to my setup.
yea Ik but idk which downlaod to click
good news i found the bug
i fixed it for my pc
these instructions are incoherent
im going to take a guess and say that this is AI
it worked
please dont give ai support
no it didn't
for me
vencord does not support android
how do I get dev tool off my screen?
thought mobile/android had a version?
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
Vendriod isnt supported
Its website I think
i just resetted my pc and was going to install vencord again, and i got errors
- it asked me to deleted 2 folders that was on C:\ProgramData\tranq, so i could install vencord, when i deleted my discord stopped working but vencord "patched/installed", and then i installed discord on DiscordSetup again
2.when i used DiscordSetup i didnt got anything on C:\ProgramData\tranq but vencord is not working + install/reinstall/repair/uninstall is not working
how do u still misspell it after so long
at this point make a textreplace vendriod -> vendroid 
vendroid still isn’t supported and comes with its own set of issues. some forks fixing these do exist but these are also not supported.
you are better off using a mobile client mod like aliucord or bunny
is there a chromeos version of vencord
the only supported way to use vencord on chromeos is with the web extension
Okay I checked known issues and I don’t see this as far as I can tell but I’m running into an issue I’ve never had before.
I’m trying to install vencord over the Debian package on Ubuntu Linux however when I goto run the SH command in the terminal all that happens is
Downloading installer…
Running with sudo
Then it stops and nothing happens
Just an ubuntu issue, something just strange about it
https://github.com/Vencord/Vesktop would recommend vesktop instead for linux use
is this a mod of the main discord package or its own application?
its web discord in electron with vencord preinstalled
so its a separate application yes
okay ill give it a shot thanks lol
Well I’ve installed the .deb file but nothing happens when I click it. It won’t start up or anything and I’ve reinstalled twice. Maybe the software just don’t wanna work for MY Ubuntu 😭
ubuntu moment
try opening a terminal, cding to your downloads folder and running sudo apt install ./nameofyourvesktopfile.deb
it wraps the browser version of discord with vencord
its pretty good, would reccomend on linux
The command I ran was and I was in the Downloads/
sudo dpkg -i vesktop_1.5.4_amd64.deb
You can’t sudo apt install a deb file lol 😂 at least as far as I know and I did just try it and it said unable to locate package
yea, nin0 is wrong, you need to use dpkg to install deb files
@brisk surge husk
As far as I can tell it’s installed however when I click it nothing happens lol 😂
open a terminal, run vesktop and screenshot the logs
i need help if yall got time, tranna figure out what folder to get ride of
what do you mean
hold up i gotchu
Don’t mind how old the laptop is lmao
click the button and follow the instructions
i did
Do a clean reinstall using the guide below (its completely different to a normal reinstall)
https://support.discord.com/hc/en-us/articles/115004307527--Windows-Corrupt-Installation
tldr:
press
windows+r
paste%AppData%
deleteDiscordrepeat for
%LocalAppData%Install discord
Would I delete both of them
delete discord
Let me know when u think of something lol 😂 I don’t wanna be too much of a bother ill be around
ok is that the only one
follow the directions
press
windows+r
paste%AppData%
deleteDiscordrepeat for
%LocalAppData%Install discord
if you did that, go to discords website, and install it as normal
thank you
is there any reason the LastFMRichPresence would not work on linux AUR repo it does not even show up on my profile?
api and name is correct
Enabled Plugins (9):
BetterFolders, ClearURLs, Dearrow, EmoteCloner, FakeNitro, FullSearchContext, LastFMRichPresence, WebKeybinds, WebScreenShareFixes
Vencord: v1.10.9 • 3243120 (Vesktop v1.5.4) - 9 Jan 2025
Client: stable ~ Vesktop v1.5.4
Platform: Linux x86_64
also just tried a second API key
also disasbled alot of plugins list is now
Enabled Plugins (5):
ClearURLs, Dearrow, LastFMRichPresence, WebKeybinds, WebScreenShareFixes
- check your vencord updates. if any are needed, update
- make sure that game activity is on in user settings -> activity privacy
- make sure that you're using the correct lastfm username
- make sure that the currently playing track is marked as "Scrobbling now" on your lastfm profile
- make sure that "Hide recent listening information" is disabled in lastfm privacy settings
Try disabling hardware acceleration in vesktop settings
oh so I guess plex amp does not have the 'scrobbling now' feature... rip I guess thats why the status does not work
Repair your installation in the installer.
rule 5
Try to delete the entire discord folder and then reinstalling
i tried it
didn't work again...
same error
Then idk either
Ahh rule 5 is why I was ignored lol 😂 didn’t mean to ping u it’s automatically set to ping when I reply oops
i apologize, but i just searched for teh plugin cause im having the same prob. was there a solution? i scrolled down a lil bit and didnt see one. i either could have missed it or not scrolled down enough lol
some bros here fr
tysm
I’ll just leave this here again. This is the screenshot yall requested. I’m trying to install vesktop on Ubuntu Linux via the amd64.deb file
sorry, it wasnt that, i dont mind reply pings
lol I felt left out lol 😂
it would just be nice if you could read the error
I mean I read it I don’t understand the first half could u not explain to me the error? I don’t know what sandboxing is and I don’t know if it’s asking me to change that files permission to root or not I figured u were going to explain…
do what it says
the error literally explains what you need to do 😭
sudo chown root:root /opt/Vesktop/chrome-sandbox
sudo chmod 4755 /opt/Vesktop/chrome-sandbox
Thanks lol 😂 I came here for help not to be looked down upon some of us are new to CL
if you are on desktop use some desktop scrobbler
if plexamp is a web app then use the web scrobbler extension
on android use pano scrobbler
all 3 support the Scrobbling now status
[3554:0111/174958.765924:FATAL:setuid_sandbox_host.cc(163)] The SUID sandbox helper binary was found, but is not configured correctly. Rather than run without sandboxing I'm aborting now. You need to make sure that /opt/Vesktop/chrome-sandbox is owned by root and has mode 4755. Trace/breakpoint trap (core dumped)
what
I transcribed it
thanks, but you didnt need to do that
i dont need the text
i can read 😭
||also i love OCR||
Ur funny if you think I used OCR
im not saying that
It looked like it worked thank you
im saying i have ocr that i use
np
happy to see that 
i literally requested for a picture in picture version of the plugin but for audio files months ago and discord somehow did it first
can one of yall make audio files function like on mobile and make it to where they can play while going through different servers?
Your Discord seems to have installed in the wrong place. This could be due to a variety of issues.
To fix it, click the "Take me there!" button and follow the instructions in the dialog, and please make sure Discord is closed.
Here’s a tutorial video if you’re having trouble: https://cdn.discordapp.com/attachments/796383204667686913/1273973233619832843/Please_Have_The_Ability_To_Read.mp4?ex=67792188&is=6777d008&hm=2aeb64f2f9f55f73f22e3a969151d2a576fe2c17a0e35b51fa9c2132b0ef3809&
how can i find the plugins folder ? o-o
what do you mean
.. like betterdiscord ?
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.
i recently came here cause their support was dog sht. i asked why there wasnt anymore support for the plugin and theme sections. i was instantly denied hat i didnt exist. i replied with i remeber it definitvely cause it looked withing the app numerous times. i was denied that it existed again even tho i mentioned i still ahve teh files and that i 'just downloaded the ones off eth site just in case mine werent updated'. thats when i found vesktop and i am sooooo f'n pleased. it works better, theres better plugins and they work better, i now have those capabilities again and..... i have a new pet
I liked it a lot too, I'm even using the English translation plugin, because I'm Brazilian
and it works very well

fr, its smoother on my pc too. i wanna upgrade my cpu but idk if i wanna goto intel intstead i heard they upped teh ante with gameplay and processing but i digress. with the bottleneck i have its way more sufficient and stable than voldemort lol
but it also brings me to another thing. i checked the support section for call disconnect or disableclallidle and no dice. i also dont know if it just need to be updated but discord and vesktop are both updated, i manually checked for updates and restarted, plugin still enabled and im still kicked out of a call. is there a solution or mod conflict, or is it jsut as simple as waiting for an update cause the new version broke the plugin?
you have an issue with DisableCallIdle
disable, totally close discord and restart re-eneable and restart discodr again?
i do not understand what you are saying
disable callidle
restart discord
enable it
restart again
is what theyre saying
yup. but just doing teh motions, a restart button appears so that narrows it down more lol
dont work still lol
Hey huge thanks I have it set up on my server to scrobble now. its better than the built in data that plex pulls of course some one else built a script that does it better than what the companies made... if anyone else ever comes here and searches im going to leave the github link I used https://github.com/ozyz/plex-lastfm-scrobbler
thanks! i’ll keep that in note in case any plexamp users have lastfm issues
it wont work for me i got it installed and it still has not worked discord was closed.
what happened to the magnifying glass zoom in? It doesn't work anymore. Did it get replaced by this?
Vencord: v1.10.9 • 3243120 (Vesktop v1.5.4) - 10 Jan 2025
Client: stable ~ Vesktop v1.5.4
Platform: Linux x86_64
I've installed vesktop on ubuntu and I'm trying to make my own vencord plugin but I can't find the "src/plugins" directory. I checked the vesktop settings but it just says "files are loaded from default location"
oh shoot, ic. Can this be turned off in settings or sum or time to part ways with the ZoomIn Plugin?
also dont ask here for help making your own plugin
go to #📖-info and get the programming role then use #🧩-plugin-development
is there any way to get the showHiddenChannels information on a channel/vc that is not locked and that you have access to?
click it
yes perfect, but how do i get info like this on a non-hidden channel. e.g. I wanna see allowed users and roles bc that seems very useful
vp permission
vp permissionsviewer
View the permissions a user or channel has, and the roles of a server
Nuckyz, Vee
@wispy jungle use that
vp viewraw
Copy and view the raw content/data of any message, channel or guild
King Fish, Vee, rad, lillith <3
np
fwiw installing OpenAsar through the vencord-installer cli fixes it for me
forgot to test this b4 lol
but i've had this issue before and either installing or uninstalling openasar usually fixes it
Hello Support. I'm wondering if there's a way to fully reset my VC settings. Like a factory reset for Vencord. Is that possible? (I'm on brownser ver)
clear your cookies
you will need to relogin to your discord account
Ok, Thank you
does there exist a plugin for vim like keybinds?
is there a plugin that lets u see who recently viewed ur profile?
Its not a plugin
Read documentation and youll see how to add keybinds to vim
i'm not trying to add keybinds to vim? i'm trying to add vim keybinds to discord, hjkl for scrolling messages etc.
Then use qutebrowser
uhh guys
i enabled transparent mode how do i turn it off cuz i cant see anyhting
nvm i edited the code of the settings i fixed it
not sure where to ask; is there a theme/css snippet for having my messages show on the right side? like texting
plugin
do you need help or?
how can I clear every custom rpc ? i tried deleting the apps I created but it doesnt fix it
Hi everybody, not sure if this goes here but why not, with both plugins OpenInApp and SteamStatusSync theres a delay happening with steam, not sure if there's a fix for that or what, any help is appreciated
hello chat
Do you need help?
I have already turned on the arRPC on the browser, but it keeps saying that I haven't turned it on yet.
Disable the plugin, unless you intend to run the arrpc backend yourself.
what does that mean?
because you need to run the plugin's server
Sorry if I sound dumb for asking this, but how do I make it so server channels doesn't look like this? Like, make it look like the normal discord channels.
theme issue
can you be patient please
hi, i'm trying to exclude all rpc's except the custom one with the "IgnoreActivities" but rn vscode is still showing.. any idea?
ping please!
try refreshing your client
if you’re on desktop, you can also enable NoRPC
already done 42 times
How do I imstall vencord on Ipad?
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
i still want my custom rpc tho...
norpc disables the rpc server meaning no external app can add its rpc
okay I will check it out. Thanks for helping
alr but i would be cool to patch the actual plugin then ;)
still not working tho xd
hhh is there a plugin to preview markdown in the message chatbox
isnt that a base discord feature
yep it is
you can enable ignore playing or the others
is there a local pinned messages plugin?
no
it seems like flatpak vesktop wants me to re-enter my credentials every time i start up
yeah i did
vp nodevtools
Disables the 'HOLD UP' banner in the console. As a side effect, also prevents Discord from hiding your token, which prevents random logouts.
Vee
anyway i have to reenter my credentials every time and it's getting tiresome
it’s an app, it won’t answer to you
anyway just do this
can you install vencord on mac without admin perms
why does vencord have such a bad upload interface?
running mint 22, i dont think i have updated but maybe its something automatic, but the file uploader is horrible now. on my desktop its completely fine like the dark mode one, while on my laptop its the light mode one
my home folder does not have 3 folders, vencord refuses to show me other files and folders
do you mean vesktop?
ye vesktop sry
flatpak?
well then theres your answer
sandbox stuff, afaik you should be able to configure stuff like this in flatseal
sandbox ?
Is there a way to make pictures bunch together like normal?
vp nomosaic
ty friendo
I searched in my plugins and didn't know what it was.
OpenAsar gets uninstalled after new discord updates and then I need to reinstall it again.. Is this possible by vencord to auto install OpenAsar after discord updates?
Vencord doesn't even automatically reinstall itself after updates
Hello all, I downloaded Vencord on my linux machine. HOw can I delete it? I can't find any command
same one as to install
I am on Nixos - Hence I think I am on an outdated version but I might as well report the issue anyway:
The calltimer plugin crashes Discord whenever you join a VC. If you would prefer to report this on GitHub then I can
You are very out of date
No. These packages are maintained by people (usually) unrelated to Vencord. We can't provide support for unofficial repackages of Vencord unless it's an actual bug in the mod itself (except when such bugs occur due to the repackage).
Please forward your support enquiries to the people who maintain these packages instead of us.
Sa
remember: if you have an issue with nixos the issue is nixos
hey im just asking a question that i assume already been asked before
how bannable is vencord, if i screenshotted my discord and some plugins were shown would i be banned upon getting reported on that message? of course im not gonna download any custom external plugin will that make me on the clear
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
tldr; discord themselves wont care if you use client mods like vencord
discord servers with strict rules can ban you from their server, so avoid sending screenshots of your client mod
thanks a lot, getting banned from servers isnt a problem but does sending any screenies make my acc at risk?
i need help with the download of vencord via tempermonkey
i cant go to my settings
anymore
it keeps saying a error mesage
nvm
Hey, how do I submit my plugin? https://docs.vencord.dev/plugins/submission/ is just empty for me.
make a pull request to vencord on github
I used to remember how to uninstall vencord how do again lol
by using the installer
thanks
to submit my plugin or to report the issue?
submit plugin
Alright, thanks!
Hi, as a Nixos user and vencord dev, the nixos packages are frequently very out of date. The best answer to this is to package vencord yourself for nixos, but you won't get support for doing that yourself here
Hi, my vencord isn't starting on launch like it used to do, anyone know why ?
I tried repairing vencord, changing the file access of what is being auto launched
is there a plugin to see all server roles that exists?
Try reinstalling it instead of using repair.
vp permissionviewer
View the permissions a user or channel has, and the roles of a server
Nuckyz, Vee
Can i increase max server limit using vencord?
No.
Ty
Hi, I am a Vencord user, I installed the Google Translate plugin, except that, being a French user, I would like the translation to be in French, but I cannot find a button to personalize the language, is that Could someone help me please?
I didn't find my answer in the Know-issues lounge
subit a plugin
i'd report the issue to the wiki repo
IF (and only if) there isnt already an issue relating to it
right click the translate button
Where?
on the message bar
where you type
it should be an icon, like the emoji button
this one
i don't have it
OH YES THANKS YOUUUUUU
So i sponsored on github how do i get the custom badge?
Yo
Is there a way to revert the change they made to the blocked user list?
I dont know how or why they continue to add features people dont want. But i have 2000 users blocked. Instead of being able to search a name or scroll very quickly through the list, i have to "click to see 5 more" over and over with no search? like tf
I'm not on my main device currently, so I'd like to know if vencord makes that possible before adding it again to this device.
like, I want this back
Try setting this experiment to Not Eligible
Worked perfectly, thank you very much. It did it on accounts from 2018 and 2023 but not this current one for some reason.
I hope to god they dont go through with this change. I hated the simplified profiles, the change to icons and colors, but this would take the cake
Not really vencord related but couldn't find anywhere to ask, is the experimental account switcher on mobile from bunny gone?
Ask that question in the bunny/revenge server... this isnt the place for it
(Auto-response invoked by @wise thicket)
this seems like a very specific issue but, uh, every now and then when i add someone, my discord restarts itself?
it used to completely log me out and give me an email saying "suspicious account activity" and tell me to reset my password
could this be vencord or is this some kind of obscure account bug?
not a vencord issue
huh,,,, wtf is going on 😭
this isn't an issue and if it's better in another channel myb but I'm wondering what the line of code would look like to use a local file for the discord dm's icon instead of something that uses a url (like in refact0r's themes)
(Auto-response invoked by @wise thicket)
But also, I’m gonna tell you right now. It’s not possible to use a local file. You have to use a link.
thank you
looking for a plugin that would allow me to open multiple chat windows at the same time, I dont want to run multiple clients to achieve this and I dont see a plugin with this functionality
but
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.
thanks
Does Vencord require pulseaudio streams (managed by Pipewire)? Some people are reporting that native Pipewire out like Firefox is not picked up, is that the case? Seems like it, for me at least
I feel like there was a plugin for allowing you to get rid of your highest role which is typically disabled by discord. Does anyone know what this plugin was called? I'm looking for it, but can't find it.
vp permissionfreewill
Disables the client-side restrictions for channel permission management.
lewisakura
You are amazing, thank you!!
anyone know if there's a plugin to make it so that you can zoom out beyond what discord lets you when choosing a pfp
nope
Uh, it doesn't appear to be working? I've used it before, now its just giving me the same error. My friend also had the same issue
paste the image on a transparent background

im not sure then
So for the folks like me who are having issues with streaming from Steam Deck, I've noticed that it only shows a black screen when streaming a program through Proton. Streaming a native Linux app has no issues. I've also noticed that there's a similar issue with Steam Remote Play, so it's not just a Vencord issue, it seems to be something Valve needs to fix.
how to upload banner art in my profile using vencord
vp usrbg
Displays user banners from USRBG, allowing anyone to get a banner without Nitro
AutumnVN, katlyn, pylix, TheKodeToad
read the settings of the plugin
thx!
"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 @haughty goblet)
win 11 discord desktop
it only tell me to join the server
yes, go there
yea
vp unlockedavatar
Allows you to zoom in further in the image crop tool when changing your avatar
nakoyasha
(might only be zooming in further)
ty
this might be a stupid question, anyone know why this would show fine on one client and not on the other?
how to hide this but keep favorite chanels?
i dont know what plugin it is but may someone help me find out which plugin is causing my dms to disappear?
you minimised it
Wdym?
Please share your Vencord debug info by running the /vencord-debug slash command!
(Auto-response invoked by @haughty goblet)
is it possible to change icons within discord?
themes
the command doesnt work
it will work if vencord is installed
oh on
hold
Vencord: v1.10.9 • fc731bc (Web) - 14 Dec 2024
Client: stable ~ Web (Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36)
Platform: Linux x86_64
⚠️ More than two weeks out of date
You're out of date ⚠️ please update.
If you're using the chrome extension, you will have to wait until google approves the update. No one knows exactly when they will.
outdated
yes
Okay
disable pindm's and see if its fixed
Anyone know how to make this side bar smaller? https://i.mynameistito.com/6wNk0C8xtW.png (please give me a ping if so) 🙏
guys is there any list for the support badges i can pick? or i only have to send an image / gif
its custom
you pick the image
Emergency! My vencord crashed I cant use vencord
😭It just shows a black screen when it is enabled and I am a theme developer I cant develop themes without vencord
please help
thanks
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
try {
const copy = window.copy ?? Vencord.Webpack.Common.Clipboard.copy
copy(Vencord.Settings.themeLinks.join("\n"))
} catch { }
Vencord.Settings.themeLinks = []
Vencord.Settings.enabledThemes = []
})()
follow the guide above
is there a snippet that let you customize color on default discord theme?
vp clienttheme
Recreation of the old client theme experiment. Add a color to your Discord client theme
Nuckyz
plugin which will separate files instead of giving warning
?
are you asking for one or looking for one
Is there something like this
no
ohhh thank you

it says i dont have discord installed
well how did you install discord
i downloaded from browser
the stable client?
no
then what
did it redirect you to the microsoft store?
im on mac
well you didnt mention that part so how was i supposed to know
mb
in that case i have no clue
.
is discord on your desktop
ye
do me a favor, drag discord from your desktop to your applications directory to finder, then drag it back
k
then
open the installer again
show me a screenshot then
of the vencord installer, and where discord is located (IN finder)
its located in downloads
so. its not on the desktop
i js moved it