#๐ฅ-vencord-support-๐ฅ
1 messages ยท Page 122 of 1
for you to be able to edit a single file for a certain plugin you need a dev build installed, in which you can make your changes and then compile again to a minified version which your discord loads
yes, you wont find it unless you have a dev build
direct me to the dev build please im honestly having a hard tiem understanding the website
under dependencies?
all the plugins are in a single js file installed in your computer currently
that's the plugin files
why must this be so difficult for non programmers ๐ญ
a devbuild is just cloning that repository with git, installing dependencies, building and injecting
it's not meant for non programmers lol
what even do you want to edit
some text?
i want to edit the message logger and i know for a fact im not even capable of doing that myself
but i have a friend who could probably figure it out
so tell your friend to do it
i could and he might understand this better than me honestly
if they actually know what they are doing they will at least be able to get started
im just trying to get everything set up so i can just send him a file and he can edit it then send it back
What is the website to install extensions custom ones
vs w
โ ๏ธ Do not run the installer as Administrator
Download and run https://github.com/Vencord/Installer/releases/latest/download/VencordInstaller.exe
If the above doesn't work/open, for example because you're using Windows 7, 32 bit, or have a bad GPU, you can instead use our terminal based installer.
To do so, open Powershell, run the following command, then follow along with the instructions/prompts
iwr "https://raw.githubusercontent.com/Vencord/Installer/main/install.ps1" -UseBasicParsing | iex
Hey guys, How can I use the css editor in vencord? I am really confused on how it works.
I can write css in there but how can I know what elements I am effecting and is there a specific thing that I need to do for it to take effect?
css takes effect immediately, and it is literally just regular css
whatever you affect is whatever you make it affect
this is how all software works...
But how can I get a specific Id or class of something
for example of messages or icons and so on
devtools
And how do I use devtools?
i downloaded vencord. what should i press
package or
patcher or
preload or
renderer
huh?
@shell halo so why did u navigate me to here
because it's the support channel
uh
bro
where are instructions in download link
or sis
i deleted and download vencord web
what now
pnpm build before inject
done i just installed for windows and joined discord
/prompts
read the error
does that file exist in the directory you're running the command in
if you read the instructions properly it would work
if you cannot figure it out, you shouldn't be doing this
Wow it's been a minute since I peeked in here
Did the brain rot get stronger or have I become less used to it ๐ค
then leave while you can
is there any proper documentation for making vencord plugins?
If this is still up to date
oy ty
Also this too ye
I have a question
Why can't I use the nitro quality streaming feature?
Is it like this for everyone?
you gotta turn it on in the plugin
if it still doesnt work, you dont need it that much anyways
eh, can someone tell me what exactly I am missing?
after this the installer opens but installing bricks it
I am on the dev build?
this is the first time that I have this issue using these commands
I would prefer to install it with the Cider plugin if possible
what are you installing the dev build for?
I have no clue, I'm just doing this: https://github.com/ciderapp/RicherCider-Vencord
you dont need any dev build, you just have to build it yourself, ill send you what you have to do in a sec
i forgor what link that was lol
actually, it gives you a script you have to paste in
so I suppose https://github.com/Vendicated/Vencord is the dev build then?
wait no
nope thats just vencord
there it is
the main build right? So why does it install the dev build?
maybe dev build actually means making a custom build yourself, not sure
is this new?
devbuild refers to installing from source
odd naming, had me confused
oh oki
stable builds are served via the publicly downloadable installer
but building from source is usually for dev
hence devbuild
you have to create a folder inside the src folder called userplugins, so from the default vencord folder the path would be vencord/src/userplugins
thats where you put in the plugin i guess
also your pnpm installation is broken
gonna run this now: git clone https://github.com/Vendicated/Vencord; curl https://raw.githubusercontent.com/ciderapp/RicherCider-Vencord/main/richerCider.desktop.tsx -o Vencord/src/plugins/richerCider.desktop.tsx; cd Vencord/; pnpm install --frozen-lockfile; pnpm install; pnpm build; pnpm inject;
use corepack or reinstall pnpm
yeah it's behaving weird
I've never had issues w corepack before
I'll reinstall that
ok I'm scared now ๐
PS C:\Users\celar\Vencord\Vencord> npm uninstall corepack@0.17.2
npm notice
npm notice New major version of npm available! 9.6.4 -> 10.1.0
npm notice Changelog: https://github.com/npm/cli/releases/tag/v10.1.0
npm notice Run npm install -g npm@10.1.0 to update!
npm notice
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: vencord@1.4.7
npm ERR! Found: eslint@8.49.0
npm ERR! node_modules/eslint
npm ERR! dev eslint@"^8.46.0" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer eslint@"^7" from eslint-plugin-path-alias@1.0.0
npm ERR! node_modules/eslint-plugin-path-alias
npm ERR! dev eslint-plugin-path-alias@"^1.0.0" from the root project
npm ERR!
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR!
npm ERR!
npm ERR! For a full report see:
npm ERR! C:\Users\celar\AppData\Local\npm-cache\_logs\2023-09-16T16_25_59_278Z-eresolve-report.txt
npm ERR! A complete log of this run can be found in: C:\Users\celar\AppData\Local\npm-cache\_logs\2023-09-16T16_25_59_278Z-debug-0.log
why would it throw that error
because you are trying to install it into vencord itself
npm i -g corepack
or upgrade corepack via the nodejs installer

it's installed globally already, gonna reinstall it
yeah ik, I'm just an idiot ๐
@copper iris eh
It seems like you're trying to use the development build of Vencord without actually understanding how to use it. Please read the documentation, or better yet get the installer from https://vencord.dev/download.

prev one was 0.17.x so idk what the issue is
Hi, after installing the last update some of my plugins stopped working(mainly the FavouriteGifSearch and SilentTyping), yet some of plugins and themes work just fine. Any suggestions how to fix this issue?
ah
@shell veldt @brazen kraken
that
was not the right aria
sorry
@floral silo
strangely enough, search bar is gone and the "favourite gif" text gone too
can you run /vencord-debug as well
it's already fixed in pr
sure, gimme a minute
alr
where do I use that command though?
here
Vencord Debug Info
Vencord: v1.4.7 โข a73d09a (Standalone) - 13 Sept 2023
Discord Branch: stable
Client: Discord Desktop v1.0.9017
Platform: Win32
Outdated: false
OpenAsar: false
Last Crash Reason: N/A
Enabled Plugins (23):
BadgeAPI, CommandsAPI, ContextMenuAPI, NoticesAPI, SettingsStoreAPI, NoTrack, Settings, SupportHelper
thanks for help
np
@copper iris so I tried pnpm without corepack and got this:
idk if this is any better?
๐
nvmd I'm an idiot
srry for the ping
corepack seems to be the cause of my issues
sorry to ask but does this menu in the top right go to discord or vencord
that's for bughunters iirc
ok cool thanks
The issue is, there is a random vibing "catgirl" on my screen. ||
||
I expected no vibing "catgirls."
what
wrong reply?
oh
i get it
anyone else experiencing crashes on the browser version of vencord?
using the same settings (cloud sync) on browser as I am on desktop, here's my debug from desktop
Vencord Debug Info
Vencord: v1.4.7 โข a73d09a (Standalone) - 12 Sept 2023
Discord Branch: stable
Client: Discord Desktop v1.0.9017
Platform: Win32
Outdated: false
OpenAsar: true
Last Crash Reason: N/A
Enabled Plugins (62):
BadgeAPI, CommandsAPI, ContextMenuAPI, MemberListDecoratorsAPI, MessageAccessoriesAPI, MessageDecorationsAPI, MessageEventsAPI, MessagePopoverAPI, NoticesAPI, SettingsStoreAPI, NoTrack, Settings, SupportHelper
Wait, why are you even blocking your twitch...
It is going to be public anyway

You have to read it..
the bypass stream quality mod from fake nitro doesnt work for me
I heard it's broken atm
Would be fixed soon
i wonder how this copy 3y3 thing even works on discord, and how to make it work, i always wonder if its just a fake button that does anything but now, not even the dev consle does anything
you are supposed to scroll down where it says try out nitro
and where is that at XD
where you edit your profile at the bottom
it may not appear if you use some css to hide it
it copies text
i can't words
oh
and how do i get it?
do you have the plugin enabled?
enable FakeProfileThemes
let m see XD
yes
ok im just blind XD
hold up let me see if this works
alr i got it but how do i change my banner now?
usrbg
alr i got that but it aint letting me change my banner
read the plugin settings :p
but did you read the plugin settings
by 'get your own', it means getting your banner image in the usrbg database
it will only show for other people with the usrbg plugin
Hmmm, was looking into HTMX & hyperscript, was wondering if that would be viable for Vencord?

โ
WHERE IS #GENERAL
I mean, I was just curious if it was a possibility or if it wasn't feasible at all >_>
how can I compile the extension for firefox?
how do i get notifications from vendroid?
im appearing online and i cant use CustomRPC
is there a way to blacklist certain file types with the AnonymizeFileNames plugin
having 2 turn it off for .zips are annoying
if its not readily apparent in the plugin's settings no
just use the userscript
not a vencord issue, probably broken discord overlay
doesnt work with violentmonkey
i dont think you can since it just loads the website in a container
use vendetta/aliucord
yeah i dont want to install closed source tempermonkey
suffer until firefox approves it on the web store
i did able import the extension temporary
uhh
all of my vencord related stuff is gone for some reason
idk what happened
theres no vencord options in the settings anymore and my custom theme is gone
ty
would yall eventually let us install our own plugins in the future? like from bd or anything else
its not a matter of letting you-
Vencord and better discord are different things
you cant take a minecraft java mod and put it on bedrock
not unless you port it
which youd need to know how to code
its the same for this
vfaq plugins
You can't.
Chances are, it's already a Vencord plugin! Or if it isn't, you can open a plugin request
i'm so bad at this
lmao
can i add betterdiscord plugins
Can you add a gas tank to a Tesla? No? There's your answer.
But in case it wasn't clear:
It's not possible to use plugins of other mods on Vencord. See #plugin-requests.
HELP ME PLZ
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.
I don't understand what to do
I don't understand the instructions
yeah its like not very updated, there isn't really a fix I guess, its just css but idk if someone did it
HELP MEEE
do you have any good themes to give in dms?
would appreciate it
you could search idk, I don't have any themes rn but there is a lot in github i guess
Read
Problem solved, thanks
Glad I could help
Yes
iI love this program, thanks to its owner
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.
the library called, they want their computer back
tf is this error
you have to wait
im appearing online and i cant use CustomRPC
hello may i require some assistance?
the vencord dosnt install to discord even though it is "successfuly patched"
is there a plugin that will show what vc a user is in without having them added as a friend?
like if in a mutual server and they in a vc itll show on their profile which vc they are in
voiceusershow
Can I use this on my IOS so on phone?
no
where can i get it i dont see it
nvm it's uservoiceshow 
doesnt seem to work. Im looking at my alt which is in vc mutual server and doesnt show anywhere on profile
is there a horizontal server list plugin for vencord?
How do you get Vencord on Android? I saw above that it was possible but I couldn't find anything on Ven's github
aliucord is what im using (on android)
its pretty okay
this might be a common question right now but are themes working on vencord right now?
I'm using Aliucord
But I wanted to tinker around and see what Vencord on Android is like
Any that work on Betterdiscord ^^
yeah i dont think there is a vencord client on android
that im aware of anyway
huh interesting
ive looked everywhere online and cant find one anyway
if there is id love to hear it though
vf mobile
Yeah
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- Enmity (ios only): GitHub - Discord Server- Aliucord (android only, very outdated but still works well if you like the old version of Discord):GitHub - Discord Server
Yooo, ty
ohh
yeah no i know that one
but it technically isnt the actual discord apk
its just a embed of the browser version with vencord installed
which is cool if thats what your into
Yeah, that's exactly what I wanted
backtracking to this
ive reinstalled and everything but themes wont load currently
Hello from Vencord for Android!
It works surprisingly well
It's a little slow, but my phone sucks, so
Does it support push notifs?
idk
wht
@marble palm
so i just installed vecord . but it looks normal discord. it doesnt look like cute discord shown on github . can anyone help??
You dont have any themes installed
the theme shown on the github page doesn't come included with vencord, you can install it separately at https://github.com/Synqat/vencord-theme/
if vencord doesn't show up within discord at all then refer to #faq
that just means its installed
but when im in discord user settings the vencord section isnt there
oh-
i see-
then
i have
no clue- im sorry
all good
Oki thanks
Where do I find all other themes and plugins?
did you fully restart discord, from the tray
not by pressing the x
yes
does the installer say it's patched
i click install and it says that it was successful and when i open discord vencord ist loaded
this but its not in dicord
if you go to discord in task manager, right click it and select "open file location", where does it take you?
its bc its not the right directory
it worked flawlessly now
thank you for the help <3
is vencord really faster??
I just installed venroid
faster than betterdiscord, not faster than normal discord
how do i install vencord in the normal discord app?
https://github.com/catppuccin/discord
how can i install this ?
or find other themes for vencord?
anyone?
same as a BD theme except you put it in Settings -> Vencord -> Themes -> Open Theme Folder
showhiddenchannels doesnt show all roles or members that access to that channel
since bd themes work you can just use https://betterdiscord.app/themes
anyone?
FAQ
mobile*
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- Enmity (ios only): GitHub - Discord Server- Aliucord (android only, very outdated but still works well if you like the old version of Discord):GitHub - Discord Server
this is normal?
yes
its in the desktop app.
you sure?
if you dont like that then read the latter part
do
?
whats the invisible chat one do?
odd
yes
i think android
yes
i have android-
whats the invisible chat one do?
how do ๐ฅบ
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- Enmity (ios only): GitHub - Discord Server- Aliucord (android only, very outdated but still works well if you like the old version of Discord):GitHub - Discord Server
i see
wait aliucord is outdated
whats the invisible chat one do?
dam
"aliucord is outdated" aliucord is stuck about 70 versions ago
still is the best for that version
Vf theme
open the dev tools with CTRL + Shift + i and click on the "console" tab at the top. Then paste and run (with enter) the following code.
It will- disable custom css (you can turn it back on in Vencord Settings)- copy your current theme links to your clipboard as a backup- remove all themes
(() => {
Vencord.Settings.useQuickCss = false
copy(Vencord.Settings.themeLinks.join("\n"))
Vencord.Settings.themeLinks = []
Vencord.Settings.enabledThemes = []
})()
bro no one knows
try it and see
hello so im trying to download vencord on ubuntu but i got this
how did you install discord
snap isnt supported
I'm on linux and have been trying to download vencord through the terminal
i'm doing everything right but this error code comes up and I don't know what to do about it
the alternative stated for linux is unclear on the website.
please add feature to use more soundboard sounds https://cdn.discordapp.com/emojis/1133428115511722015.gif?size=48&name=rp&quality=lossless https://cdn.discordapp.com/emojis/1133428091977465876.gif?size=48&name=rl&quality=lossless https://cdn.discordapp.com/emojis/1133428172910776380.gif?size=48&name=rz&quality=lossless
they just links for me
idk what encrypt didโกโโฃโโขโโโโโขโกโโโโคโโโขโโกโฃโฃโโโขโขโโฃโขโขโโขโโกโโกโขโฃโคโกโโโขโโกโโโฃโคโขโโขโคโโโกโโขโโคโขโโกโโก
a
wowie
anyone got link to the css code where u can add titles to server folders?
also how can i have message logger permenant and why isnt it by default
we dont want
use userscript
how tamper monkey?
yes
k
How can i use #๐-js-snippets ?
read the pins
Thanks
Is there a way to share audio when screensharing on linux with vencord? I know it's a discoord issue but wondering if there's a plugin or smtn to fix it with vencord. I tried discord-screenshare and it just shares screen but not the app
Does anyone know how to disable the venroid desktop?
get the raw of it and copy it into web themes
okk
hey, im not sure what the problem is, but whenever i try to upload my settings to cloud, it shows this message. its been doing this ever since i switched laptops. anyone know whats wrong?
ping me if you reply because my pings are really weird sometimes
turn off and on the first switch
So, can someone help me?
I am trying to use the "petpet" plugin, but when I type the command, it simply gives me this error:
An Error occurred while executing command "petpet":
Ti</ca<@VencordWeb:41:16913
Gn/Vencord@VencordWeb:4:7476
execute@VencordWeb:123:1287
Y2@VencordWeb:19:54
H/H</<@WebpackModule698847:2:7605
a/</<@WebpackModule698847:2:2655
a/<@WebpackModule698847:2:2760
k@WebpackModule698847:2:561
l@WebpackModule698847:2:760
This consistently happens whenever I use any of the image options, like image, url, or user. Reloading does not help. Does not work in any servers, direct messages or group chats, at all.
If that is important, I am using Vencord Web on LibreWolf 117.
petpet uses an external api so it wont work if you use the userscript
and since youre on firefox so no extension, ยฏ_(ใ)_/ยฏ
but i have the extension, i had it installed before it was taken down
so is the issue because of the extension being outdated?
i guess, and also because firefox doesn't support certain things the extension needs for full functionality
Uninstall it?
Instructions are in #info.
@neon seal minor bug: RelationshipNotifier just registered an account switch as me losing boatloads of connections. That overflowed the vencord notif list, essentially purging it.
That does not usually happen when i switch accounts. The bug most prbly had to do with the fact that i had two accounts open in separate tabs in browser.
Thank you for the pluggo! ๐
PS: Congrats on scoring that pomelo, damn!^^
i was abt to explode, thankfully i did read #faq and #announcements before
@shell veldt sorry for tag can you help me
we'll help you after reading the rules
???
how can I get custom nicknames?
I understand, why don't you use folders?
just... change your display name
ORGANISE IT
wait NOT THAT
yeah then that's your fault hahaha
CUSTOM FRIENDS NICKNAME
you can do that in discord normally
right click the name and press set nickname
it doesn't show
if you wanna do it using CSS, good luck, I won't help :3
where doesn't it show? in chat?
Does anyone know how to import a betterdiscord plugin into vencord as I would like to use the betterdiscord plugin called editservers
Can you add a gas tank to a Tesla? No? There's your answer.
But in case it wasn't clear:
It's not possible to use plugins of other mods on Vencord. See #plugin-requests.
i just finished work so im a bit smooth brain atm where would i do this to change the install dir?
oh
one sec ima check
right click in the DMS list
it says "Add Friend Nickname"
h-hewo devil
nothing shows up
it doesnt appear
shush
more tags plugin bugged?
you can do the talk im outaa here
aw man
a
imagine not being able to set a custom nickname!!
SHH
im tryna figure it out
you two can edate in dms please
NO EDATING
only im allowed to edate in support or general
help
and only with @broken tiger
excuse ME
๐ญ
yo..
help me w the nickname stuffs
now what do you two need
nickname help :3
if you cant set a nickname you cant
ah nuts
@broken tiger L
if you wanna give your friend a nickname, you just have to rightclick and add friend nickname
do a flip off a cliff rq
i dont have thatt
wha
THATS WHAT I GET FOR HELPING YA ASS?
wait
Only shows in private chats.
ill figure out smt else
I mean DMs.
ty!!!
also what does moyai plugin do
they're muted :(
literally what i said before lol
yeah ik that but there isn't even a option to set it
Ah, my bad then. Was jumping around in history.
And you tried right clicking your friend in DMs?
do i say yes because they cant defend herself or do i say no to be honest?
The truth is always better imo.
i have a DM to send
You missed one.
hello is there an android vecord?
Themself/themselves*.
Check out Vendetta.
oh i see, im too lazy for that haha, they wont mind
Well, RIP then.
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- Enmity (ios only): GitHub - Discord Server- Aliucord (android only, very outdated but still works well if you like the old version of Discord):GitHub - Discord Server
one of the following mods
Plural "mods", only one mod listed. :D
I'll see myself out.
3, just broken line break
google "how to set environment variable"
ah thanks, my smooth brain was like thinking vencord specific
v s
- fixed, update, up
- linux, l
- mac, darwin, m
- missing features, keybinds, mf
- moreinfo, more info, mi
- reinstall, redownload
- windows, w, win
v help
vban (yeet) - Does stuff idk
veval (e, $) ๐ - Does stuff idk
vfaq (f) - Does stuff idk
vhelp (h, ?) - Does stuff idk
vnotsupport (ns, nots) - Does stuff idk
vprune (purge, clear, delete) - Does stuff idk
vsource-code (source) - Does stuff idk
vsupport (s) - Does stuff idk
vupdate ๐ - Does stuff idk
vs
- fixed, update, up
- linux, l
- mac, darwin, m
- missing features, keybinds, mf
- moreinfo, more info, mi
- reinstall, redownload
- windows, w, win
#๐ค-bot-commands
Can you add a gas tank to a Tesla? No? There's your answer.
But in case it wasn't clear:
It's not possible to use plugins of other mods on Vencord. See #plugin-requests.
What plugin? If it's for Vendcord, you need to git clone Vencord. Add the plugin, build Vencord and inject it.
Yep, for those you need to do the process I explained
Are you on Windows?
read the pins in #1032200195582197831
Adding a 3rd party plugin.
hi i need help
oh so i installed it?
but
how do i use it
then?
i canโt find it
wait lemme click on repair ig
where tf did issues go on the vencord github
broke ass game ass, crashes every time, and there's only prs, no issues
awesome
anyway since this seems to be the only placeleft to actually report issues,
currently have it open in incognito so it loaded without plugins enabled so that I can actually open it and send messages here
could disable it entirely but eh
clearly some issue with plugin config but I haven't messed with those in forever and it worked a few days ago
ancient version
extension was removed from the firefox store #announcements so sadly no more updates there
removed because of extreme stupidity
extreme stupidity from people reporting issues I imagine?
from people who cant read "this isnt for plugin requests" mainly
awesome
why do discord client mods only attract people more than 2 standard deviations from the mean IQ
horseshoe theory is real
Please note that due to Discord's content security policy, the CSS Editor, custom themes and plugins making use of external scripts will not work with the UserScript.
cringe
Anyone know why my cpu usage spikes up too 100 while tabbing into discord?
is there some feature that allows me to auto-ping people that have 'ping' or '@' in their user/nick?
auto-doing anything isn't really recommended since it can be regarded as selfbotting
Why do you need to do that 
NoReplyPing, basically. Does not mention you whenever someone replies to you
wut
no, i mean automating user actions
it's not
I wanna ping people if they say they wanna get pinged, yet often forget to check their nick
when replying obv
what
this
yes
but
I wanna ping people if they say they wanna get pinged, yet often forget to check their nick
why isnt my quickcss editor opening
thirdparty cookies arent blocked
also does userdb not work on web
..
brave issue
brave momento
hey guys! How to update to a last commits of my dev build?
Git pull...
Hey guys! Do anyone know any plugin or any way to hide this tab?;
I want to see no list for blocked people.
css
Need to make it myself?
just find the right selector
may need nth-child
/* Hide "Blocked" tab in friends list */
.item-3mHhwr:nth-child(4) {display:none;}
or do it the clean way and enable https://vencord.dev/plugins/ThemeAttributes
extra work
i don't like when i need to add something extra just to use something
its like installing another app on your phone just to do something with a website
not that it matters but it would also break compat with any other client mod wouldnt it
shrimply dont use inferior mods
so true
"id rather do the super hacky method that will horribly break if discord ever decides to reorder or add a new tab or any plugin does that than spend 5 seconds enabling the plugin specifically made for this and doing it the clean way"
we should do performance tests with and without ThemeAttributes /j
Working!
Thank you ๐
did not work 4 me, any ways, thank you
you need to
just read the guide
if its too complex maybe don't try do what you're doing
how do i use custom rich presence properly for roblox
How do i add more plugin ?
I want to get the same than on my computer
(or where is the list of link to dowload them)
is that vendetta
yes
so
not the same mod
where is vendetta server ?
i think its just called detta now
i feel like it would be weird for a discord mod to not have a guild
go in your discord settings
under the vendetta section go in general
there is a button for the discord server
okay thanks
anyone got link to the css code where u can add titles to server folders?
also how can i have message logger permenant and why isnt it by default
What is the directory for deleted images and videos from the vencord message logger?
they're not stored locally afaik
How do you change discord font
they might not be in any servers you are in
normal discord
no shared server or youre blocked
or you're rate limited (also normal, try again after a few seconds)
Hi, Im having issues with getting my fake nitro theme working i cannot get the colors to appear (where you copy the 3y3 code)
im unsure how long its been not working
Im on web with vencord
chrome
windows 11
i followed all steps
i fixed it
it was cuased from my custom theme
I cannot unmute using vesktop; is there any way around this besides not using vesktop?
anyone got link to the css code where u can add titles to server folders?
also how can i have message logger permenant and why isnt it by default
message logger doesnt actually save anything
it just makes the messages stay cached
so there really isnt a way to make it permanant
not even 3rd party plugin?
do you know how to make a plugin?
man if only there was a plugin in there that could enhance the message logger or something
it was removed because people are stupid
not possible
so how can i literally
change the call ringtone
on vencord
if theres a plugin for that
did u look
is there a plugin
idk
there is not a plugin for that
theres ur awnser
oh sad
is there a reason my local theme broke my profile theme
how would i know, i dont know what your theme does and how it does
mb
theme issue anyways
Solved; arch linux issue; reboot to fix
i'm working on it (at a ridiculously slow pace)
there isnt, its my only other issue with vencord beside not being able to see messages in the top right of my screen
trying to make a textreplace snippet and its not working for some reason...
(regex)
Find: ^-
Replace: \\-
what this should be doing is replacing all the annoying discord list dots into normal hyphens, but for some reason it never matches?
is there something im doing wrong here?
i tested it in regex101.com and it worked fine...
doesn't textreplace only change your messages
same here. for some reason i can't get the caret (^) to work and i think that might be the issue?
Yeah right
wdym 'Yeah right' ๐ญ
i came to vencord from betterdiscord, and there was a notification plugin where i could see people's messages in the top right of my screen
vencord on school chromebook real
you can't
real
Find: ^\s?-
@azure perch should really stop padding with space and think of a better way to do whole word matches
im moving it to inside string rule only
i need help
what is it
you can just install the chrome ext wdym
not if it's blocked by admin
find a way to bypass :)
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.
they mark discord I click on it ?
what
but how I get the master to the right location is discord
My friend is in need of some help, they had a broken disc install but fixed that and now when they close discord fully and press install it says succesfully patched but when they open discord vencord doesn't appear to be installed, they have tried pressing reinstall/repair aswell but nothing we can think of seems to be working
idk what you mean, did you click the button and delete discord + squirrel folder like it said
are you fully closing discord from the tray?
have also tried completely reinstalling discord, that didn't seem to help either
Homestuck :>
when the home is stuck!
homestuck fans during lockdown (they are stuck inside their home)
homestuck fans when they get put on house arrest
hey, ive been using vencord for a month or so, and it just randomly dispeared. no plugins workin, no plugins tab
nothing has changed though
reinstall
uhmm is there a plugin where we know if the discord user is using phone, website, or discord app?
platformIndicator
is there a plugin that auto mutes the server when I join in?
once again, use the search feature in the plugins tab
mb
discord keeps crashing for seemingly no reason and every time it crashes it comes with this error, not sure whats causing this or how to fix?
is there a way to make customrpc display years or some ridiculous timestamp? i want something like 1000 years or something. unix only goes so far, up to 1970
no
can you get banned for using this
vf tos
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
Is there anything to remove server onboarding animations? It's painfully slow
(@neon seal ah i remembered another thing: It was prbly a downstream bug of a bug in discord itself, as dc showed me a dm log from the wrong acc)
Can u install vendors for android
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- Enmity (ios only): GitHub - Discord Server- Aliucord (android only, very outdated but still works well if you like the old version of Discord):GitHub - Discord Server
try css
I think I've seen this before, try reinstalling vencord, if that doesn't work try reinstalling discord, if that doesn't work install vesktop and see if it works
hello
I need some help installing discord on kali linux
I chowned the wayland installer
but it still says permission denied
and when i run it as root
it says I shouldnt be running it on root
something must be screwed up here (i'm using Vesktop to send this msg cause discord greyed out) whuttt
sir how do you have an image background?
no no no, you're profile background...
wdym
USRBG
or you can get nitro but it's only for rich people
xd
my modified loading quotes plugin isn't working and it MADE DISCORD TURN GRAY
lol
jump off a bri-
don't
you're using settings.use outside of a react component
use settings.store for that
ohhhhhhkayyyyyyy
how do i remove the web ver in vencord mobile?
i want it to be in mobile layout
not the desktop ayout
are we allowed to request plugins
hi, i recently bought a new pc and i want to know if it's possible to export the vencord config and also the plugins config
i was thinking of taking screenshots, but i'll take a lot of time
just transfer the files
oh just like that, thanks
is there a mod where i can access the discord soundboard?
no
most likely won't work
is there plugin show me my account first of the server?
click the message in the settings that says "click here to get your banner"
ok
hello can i use animated profile pic with vencord
broken, wait for an update or use the desktop app version
no
Is here a channel for feature requests or something similar?
closed
hi
when i install vencord and installer location says patched i cant open discord
java script error
any solution
ss the error
Reinstall vencord from
https://vencord.dev/download/
how to open css
right click the file and select the "Open" option
it should default to your default text editor
are you talking about quickcss?
Why is vesktop icon not showing? I'm on linux mint
ye
yes
go to user settings > vencord and there should be a button titled "open quickcss file"
this?
yes
vs w
โ ๏ธ Do not run the installer as Administrator
Download and run https://github.com/Vencord/Installer/releases/latest/download/VencordInstaller.exe
If the above doesn't work/open, for example because you're using Windows 7, 32 bit, or have a bad GPU, you can instead use our terminal based installer.
To do so, open Powershell, run the following command, then follow along with the instructions/prompts
iwr "https://raw.githubusercontent.com/Vencord/Installer/main/install.ps1" -UseBasicParsing | iex
Just write the css of the plugin there and it will change?
@import "https://monstrousdev.github.io/themes/addons/overHeadServers.css"; I wrote this there and nothing happened
imports need brackets around what they're importing
ive tried unstalling and reinstalling discord and vencord but it will not install
Your Discord seems to have installed in the wrong place. This could be due to a variety of issues.
To fix it, click the "Take me there!" button and follow the instructions in the dialog.
i did that and it still does not work
if you did it properly you wouldn't get the error
I donโt understand, you can write how and Iโll paste it there
ok i just got it fixed i thought it would delete discord
pls
Did not work out
or just use online themes
go to themes -> online themes and paste in the url (just the url, not the @import(); )
^
why is vesktop's icon not showing up?
That blank thing on taskbar with purple highlight is also vesktop with no icon
any info on when the share quality bug with fake nitro will be fixed?
i installed the said packages and added the flag, it still doesn't work
Try installing espeak-ng
yup that worked. thanks.
it is not opening only mine is win 7 64 bits
the problem is that you are using windows 7
BRUH
any solution rather than upgrade
vs w
โ ๏ธ Do not run the installer as Administrator
Download and run https://github.com/Vencord/Installer/releases/latest/download/VencordInstaller.exe
If the above doesn't work/open, for example because you're using Windows 7, 32 bit, or have a bad GPU, you can instead use our terminal based installer.
To do so, open Powershell, run the following command, then follow along with the instructions/prompts
iwr "https://raw.githubusercontent.com/Vencord/Installer/main/install.ps1" -UseBasicParsing | iex
it donent work
read the whole thing
i have did the second step also
waiting for the day they add unlocked soundboard
its not possible
is there any specific reason behind it
This isn't really vencord related but any way I can make images fit the screen when previewing them?
it's incredibly annoying getting this tiny ass preview
Hey is there are any mobile version of vencord
.
maybe there is even a vencord plugin for this or with css or something
i've tried it
vincord
but it didn't even launch
vs w
โ ๏ธ Do not run the installer as Administrator
Download and run https://github.com/Vencord/Installer/releases/latest/download/VencordInstaller.exe
If the above doesn't work/open, for example because you're using Windows 7, 32 bit, or have a bad GPU, you can instead use our terminal based installer.
To do so, open Powershell, run the following command, then follow along with the instructions/prompts
iwr "https://raw.githubusercontent.com/Vencord/Installer/main/install.ps1" -UseBasicParsing | iex
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.
id didnt work im not stupid bro
If all else fails, reinstall Discord and then reinstall Vencord.
okk
- fixed, update, up
- linux, l
- mac, darwin, m
- missing features, keybinds, mf
- moreinfo, more info, mi
- reinstall, redownload
- windows, w, win
- fixed, update, up
- linux, l
- mac, darwin, m
- missing features, keybinds, mf
- moreinfo, more info, mi
- reinstall, redownload
- windows, w, win
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- Enmity (ios only): GitHub - Discord Server- Aliucord (android only, very outdated but still works well if you like the old version of Discord):GitHub - Discord Server
1. How do I install Vencord? (installation, install, download, installing, installer)
2. Vencord isn't working! :( (broken, not working, reinstall, update)
3. Can I use this on the web version of Discord? (browser, web, firefox, chrome, extension, userscript)
4. Is there a mobile version of Vencord? (android, ios, mobile, phone)
5. How do I install BetterDiscord / Replugged / [insert other mod here] plugins? (betterdiscord, replugged, powercord, shelter, plugins, bd, rp, custom)
6. Will I get banned for using Vencord? Will plugin X get me banned? (tos, banned, terms of service)
7. How do I migrate my Vencord Settings from Canary to Stable (or vice versa)? (settings, migrate)
8. When joining voice channels, I get "RTC Connecting" (vc)
9. My themes broke and now I can't open settings or disable them (themes, broken themes, themefix)
10. Why do I get logged out after opening DevTools? (nodevtoolswarning, hidetoken, logout)
11. Why does my Discord always crash when opening DevTools? (crashing, crashes, oom)
12. How do I uninstall Vencord? (remove)
13. What are the official websites for Vencord? (vencord.app, unofficial, official)
We provide a convenient graphical installer you can use. Or you can just grab Vencord from the Chrome & Firefox webstores.
Visit our download page to find out more!
vf powershell
1. How do I install Vencord? (installation, install, download, installing, installer)
2. Vencord isn't working! :( (broken, not working, reinstall, update)
3. Can I use this on the web version of Discord? (browser, web, firefox, chrome, extension, userscript)
4. Is there a mobile version of Vencord? (android, ios, mobile, phone)
5. How do I install BetterDiscord / Replugged / [insert other mod here] plugins? (betterdiscord, replugged, powercord, shelter, plugins, bd, rp, custom)
6. Will I get banned for using Vencord? Will plugin X get me banned? (tos, banned, terms of service)
7. How do I migrate my Vencord Settings from Canary to Stable (or vice versa)? (settings, migrate)
8. When joining voice channels, I get "RTC Connecting" (vc)
9. My themes broke and now I can't open settings or disable them (themes, broken themes, themefix)
10. Why do I get logged out after opening DevTools? (nodevtoolswarning, hidetoken, logout)
11. Why does my Discord always crash when opening DevTools? (crashing, crashes, oom)
12. How do I uninstall Vencord? (remove)
13. What are the official websites for Vencord? (vencord.app, unofficial, official)
vban (yeet) - Does stuff idk
veval (e, $) ๐ - Does stuff idk
vfaq (f) - Does stuff idk
vhelp (h, ?) - Does stuff idk
vnotsupport (ns, nots) - Does stuff idk
vprune (purge, clear, delete) - Does stuff idk
vsource-code (source) - Does stuff idk
vsupport (s) - Does stuff idk
vupdate ๐ - Does stuff idk
i think this is best for #๐ค-bot-commands
you're in #๐ฅ-vencord-support-๐ฅ
Oh sorry





