#🏥-vencord-support-🏥
1 messages · Page 241 of 1
hey, i need help for some reason theres autocorrect and i cant find where to turn off it, please help i turned off spellcheck aswell
disable auto translate (the green translate icon in the message bar)
so a thing happened where my friend just randomly reported me for using vencord and I am scared my acc will get banned, is it possible that this can happen?
- no
- why would your friend “randomly report you”
Right
hiya peeps, i need some coding genius to help me out cuz my vencord keep restarting, crashing etc
doesnt take a coding genius to press the repair button in the installer
trust me done that already
vs mi
"doesn't work" and similar are not very helpful. To help you, we need more info!
Describe your issue with as much detail as possible.
What exactly did you try to do?
What did you expect to happen?
What happened instead?
Does this issue always happen, or only sometimes?
If possible, provide steps how to reproduce the issue
If appropriate, provide screenshots or screen recordings
For Vencord issues:
- If you are able to, run the
/vencord-debugslash command - If not, provide the following info:
- How are you using Vencord? (Discord Desktop, Browser (name your browser!!), Vencord Desktop, ArmCord, ...)
- What OS are you using?
- Open the DevTools with
Ctrl + Shift + i(Cmd + Option + ion MacOs) and check the console tab for red error messages
For Installer issues:
- What OS are you using?
I didnt really try to do anything just using discord.
Not crash
it restarted or ctd
has happened quite often in the last month
Vencord Debug Info
Vencord: v1.6.9 • 7b96071 (Standalone) - 16 Feb 2024
Discord Branch: stable
Client: Discord Desktop v1.0.9033
Platform: Win32
Outdated: false
OpenAsar: false
Last Crash Reason: crashed
Enabled Plugins (48):
BadgeAPI, ChatInputButtonAPI, CommandsAPI, ContextMenuAPI, MessageAccessoriesAPI, MessageEventsAPI, MessagePopoverAPI, NoticesAPI, ServerListAPI, NoTrack, Settings, SupportHelper
i also do have the crash error
it literally just restarted
xd
Have you updated VenCord? Try that first
it happens in any scenario, whether i just have discord open, and im watching a youtube video or in vc
Do you use the favourites experiment?
considering i dont know what that is, i assume not
i only have vencord, for the plugins and themes
Then yeah, no
if it crashes, then its the same javascript error, if it just blank restarts and boots back up theres nothing, no pop up nothing
so i dunno
Try uninstalling & reinstalling Vencord if you haven't
i have, but i can try it again, because at this point im just throwing shit at the wall until it sticks
Hello

veri mad
well vencord is reinstalled, if the issue pops up again ill be sure to come back TradeOffer
i need help
vs mi
"doesn't work" and similar are not very helpful. To help you, we need more info!
Describe your issue with as much detail as possible.
What exactly did you try to do?
What did you expect to happen?
What happened instead?
Does this issue always happen, or only sometimes?
If possible, provide steps how to reproduce the issue
If appropriate, provide screenshots or screen recordings
For Vencord issues:
- If you are able to, run the
/vencord-debugslash command - If not, provide the following info:
- How are you using Vencord? (Discord Desktop, Browser (name your browser!!), Vencord Desktop, ArmCord, ...)
- What OS are you using?
- Open the DevTools with
Ctrl + Shift + i(Cmd + Option + ion MacOs) and check the console tab for red error messages
For Installer issues:
- What OS are you using?
On windows 11, whenever I try to install the client and open discord to make sure it worked, discord won't open and is stuck on a gray screen.
Weird. Did you follow the installation steps correctly? If so, try using the CLI version.
i think i did it correctly, cli vers doesnt work either
You think. If you ran the installer as admin, you fucked it up
the error also persists after uninstalling the client thru the installer.
i did not.
There's a repair option, Try using that.
nope, still bugged :/
If all else fails, uninstall and reinstall.
I'll try that now.
after reinstalling a few things, the issue still persists. I deleted the installer and the discord app itself but the issue still persists.
Guys is vencord on mobile available?
client just restarted 2 times in a row
vs mobile
- errors, e, devtools
- fixed, update, up
- linux, l
- mac, darwin, m
- missing features, keybinds, mf
- moreinfo, more info, mi
- reinstall, redownload
- third party, third, 3rd, dev
- windows, w, win
So no?
vs m
Download https://github.com/Vencord/Installer/releases/latest/download/VencordInstaller.MacOS.zip
Unzip it, and run VencordInstaller.app
If you get a
VencordInstaller can't be openedwarning, right-clickVencordInstaller.appand click open.
This warning shows because the app isn't signed since I'm not willing to pay 100 bucks a year for an Apple Developer license.
No.
K
If you wanna be specific, it exists but it's shit enough that the offical client is better
Just the website on mobile
Or you could use similar things like Aliucord Vendetta (keep in mind vendetta is discontinued)
i cannot typee damn
anlaki
Do anyone know a theme that increase users avatar size.
I used to use a custom css for it, but it stopped working after discord did the update which broke themes
assuming you use cozy mode:
.avatar__08316 { height: 65px !important; width: 65px !important; }
.avatarDecoration__14b3c { height: 73px !important; width: 73px !important; }
.cozy_f5c119.wrapper__09ecc {padding-left: 100px !important; }
adjust values as you see fit
Thank you very much!
Ah damn, that one lacks the spacing between message
the one i used, had it oof.
is image zoom broken?
wait for browser extension to get the update
Not working for me yeah
Ah make sense
why does it keep asking me to authorize the reviewbot thingy even though i do it a billion times
root { --custom-message-spacing-vertical-container-cozy: 0.125rem !important; ) increase that
or what spacing did you mean
because mine already moved message to the right (the padding-left line)
unless your theme overrides it or something
I mean this
look at how the bottom one is *super close
yeah then it's the --custom-message-spacing-vertical-container-cozy
Gonna try that then
it will increase spacing for grouped messages too though which might not be ideal
yeah undo that
Undone
try this .groupStart__56db5 {padding-top: 20px !important;}
Got it
Hum
still incosistent but much better than before, this works, thank you very much!
I'm cooking a better implementation I'll ping you when done
um how do i fix?
🗿
@plucky gale I want you to try this
:root
{ /*your desired avatar size*/
--custom-message-avatar-size: 50px;
/*avatar and message gap */
--custom-message-margin-left-content-cozy: calc(var(--custom-message-avatar-size) + 32px); }
[class*=cozyMessage_] > [class^=contents_] > [class^=avatar__]
{ height: var(--custom-message-avatar-size) !important;
width: var(--custom-message-avatar-size) !important; }
[class^=messageListItem_]:has( + [class^=messageListItem_] > [class*=groupStart_]) [class*=cozyMessage_],
[class^=messageListItem_]:has([class*=groupStart_]):not(:has( + [class^=messageListItem_])) [class*=cozyMessage_],
[class^=messageListItem_]:has( + [class^=divider]) [class*=cozyMessage_]
{ padding-bottom: calc(var(--custom-message-avatar-size) - 40px); }
still need to figure out how to calculate a good padding-bottom, this ain't it :D
on a second thought it's good enough
yeah except I found a bug already
F
Lol
oh damn

well I edited that with a fix to the whoreacted but I have to think more about how the hell am I gonna get the spacing work better
Is there any plugin which allows me to categorise DM's?
anyone know what the time format used for customRPC is??
No, but you can request it if you have a github account through #🗳-plugin-requests
unix
how i do avatar move?
if you mean how to have an animated avatar, there's this https://github.com/UserPFP/UserPFP (but only those using it will see it)
what
or how do you mean move
yeah userPFP is the only non-nitro way to get a gif avatar
so i cant get it?
not a real one without paying for nitro
ok
That doesn't really mean anything tbf
There's lots of paid features that can be easily and undetectably patched to get them for free
why cant my discord bot creatve an invite link sorry not vencord related but nothing helping
i tried selecitng redirect url
nothing comes up
nevermidn fixed
sorry
Hello, I'm currently trying to use the VoiceMessages plugin. Even after disabling all other plugins, it still tell me "Failed to start recording", then crash Discord if i try to use it again. Changing voice encoder (Stable/Legacy/Experimental) haven't fix it.
After checking the source code, it looks like it is because discordVoice.startLocalAudioRecording function is failing. Any idea to fix it ?
no. it's a discord function so if it doesn't work it's an issue with discord or your pc
Sad
Thanks for the answer
I will try to reinstall Discord, maybe it's related to my microphone.
do you have any converters you recommend i might use? Because ive been tryna get 5 minute elapsed for like 2 weeks its ridiculous
Epoch and unix timestamp converter for developers. Date and time function syntax reference for various programming languages.
afaik it stays relative, you probably can't set it to an exact time elapsed
it would have to be a minimum
works perfect cheers mate
Uh, themes just stopped working for me?
Noice
Am I the only one whose themes are not working anymore? Even after restart?
against rules, selfbotting/api abuse
themes work fine, your theme is just broken or you have a network issue preventing the theme from getting imports it relies on
Hmm, weird.
It just happened all the sudden. I also tried to turn different ones on
and got nothing
Like all of them are on and nothing is changing
I know they shouldn't be all turned on, but I am saying that none of them makes a change
maybe your internet is having troubles connecting to github
those themes are all hosted there
Ah, right.
are you able to open https://discordstyles.github.io/SoftX/SoftX.css in a browser
I think I know the reason now
holy shit
I didn't know that It has to be connected along with github for it to work.
thanks for the help tho
Hello. I tried googling this issue and am not having much luck. Fairly new to linux, and decided to use Vencord to be able to stream audio. But I'm noticing a delay on outgoing voice, maybe about half a second. It's not much but it's enough that I'm constantly talking over people without meaning to, and it's an annoyance. This delay doesn't exist in the standard discord app, though of course I can't stream audio with that. Any ideas/suggestions on how to fix it? Sorry if this is a dumb question lol
known issue
guys
i tried to use the theme thingy and i put in the thing and it did this
vf themes
open the dev tools with CTRL + Shift + i and click on the "console" tab at the top. Then paste and run (with enter) the following code.
It will
- disable custom css (you can turn it back on in Vencord Settings)
- copy your current theme links to your clipboard as a backup
- remove all themes
(() => {
Vencord.Settings.useQuickCss = false
copy(Vencord.Settings.themeLinks.join("\n"))
Vencord.Settings.themeLinks = []
Vencord.Settings.enabledThemes = []
})()
Sorry if this is a dumb question but how do you install the third party plugins in vesktop?
Windows 11
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.
ty
Where is the default location for vesktop?
I didn't mean to reply, mb
For windows I mean
%appdata% has all your vencord/vesktop files
Btw can you send it
the whoreacted fix i mean.
don't use the cloud save plugin I guess
I edited it here #🏥-vencord-support-🏥 message
nvm that's not even a plugin, it's a proper feature on desktop
forgot the plugin was for Vendetta
Can't say for certain, as I've no one to test it with right now, but swapping to the Canary branch seems to have helped. At least, my icon lights up green quite a bit faster. Either way, thanks for letting me know it's a discord web thing ^_^
Final question, can you only use third party plugins with the advance install? I'm struggling to find where plugins are stored on vencord
yes
is there a mobile version for vencord?
vf mobile
Yes actually! We have an Android app embedding the Discord website
However, as Discord's mobile website has some issues (performance, usability, etc), chances are you won't like it.In that case you will instead want to use one of the following mods focused on Mobile.
Do note however that these mods are not related to / affiliated with Vencord, so we do not provide support for them in any way. Join their support servers for help & more info!
- Vendetta (android/ios): GitHub - Discord Server
- Aliucord (android only, very outdated but still works well if you like the old version of Discord): GitHub - Discord Server
vf mobile
Yes actually! We have an Android app embedding the Discord website
However, as Discord's mobile website has some issues (performance, usability, etc), chances are you won't like it.In that case you will instead want to use one of the following mods focused on Mobile.
Do note however that these mods are not related to / affiliated with Vencord, so we do not provide support for them in any way. Join their support servers for help & more info!
- Vendetta (android/ios): GitHub - Discord Server
- Aliucord (android only, very outdated but still works well if you like the old version of Discord): GitHub - Discord Server
late 
:3
Hey! I'm not sure if that's the right place to ask, but does anyone know how Discord's Rich Presence work and how making an custom Rich Presence works? I tried to understand that by reading through this file but that only seems to be the config of the vencord plugin settings...
So can one for example make a custom rich presence by (dump said) pasting some js into the console?
Also is there a way to have CustomRPC use a config file from my ~/.config/vesktop folder so that I can just change that in order to update my rich presence?
nvm I just found this awesome guide
This is an unofficial documentation on the Discord IPC format. It was made byadding numerous console.log statements to the NPM module discord-rpc.
Can you add a gas tank to a Tesla? No? There's your answer.
But in case it wasn't clear: It's not possible to use plugins of other mods on Vencord.
what
there is no plugins folder
you can
vs mi
"doesn't work" and similar are not very helpful. To help you, we need more info!
Describe your issue with as much detail as possible.
What exactly did you try to do?
What did you expect to happen?
What happened instead?
Does this issue always happen, or only sometimes?
If possible, provide steps how to reproduce the issue
If appropriate, provide screenshots or screen recordings
For Vencord issues:
- If you are able to, run the
/vencord-debugslash command - If not, provide the following info:
- How are you using Vencord? (Discord Desktop, Browser (name your browser!!), Vencord Desktop, ArmCord, ...)
- What OS are you using?
- Open the DevTools with
Ctrl + Shift + i(Cmd + Option + ion MacOs) and check the console tab for red error messages
For Installer issues:
- What OS are you using?
Vencord Debug Info
Vencord: v1.6.9 • 7b96071 (Standalone) - 16 Feb 2024
Discord Branch: stable
Client: Discord Desktop v1.0.9033
Platform: Win32
Outdated: false
OpenAsar: false
Last Crash Reason: N/A
Enabled Plugins (15):
BadgeAPI, CommandsAPI, ContextMenuAPI, MessageEventsAPI, NoticesAPI, NoTrack, Settings, SupportHelper
what's the issue?
what plugin
the thing it says
i copy pasted
did you build it?
fart penis
your on your own from here
Lmfao they're definitely like 11
that's the most disgusting thing i've ever seen
it might help you
because if you read the description it tells you what it does
It's for running your own server
Removes the client-side restrictions that prevent editing channel permissions, such as permission lockouts ("Pretty sure you don't want to do this") and onboarding requirements ("Making this change will make your server incompatible [...]")
It gives you the ability to edit channel permissions client-side.
hey so i installed the arm version for vesktop on mac
but when I open it
i get this
Try reinstalling if you haven't already. And then try the AMD version if you have.
Sometimes, reinstalling solves the problem.
i tried both these solutions
what do I do after I've sponsored vendicated
Dm them
To redeem your perks
this is what I get when I open the amd version
Press open
i pressed open
oh shit i didnt actually
its 3 in the morning
bare with me lol
btw this si the amd verison
im on apple silicon
does it not matter?
whats their @
This is them
and uh finally
I just installed vesktop, I'm using web client rn, why is it takin so long to load up
can I change the vesktop icon?
I doubt it's hardware, I'd say connection issues maybe but I use ethernet
Probably
how
its been loading for a good while so uh, do I just delete and reinstall or?
There may be some softwares that let you do it iirc or you could just change it in the source code
You could try the basic troubleshooting things, restart your pc, change your dns, reinstall it
ill restart pc
Okay I don't mind chnaging the source code but how am I gonna rebuilt it + will it not just change back with an update if I don't manually change it
kinda tedious
Probably not a good idea unless you're a dev
Why do you even want to change it?
Like I understand the flag on the discord but as an app icon? really? great app don't get me wrong but I just don't want the flag on my taskbar. nothing against the lgbtq community but its against my religion yk
Skill issue icl
I am but Ive never done any macos development
so idk
🤡
I restarted pc and it autodisabled my account for suspicious activity
💀
What lmao
Your account was already flagged for suspicious activity (e.g., you've fallen for a scam unwittingly), so this isn't really a direct cause because of Vencord. Just follow what the e-mail tells you to do and you will be fine.
Tessie w

is that automatic
Yee
I'm assuming because today I reset my 2FA because Authy removed PC app + I stopped using my parents email for my main discord and made my own domain email [lol]
those are both major changes
yeah prolly that
I switched to a new 2FA + logged out on all my devices + added new email
I had a mini heartattack
yes
google workspace?
where then
PC and iOS
or just uninstalled
and all the such
? yeah lol
there's not a trace of google on any of my devices
I also don't own any amazon devices like alexa or fire tv
what about trackers in apps?
I use primarily only open-source software
and make sure my sensitive data is only with companies I trust
This is #🏥-vencord-support-🏥 
ye mb
:WatameNoNoNoNo:
alr, guess i'll switch back to discord canary and install vencord on there instead
vesktop just feels too buggy lol
okayish by me tbh
I like getting the new discord features quicker
but if it's like super common i'll switch back to ptb
It is
Okay uhh
praying my acc doesnt get disabled again
time to switch to ptb
or do you recommend just normal discord build
Just normal discord
When new features get pushed, the patches on plugins can break, but they won't get fixed until the feature gets pushed to standard discord
kk
either way canary and ptb suck tbh lol
they send unnecessary telemetry to discord
soo
brb
im like completely new to vencoord and discord themes, im trying to customize a theme to have an animated background, the gif file is realy big and i cant convert it into base64, it crashes, and i cant host it anywhere because im not paying for it
Probably nothing you can do
Either just host it somewhere with enough storage or don't use such a big gif
theres no way to refer to the file locally like in .json scrips?
damn
wait no i think yoou donnt unnderstand what i mean, theres no way to refer to it like
background-image: url('C:/folder/folder/file');
I understand what you mean
Dawg what the fuck are you doing 💀
Are you turning the entirity of shrek into a theme

i dont think there's any way to use mp4s so im resorted to fat fat gifs
You could compress the fuck out of the gif but it wouldn't really be worth it at that point
thats the thing idk how to fine tune the compression ammount so its either super chopped up or the original quality
im gonna try to chop the gif up into 5 gifs and cycle them 💀
You scare me
How to fix this?
I sharescreen always crash 💀
repair witth the installer
Ok i try
do gif file sizes grow exponentially bc i just chopped the 3 min video into 5, separate 210 KB gifs SAME QUALITY
I have no idea lmao
wait shit the gifs are all one frame nvm
wtf are you doing
That's what i'm thinking
i have 0 projects rn
also this isnt even related to vencord anymore
yuh huh im tryig to fuck with a theme
i want the mashle intro as a theme and i am NOT stopping until i finish
futuristic way to watch shrek
rip performance
and also i could make a tut since i literally cannot find one
A worthwhile sacrafice
yt didnt work im goig back t the 5 gifs idea

a small upadte on my endeavor, i painstakenly sliced the video into 5 parts, 5 isnt enough parts apparently as im gonna use discord to host the gifs sobbing~1
hi my when i click my friends profile / trying to start a screenshare, it lags A LOT... is this a known issue / expected behavior? if not, how do i fix? here are the plugins / theme im using
(also what are the use cases for vencord vs vesktop?)
Are older versions of Vencord saved anywhere? The current Mac download on the website is for the latest Apple update but I'm still on Mojave and would like to use a compatible version of Vencord if possible
The older version of vencord don’t work that well
yall i give up lol i chopped the gif 10 times, and i think no matter how short the gif is the color repo is the bulk of the file size 😭
Screenshare crashes my Vencord. I think it's cuz of discord exceeding the normal amount of ram and having trouble. Tho don't quote me on that
Vesktop doesn't have those ram issues and runs much faster than discord
So the use case is if you want to have a faster discord experience but it doesn't have rich presence (last I checked) @formal parrot
There will be more information in the github
elf have you seen my issue
Sometimes if you use fake nitro screen sharing it causes lag and etc
I don't think i have that plugin turned on but that would make sense and i could
Lol spy this already sounds so jank dare i find the original issue
idk if i have that but i also have nitro
damn no rich presence is kind of a deal breaker that sucks 😦
There's a plugin that helps
But i have never used it
It's not the custom rich presence one
It's a specific one for vesktop
Is there a plugin for that?
Yea there's also custom rich presence
That just lets you set whatever
https://github.com/Vencord/Vesktop see rich presence isn't listed here as not a thing so it's very possible they've updated since last i used vesktop and now it's around
You should try it i think
Just to see if you like it
It has rich presence only for some games
Ahh

Ohhh
Yeah
I agree with sam
^
Yeah i see
Unfortunately no I don't have a better answer spy
Glhf
Is Tessie still around
Tessie w

Hi
Tessie w

okok
will there ever be a vencord chromeos APP? instead of a web browser?
technically that already exists if you install the linux version of vesktop but from what I've seen people haven't had much success with that (could just be a skill issue on their part tho)
yeah but every time i try that
never works
i mean i see ppl having it work with some thing called
wayland
I'm pretty sure chromeos uses Wayland by default
don't use gif it's awful
try webp or apng
doesnt
ive a question if i may- is it possible to reset all settings for vencord even when you cant interact with the discord interface duo to outdated frost glass theme that makes everything invincible as in not seeing nor being able to adust any settings- though its possible to chatting but anything besides that is not visable- there any hope >?
small addition to the outdated frost glass theme it mightve also been caused by my own stupidity of not properly following the steps-
vf themes
open the dev tools with CTRL + Shift + i and click on the "console" tab at the top. Then paste and run (with enter) the following code.
It will
- disable custom css (you can turn it back on in Vencord Settings)
- copy your current theme links to your clipboard as a backup
- remove all themes
(() => {
Vencord.Settings.useQuickCss = false
copy(Vencord.Settings.themeLinks.join("\n"))
Vencord.Settings.themeLinks = []
Vencord.Settings.enabledThemes = []
})()
Frosted glass theme has been broken for a long time
Nothing we can do about it
@haughty goblet how to add plugins in vencord
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.
In simple terms, you don’t
Ooo ok
If its a betterdiscord plugin, you also cant
They are not compatible
Can use plugins of aliu cord
No
Dc server
They are not built for vencord
Ok
But aliucord is a part of vencord right
No
Aacha how to get animated banner
Usrbg
Ik the plugin after that what
Read the settings of the plugin
I didn't understood
There is a setting cog on the plugin
That ik know
There is a button
That says “go here to get banner” or something along those lines
Ok got it thanks
For your precious time
@haughty goblet i have a suggestion
Why to me
Oo i thought you are dev
No I just have the ability to read
Hmm
What's that?
at long last it worked. much appreciated- and ofc may all be well with everyone in here < 2 untill then we meet again ^^
its a bot
Github issues page says to post here first
user reviews slightly messes up the badge background
known, won't fix
how to install vendor dev on chromebook?
is there any plugin which would be in the right click menu of image which would allow me to save image to a predifined directory? i remember there was something like that in betterdiscord so i was just wondering
Does the theme transfer over to a different platform if in the same account.
Yes or for example pc to mobile
A vencord one I’ve downloaded
hello! im having issues with the showhiddenchannels plugin
can you do /vencord-debug
(here)
a what?
slash command
Vencord Debug Info
Vencord: v1.6.0 • 8ac8048 (Standalone) - 26 Oct 2023
Discord Branch: stable
Client: Discord Desktop v1.0.9033
Platform: Win32
Outdated: false
OpenAsar: false
Last Crash Reason: N/A
Enabled Plugins (19):
BadgeAPI, CommandsAPI, ContextMenuAPI, MessageEventsAPI, NoticesAPI, NoTrack, Settings, SupportHelper
oh
😦
update
why does vencord-debug report false info about whether its outdated
need to fix
no there isn't. see #🗳-plugin-requests
i might make that plugin
vencord.dev isnt loading at all, just gives me an invalid screen, and vesktop just crashes my device.
Its been like that for ages
is there still a way to change hashtag names?
i think it's because it only checks the cached isOutdated
so if you disable automatic update checking it won't ever check
checks out because there's no easier way to be hella outdated than disabling automatic update checking
Please does anyone knows any idea about how to let BetterDiscord Plugins to work on Vencord ???
you dont
For example I liked this Plugin but it only works on BetterDiscord
https://betterdiscord.app/plugin/Hide Channels#google_vignette
completely different client mods and architecture
you can do this with css, no plugin needed
Please do you have any tutorial or how to do that ??
currently (as far as im aware) there is no snippet in #🎨-css-snippets
a snippet will come eventually
You can't really do the button with CSS, you can kind of but it's jank. There's a hover one kicking around though
its been requested too
#🗳-plugin-requests message
Here's Riddim's snippet for doing it on hover, I imagine the CSS is plenty jank, but it'll probably work
https://github.com/Riddim-GLiTCH/Discord-CSS-Snippets/blob/main/snippets/CSS/CompactChannelsList.css
that’s cool but here’s what your text would be if you were spamton
For example I liked this [[PLUGIN]] but it only works on [[BETTERDISCORD]]
That works but not well
there is a plugins for soundboard?
no
nope, use an external soundboard
how
literally any soundboard app
✨ software ✨
Yeah, I don't imagine it was too well written. That's probably a conflict with your theme though. Unfortunately I don't know if there's any other similar snippet that's currently being maintained
@scarlet agatebut i want the discord one
i dont think its even possible
external soundboard ftw
@brisk surgei got fake nitro
that doesnt "give" you nitro
can you go to #rules, and read rule 5
fake*
but yeah
unlocks what it can unlock client side
soundboard does not work, and likely will never work without nitro
tldr: buy nitro or use external software
good day
then get nitro
I've seen a few requests go around for a hide channel list option. Is there a solid option for the desktop client by chance? Only good option I've seen is one for chromium
?
wot :pajaDank:
Not sure what you are requesting
Hide channel list css (since there doesn't appear to be a plugin) that works on the standard discord client
I've tried a couple out, but they don't appear to work
There’s no plugin of it yet
that's what I just said, yes
And the css is, subpar
hmm
Was linked here
and I suppose I just @import that in the quickcss?
just to make sure im not doing it wrong
copy paste
ok
it, kinda works
np
Hey, possibly the question you're sick of most of all but: can the custom RPC plugin act as an automatic display of games on linux systems if you set it up properly, or is it a case of 'change it yourself' in the title of the RPC you create. If that makes any sense
hmm, then what is the purpose of build overrides if I may ask
they're just discord doing random tests occasionally
not sure any exist at the moment, last ones were for a darker theme and that funny flashlight thing
turn off transparency
ty
Hey, I enabled Experiments -> Favourites with Treatment 1, I reloaded the client but nothing has shown up. There's no option to add anyone to Favourites anywhere either
I do get a warning, but can't see this "Send to client" option anywhere
don't know if it's related
Looks like Treatment 4 worked
Pretty sure v2 crashes discord
Idk, I’m pretty sure favourites are dead
Is it possible to download vencord on a iPhone?
Yes actually! We have an Android app embedding the Discord website
However, as Discord's mobile website has some issues (performance, usability, etc), chances are you won't like it.In that case you will instead want to use one of the following mods focused on Mobile.
Do note however that these mods are not related to / affiliated with Vencord, so we do not provide support for them in any way. Join their support servers for help & more info!
- Vendetta (android/ios): GitHub - Discord Server
- Aliucord (android only, very outdated but still works well if you like the old version of Discord): GitHub - Discord Server
is this ugly sidebar thing happening just with me??? it was normal yesterday and it's only happening in the browser version (I use opera GX)
(Don’t use opera gx)
yo
discord issue
(can repro on chrome too ig my bad for not using firefox)
i use it bc i think it's better and i don't have to keep a discord tab open between my 1000+ tabs
is there any plugin or something to get notified when someone logs in your account?
How would this even work
Not possible
i mean from the devices tab u could get notified whenever there is a new device
Or you can just read your emails???
polling /auth/sessions and doing something like relationship notifier
i mean yeah just read your emails
no one has their email notifs on lol
What
Jokes on you, I do
can you shut up
Wdym “get mod without pay”
alright then, enjoy your every action sold to people
vban 7 @nocturne pine annoying
Done! 
as if chrome doesn't do that already 😒
can people stop being assholes? I'm asking for an issue, not asking for opinion on my browser choices
yeah but opera gx is confirmed to do it worse
exactly i'm here to discuss a bug issue
anyway you have alr been answered ^
oh okay, thank you!
(Is vencord even officially supported on opera/gx, I recall hearing about it somewhere here)
I do
and tbh, provided you don't get scammed, why would you even need it?
I can't get this thing called devtools
ok thanks
it should come enabled with vencord by default
just use the shortcut
This did not come active with the Vencord
did for me, its probably more likely the shortcut isn't working properly for you
I just know that yesterday a button called devtools appeared
ctrl + shift + i
Im in mobile
?
as in, are you on vendroid or?
omg the old icon
yes, thats vendroid

The alliucord and vendetta is of same crarors of vencors?
no
but they have similar plugins
good reason why you should upgrade to windows 10:
Vencord Debug Info
Vencord: v1.6.9 • 7b96071 - 20 Feb 2024
Discord Branch: stable
Client: Discord Desktop v1.0.9033
Platform: Win32
Outdated: false
OpenAsar: false
Last Crash Reason: oom
Enabled Plugins (79):
BadgeAPI, ChatInputButtonAPI, CommandsAPI, ContextMenuAPI, MemberListDecoratorsAPI, MessageAccessoriesAPI, MessageDecorationsAPI, MessageEventsAPI, MessagePopoverAPI, NoticesAPI, ServerListAPI, NoTrack, Settings, SupportHelper
well thats a new one
and more freedom restriction
This man saved me right here.
that has literally nothing to do with windows
Use Favorite v1 / Force-off
Out of memory? It happens pretty often, doesn't it. Should probably just use the 64bkt client
as that'll disable the experiment (the one and only way)
dude has not heard of control bucket
some people never know till they actually try it
oom 

out of memory 
is there a vendor plugin for checking if someone is typing in another chat
There is TypingIndicator if thats what you’re asking for
does it also tell dms? (asking because i dont want to use it then)
.......
Ayo I want to open an issue on gh
whats the issue?
The "Enable window transparency" breaks the window full screen behavior, while that option is enabled, on windows 11, the window can't be put to borderless window, it just stays as a windowed maxed out
ah yeah thats known
Didn't find it in the issues
owh kk
"Will stop the window from being resizable"
Me when reading abilities
not entirely vencord related, but this seems like the best community to ask about "client modification"
looking through this file:
https://discord.com/assets/99392.5199c606b88da2467511.js
wondering if there's a way to externally (or internally) change a user's volume in dm call or voice channel
looks like the lines to change user volume are found at 19557, 27079 & 27029 (or within those functions)
the code seems extremely obfuscated, but I'm assuming the idea is you somehow call the file with the specific parameters and it worky
please tell me if this is way off (it is probably way off), am very eepy and delulu so brain no worky right now
thanks in advance for any help 🫶
really hope it's not as simple as running smth in the f11 console
it is
please enlighten me
Has anyone ever had false positives from RelationshipNotifier? It said I got removed from a Neco-Arc emoji server even though I’m still in it
Normal
Or rather, known
any ideas?
Im on a mac and Vencord dosent downlowd
This message is misleading. Run sudo chown -R "${USER}:wheel" /Applications/Discord.app in your terminal, then run the installer again afterwards.
You may also need to grant Terminal.app (and friends) full disk access for the operation to work properly.
still dosent work
Also, give the installer access as well
Please update, repair, or reinstall your Vencord, preferably in that order, until it works again. If all else fails, reinstall Discord and then reinstall Vencord.
@terse umbra can we put this in auto mod or smth
@sick glade
No way, free muneh
AHHH I thought this was decor 😭
Sorry for ping lol
markdown
or just hover over the link and look at the corner of ur discord
Hi so I have a question. I want to have the DEV build of vencord and to use it on two different discord clients. (Discord and Discord Canary). It works at first like I can get the advanced msg logger but the RPC stuff shares somehome I want to make it that on 1 account I have a different RPC than the other. For some reason they share. If you know how to like split them please tell me
open the dev tools with CTRL + Shift + i and click on the "console" tab at the top. Then paste and run (with enter) the following code.
It will
- disable custom css (you can turn it back on in Vencord Settings)
- copy your current theme links to your clipboard as a backup
- remove all themes
(() => {
Vencord.Settings.useQuickCss = false
copy(Vencord.Settings.themeLinks.join("\n"))
Vencord.Settings.themeLinks = []
Vencord.Settings.enabledThemes = []
})()
ty
yeah i forgor thats a thing
why wont vencord installer start?
Vs w
⚠️ 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
thank you
Hi so I have a question. I want to have the DEV build of vencord and to use it on two different discord clients. (Discord and Discord Canary). It works at first like I can get the advanced msg logger but the RPC stuff shares somehome I want to make it that on 1 account I have a different RPC than the other. For some reason they share. If you know how to like split them please tell me
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.
whats open asar?
Starts faster, performs better, even smaller
good
ur free trial has run out
u need to pay $100 per question
now
More specifically:
snap is not supported. use one of
Bruh
idk why but it always say install pached can someone join a vc and help me u dont need to talk just help me please
has this plugin been ported (split large messages)
vns
No, I believe due to it being technically api abuse
hi
can u help me please
jsut say what ur issue is
^
means that its already installed
are u on windows
yes
open task manager
do thjis
what now
it should show the location
why not just press “open file location”
is it C:\Users\yourname\AppData\Local\Discord\app-1.0.9016
yes yes
I haven't written any bad comments, can you help me?
Nothing we can do
wdym
you blurring the review probably says something about why you got banned
Your responce didnt really help me? It just told me just KNOW what do to LOL
no, this is a discord invite
show unblurred or no balls
what invite lmao
We didn’t make reviewdb, there is nothing we can do
!
if you posted an invite in a review then u deserve the ban
that's a different dude altogether 
^
Im talking about having different RPC on two different clients
they weren't talking to you man
ok and were talking about reviewdb?
@rain wasp yes it say PATCHED
Aware
and the path is the same as in task manager except for the app-0.xxxxx part right?
Im pretty sure i didnt even talk to you in the first place
eys
and were not talking to you either
yes
Easy Crimelife | Hosted by Tube Hosting
who cares
we? you arent involved in mine and her convo
try restarting discord ig
so keep yourself out of it lol
i alr did it
yes theyre talking to someone else
theyre not talking about ur issue right now
What do you even need help with @kindred slate
Ur issue was about the dev build, which we cant help with
^
It quite literally says “no support given”
Yes, no one has to go up there, there are reasons
i restarted
if it still doesnt work idk what u can do, u can try reinstalling discord then installing vencord again
CustomRPC on two different clients how do I do that? If I change the RPC on one account it directly goes to the other account.
It's not about me, it's about a friend
Disable cloud service ig
you are misusing the 'reply' feature and then you wonder why people get confused?
reply to what you meant to reply
^
You meant to reply to this...
Cloud service?
not sure if thats possible
Open settings, there's a section called cloud which is used to easily sync your settings between different clients
Its already off
What are the 2 clients you are using?
discord and discord canary
Or did you mean client as account
that has nothing to do with customrpc afaik
They’re also on a dev install
Doesn't that sync between different clients as well? Genuine question
It's the same on the normal version too dw
I just use the dev for the infinity msg logger
Aware
i dont think that happens automatically
where it actually keeps the msges
massive red flag 🙏 no bitches
yo]
So what is your intentions with the plugin
my discord is fucked
is it from themes
“Fucked”
vs mi
"doesn't work" and similar are not very helpful. To help you, we need more info!
Describe your issue with as much detail as possible.
What exactly did you try to do?
What did you expect to happen?
What happened instead?
Does this issue always happen, or only sometimes?
If possible, provide steps how to reproduce the issue
If appropriate, provide screenshots or screen recordings
For Vencord issues:
- If you are able to, run the
/vencord-debugslash command - If not, provide the following info:
- How are you using Vencord? (Discord Desktop, Browser (name your browser!!), Vencord Desktop, ArmCord, ...)
- What OS are you using?
- Open the DevTools with
Ctrl + Shift + i(Cmd + Option + ion MacOs) and check the console tab for red error messages
For Installer issues:
- What OS are you using?
?
Elaborate
Vencord shares the same config between all users on the same system user account @kindred slate
can you give more details because "fucked" means nothing
To have the purple mode on both account and both accounts having different info on it and different buttons and stuff
Best iteration of "it doesn't work" I've seen yet
That is probably your issue
Do you by any chance know how I could like switch user account for 1 of the clients or something?
You'd probably have to patch Vencord itself to change the config path for one of the clients
i think as long as both of the clients are on the same local IP you cant do anything about it
so basically every time i try to install vencord discord wont open again, and i clicked control r and my nitro got taken away
?????
the last part has nothing to do with vencord lol
have u installed any themes on vencord
nah ik but i said discord is fucked
Reinstall it
.
No actual idea how to do that
i did
did u install any themes
no
are u on windows
win+r then type %appdata% and enter
look for vencord folder
delete it then reinstall vencord
i already tried that
^
yeah i did that like 5 times
Did you delete the entire folders?
yeah
In both directories
yeah i tried that too
And does discord load fine after reinstalling discord
as i said, the discord RPC IPC stuff runs on the same port
meaning, you can't have two different activities on the same computer
yep thanks
yeah it loads fine but vencord wont work
like when i install it discord wont open after
are u using discord stable or ptb or canary
Does the installer say anything
no
What did it say when pressing install
does installer just say patched successfully
it said successfully installed
normal discord
yeah
Was discord closed (not running in task manager) when installing
i tried both ways
wdym both ways
i tried it open and closed
i did it with task manager
i tried that too
And discord refuses to open?
Are you making sure to not run the installer as admin?
i had it running as administrator
Don’t
DOES THE THEME THING SUPPORT WEBP LOL??? im @ school rn so someone test this for me plsplspls
It would’ve told you this when using the installer
oh my god 😭 thats fucking insane i was trying to chop a 462mb gif into 5 parts and loop them
wtf do i do?
Reinstall, don’t run installer as admin
yes it supports any formats supported by chrome
but ive tried it both ways dog
