#🏥-vencord-support-🏥
1 messages · Page 72 of 1
so how would i do it
vencord has a built in custom css editor in which u can use css to quickly get rid of things mentioned in the post
ok, found this
i would die for a steam ui theme
NVM GUYS thanks for the help!!
My patch isn't working and I have two folders, one called "Discord" other "SquirrelTemp", do i delete both or just "Discord"?
both
Thanks. <3
patched?
what
Yes.
What
Can we add plugins that are not on vencord ??
Or is it written?
vf bd
You can't.
Chances are, it's already a Vencord plugin! Or if it isn't, you can open a plugin request
so we can't?
read it :)
vencord aint installing for me or atleast it aint working
Vf mi
Settings are already shared across all Discord instances on the same PC so you can just switch and they will be kept!
Wrong one
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 installed the installer i pressed install it opens the powershell then it says its succesfully patched but when i open discord nothing changed and theres no vencord section i tried reinstalling discord and the installer but nothing works also tried installing manually with powershell still didnt work im using windows
I had one-time bug where 1. I installed Vencord for the desktop version 2. enabled the windows titlebar 3. restarted with Quit Discord 4. there was no titlebar until I restarted discord again
I can't reproduce it
and not gonna reinstall discord to try to find a repro
OK, after it said successfully patched, did you fully restart discord:
close it in the tray to make sure it's not running in the background,
then launch it?
yes
did it multiple times too
Not sure then, I would wait for someone with more of a brain than me
🥹
anyone know why this code isnt working
i made it to convert the circle pfp's to squares
because it looks better
it does nothing
damn
ducko help me
what's the home button? pressing the home key doesn't close open folders
is it missing some varible
cus i asked nicely and ur a very nice person so u will help me
.-.
does anyone know how to get square pfps in vencord css'
im not good at css
like at all
Have you tried clicking the fix button in the installer
yup multiple times too
my problem was that i was trying to open the app with my old shortcut
Yes I have the css but I am not at my computer
yo
its normal for a powershell window to appear while installing vencord?
powershell jumpsacre is the scariets of jumpscares lmao
why you shouldnt run the installer as admin?
/* not circle */
[class^="avatar-"] {
border-radius: 25%;
}
adjust 25% as needed to get desired level of not circle
because it creates files with admin levels which can break stuff
so is there not like support people to help ;-;
believe it or not, people don't sit around all day to help people with vencord
I was going to say. Perhaps not right this second. lol
you will have to wait for one of the ~5 people who know how to fix your issue to get online
i was just asking if there was any
helluva boss reference real
vns
so i have cloud set up like this, and it tells me everytime "error 401 - couldnt synchronize to the cloud", does any1 have a solution to this?
Is there a video guide on how to get third-party-plugins? I struggle to follow the github guide
turn it off and on again
according to VirusTotal community tab of all things i didnt download any alternative version
thx ❤️
yes
**find_discord_windows.go: **Lines 87-92
func PreparePatch(di *DiscordInstall) {
name := windowsNames[di.branch]
fmt.Println("Killing " + name + "...")
_ = exec.Command("powershell", "Stop-Process -Name "+name).Run()
}
is there anywhere i can check the hash of the installer?
what for
Whats the different between vencord and cumcord?!
cumcord is dead
ow
But the Same thing like vencord
they are both discord mods
is there a plugon to hide gift button
what is "the home button" in BetterFolders? the Home keyboard key does nothing
tried it before and nothing happens
Give vencord extension for the android Firefox browser
maybe it needs a restart despite being actually enabled already
so i got a theme from BD [Frosted glass just incase that info is needed] and its customizable but i can't find anyway to customize the theme
yes, a client restart was needed for some reason
works now
Or can I use this extension on android with the Firefox browser
Ctrl+Shift+I, select element, click the discord gift trash, use CSS selectors with attribute specifiers in QuickCSS (this is the learning and googling part), make it opacity: 0; pointer-events: none;
you can also just use display: none
halp
ah, yeah. I needed opacity+pointerevents when hiding all the popular shit in emoji pickers
Is there a video guide on how to get third-party-plugins? I struggle to follow the github guide
no
rip
so i got a theme from BD [Frosted glass just incase that info is needed] and its customizable but i can't find anyway to customize the theme
{Reposting because no one responded}
edit the css file itself i guess
idk how
**FrostedGlass.theme.css: **
/**
* @name Frosted Glass
* @author Gibbu#1211
* @version 2.2.0
* @description Display your picture of choice with adjustable blur and brightness. Dark theme is required.
* @invite ZHthyCw
* @authorId 174868361040232448
* @source https://github.com/DiscordStyles/FrostedGlass
* @website https://gibbu.me/
*/
@import url('https://discordstyles.github.io/FrostedGlass/dist/FrostedGlass.css');
/* Old Windows titlebar - remove this @import if you wish to use default titlebar */
@import url("https://gibbu.github.io/BetterDiscord-Themes/addons/windows-titlebar.css");
:root {
/*
* Background image variables
*/
--background-image: url("https://i.imgur.com/kYW2H5C.jpg"); /* Main background image | URL MUST BE A DIRECT LINK (ending in .jpg, .jpeg, .png, .gif) */
--background-image-blur: 5px; /* Blur intensity of --background-image | Must end in px | DEFAULT: 5px */
--background-image-size: cover; /* Size of the background image | DEFAUT: cover | OPTIONS: cover, contain */
--background-image-position: center; /* Position of background image | DEAFULT: center | OPTIONS: top, right, bottom, left, center */
/*
* User Popout variables
* This will only affect the user profile (when clicking on a member in the members list)
*/
--popout-image: var(--background-image); /* Background image for popouts and modals | URL MUST BE A DIRECT LINK (ending in .jpg, .jpeg, .png, .gif) */
--popout-image-blur: 5px; /* Blur intensity of --popout-image | Must end in px | DEFAULT: 5px */
--popout-image-size: cover; /* Size of the popout/modal image | DEFAUT: cover | OPTIONS: cover, contain */
... (51 lines left)
i don't understand I've already used the theme editor to make the ver i want
if you used the bd theme editor, the easiest way to use it w/vencord is to just copy the contents of the css file into quickcss
i dont understand anything that is in quickcss
open the theme file with a text editor and copy the contents
then go to settings > vencord > open quickcss file
then paste the contents of the file at the top
what does it look like
Why android version of vencord weighs 1 mb
Start typing
?
what is that question
because its 1mb in size
Im not sure vencord is not just grabber or something
that didn't stop it from loading
and why does file size play any part in this
anyway you can just read the source code yourself https://github.com/Vencord/Android
Cause discord weight 250 mb
if you think 1mb is too little, it's that little because it's just a super simple loader that loads discord in a webview (browser already installed on ur system)
me when 20gb app
but it's kinda unusable so you probably don't want to use it anyway
Yep
vw mobile
Does anyone know how to set RPC status to 'for X' instead of 'X time elapsed'
CustomRPC shows time elapsed not 'for X'
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 do use Aliucord on mobile. Ill probably use vencord on pc ig
yes just stick with aliucord
Alr
the quickcss is still loading
i've tried pasting the file info into it but nothing happened
.
have you tried typing in it
it appears to have finished loading
i can type but the loading icon is still there
vesktop not minimizing to tray after update
installed it on top of previous
Heyy, does the Custom RPC not support Discord Attachment links for the images?
hey how can i have dev tool with vencord ?
use imgur
so just typed out the entire file into quick css and reloaded discord and it did not change
do you know how can i have devtool ?
elaborate
?
ctrl+shift+i
like when we press f12 on browser
^
ok thx
is there a plugin to get a different output for each user in the vc
if you mean volume output then thats stock discord otherwise idk
i want for user 1 my headset and user 2 my speakers
[33mAre all plugins officially made by vencord?[33m
not really possible atm
they were accepted into vencord
[33mOk, tyty[33m
idk how to make my own theme
why are you talking like that lmao
im not talking to you 
bro wants to be different without effort
try linking to the css file with import()
definitely selfbot
Why are you typing like that
200ms to edit this message
lmao
idk about you but i’m a pretty fast typer and even i’m not that fast
it’s called view raw it’s okay
i cant do that
simply don’t selfbot
wrong use of the word Emo
ah yes
can anyone confirm?
still deleting his messages
you do know message loggers exist righr
oh well
You know that’s against tos, right?
??
so is selfbot
they’re selfbotting lol
SAYS THE MAN USING A SELF BOT
😭 why are u here bro
all of this is against ToS tf you mean
200ms edit times
200ms edit
Lmaoooo
Done!
XD
we wont know until 10 mins time
I love how he pulls the tos card despite using a selfbot
“timestamp”: “2023-07-26T22:40:11.018Z",
"editedTimestamp”: “2023-07-26T22:40:11.225Z”,

and it was still obvious by just looking at how fast the messages were edited
"ThAtS aGaInTs ToS"
my brother in christ you are using selfbot
dont ya just love to see it
it is what it is
Hey, I was wondering how to add third party plugins into Vencord
#1032200195582197831 pins
Cheers lmao
welp time to find a better theme than this seeing as i can't fucking edit shiet
i hate the fact that i can't have kolibri's from signalis as my bg
if you send the file i can host it on github
aight do i send it here or is there a specific place
you can send it here
hey, i tried downloading vencord but when i get to the warning screen while installing the setup n click "run" it doesn't proceed to anything. Can anyone help me with that?
dont run as admin
i didn't
what os are you on
Windows
thank you
if i open Task manager i can see two processes of Vencord running in the background but nothing on the screen i.e setup or smth
i did, doesn't work
no vesktop update for me i guess
nvm i'm stupid it autodownloaded the arm64 version
so anyone can help me with this or i just have to work with the normal discord app?
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
im sorry?
read
i tried that too, didn't work
the powershell method?
yes
did you select graphical installer or terminal
I didn't seem to get those options
then you probably didn’t do it properly
cant start vesktop at all
i just copy pasted the code so idrk
which step did i miss
well try again
oh the thing didnt set off
weird
oh caues its
.app now
wtf
okay
repost the image @storm estuary
xd
probably different mac versions lol
Okay i will, not on my pc rn so can't
which image lol
the error
errors for both the .dmg and the .zip file versions from latest release on mac arm64
though you meant the image as in what i downloaded for one sec
hence why i got confused
(i'm probably just stupid)
i have trouble with voice messages on pc
so i cant test it
there is that upload file option
but when i use it the voice message on phone doesnt play
TE (T Rl B T ET L ET
can't be opened. You should
move it to the Bin.
SETETERe (W[ ETe [T R s TR IR (ol EIVA- 14
01:08. ‘
- T
Ln'l : li
amazing
anyway
LOL
vesktop can't be opened
LMAO
Try opening a terminal and running xattr -d com.apple.quarantine /Applications/Vesktop.app. This should usually fix the error.
there you go
dawg
"Vesktop.app" is damaged and can't be opened. You should
move it to the Bin. Safari downloaded this file today at
01:08.
Cancel
Move to Bin
Try opening a terminal and running xattr -d com.apple.quarantine /Applications/Vesktop.app. This should usually fix the error.
are you using ios
hm
yes
mood
you have to convert the mp3 to ogg before upload
yes
it works on android regardless
ight bet
just ios moment
will that be fixed in the future
dev branch is overrated
discord issue not ours
ah ok
its useless
all voice messages should technically be ogg anyway, we’re just changing the extension or smth
that damaged error might jsut be because people download the wrong architecture
because the updater gives uwrong link lol
👍 tmm ty
we have to pay 300 eur a year to prevent that btw
vencord will include ffmpeg.wasm 

isnt it even less updated than stable anyway
no its a false flag error
its because the app is quarantined
isn’t dev just basically canary
what the fuck
removing the quarantine flag fixes it
either way no one needs to use that
300eur dev licence
i'm on m1 and downloaded arm64 so that's not that
is it
i dont remember the price
oh 300 is windows
that was it
for ev code sign
its "only" 100€
ye
DAMN
its 300€ on windows yeah but on windows it doesnt matter
microsoft moment
is there a way to keep the logged messages from messagelogger after restarting discord cuz they just disappear after i close it
not even
its decentralised on windows
so the CAs set the price
no that’s intentional
💀
they all just set them quite high
how tf am i supposed to screenshot it
amazing
i bet i will have to see this banner every time i start vesktop, wont i
no
read the guide for how to take a screenshot
its pretty easy
bruh
that shouldn’t even be there(?)
it shouldnt be
wtv im going back to betterdiscord
i just tried an ogg file it still doesnt play
every third party client i've ever seen has it
well idk, either way it’s an ios issue
it’s on discord to fix it
no
only oggs play on ios
hm
make sure its opus
ios sucks
i think vorbis doesnt work
oh
nah ios users just need to cope a littlew
discord just needs to do better
that is very broken
holy shit
(thats possible wtf????)
Hi all, I recently opened a github issue regarding the new voice message feature not working. I was redirected to this support channel and was wondering if anyone could help me out?
the almighty has taken over ur system

i think this happens because the tray icon we use is like 512x512 or smth like that
that’s amazing
and mac is so bad it just goes yeah yup lets display it in its full size
why bother resizing
or at least it was something like that
nay
i just switched from bd to vencord from the ntts video, was a long time user of bd, 2 things. how do i get the online to show, and how do i get notifications working? i hear the sound but there is no popup, ever, with either setting
whar
Is this a support channel or a development channel? Sorry just wondering since you guys are chatting pretty quickly 🤔
this is the support channel
this might be a better image
support that devolves into development talk whenever an issue arises
you love developers also acting as support agents
idk, maybe search online in plugins or something
Cool. Just worried that my message probably already got lost in the sea of messages up there 👆
.ogg.txt
unfortunately messages like these tend to get lost because they contain no info on the issue
so people are less inclined to respond
ty
actually let me make that a topic point
Is vencord safe to use ? Well i dont know you can get banner from Discord so i dont if its safe Please someone tel me and i cant sleep
Right, but in that case, github issues would have been better?
no sound on desktop
check devtools for errors whenever it fails to send a voice message
any way to disable this monstrosity i will NOT be staring at it for hours
yeah but you havent actually described what your issue is :P
yes
"not working" doesnt tell us much beyond "oh its broken"
wouldn’t vs mi be applicable?
is this done in native?
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?
oh
I'm not familiar with your logging system. I'm not seeing anywhere obvious where logs would be spit out. I ran Vencord via the terminal and not logs were outputted. Otherwise all I'm getting is a non-descript error that says "Failed to record"
kinda same 
Vencord Debug Info
Vencord: v1.4.0 • 1d77ab0 (Standalone) - 25 Jul 2023
Discord Branch: stable
Client: Discord Desktop v1.0.9015
Platform: Win32
Outdated: false
OpenAsar: false
Enabled Plugins (41):
BadgeAPI, CommandsAPI, ContextMenuAPI, MemberListDecoratorsAPI, MessageAccessoriesAPI, MessageDecorationsAPI, MessageEventsAPI, MessagePopoverAPI, NoticesAPI, ServerListAPI, NoTrack, Settings, SupportHelper
ctrl+shift+i > console
aha
😞
Thanks for that! I cleared the console and tried recording again. I'm not seeing any errors being printed out, or any logs from the recording process itself for that matter
this is my log, does one of those plugins interfere with notification popups for some reason? i get a sound that i was pung but no popup for where or anything, not using vencord notifs or normal windows
yes, currently it does webm opus
but we need ogg opus
chrome doesnt support ogg
video/ogg
A video file using the Ogg file type.
i wonder if you could do some fuckery
Was this QA tested before being merged? I'm pretty sure I pulled from main
it was tested a bunch yes
Yup
run /vencord-debug
if it doesnt work for you it's an issue with your browser or system.
Vencord Debug Info
Vencord: v1.4.0 • 1d77ab0 (Standalone) - 25 Jul 2023
Discord Branch: stable
Client: Discord Desktop v0.0.28
Platform: Linux x86_64
Outdated: false
OpenAsar: false
Enabled Plugins (20):
BadgeAPI, CommandsAPI, ContextMenuAPI, MessageEventsAPI, NoticesAPI, ServerListAPI, NoTrack, Settings, SupportHelper
it might be that discord has only implemented voice recording on windows
Vencord Debug Info
Vencord: v1.4.0 • 1d77ab0 - 26 Jul 2023
Discord Branch: canary
Client: Discord Desktop v1.0.72
Platform: Win32
Outdated: false
OpenAsar: true
Enabled Plugins (69):
BadgeAPI, CommandsAPI, ContextMenuAPI, MemberListDecoratorsAPI, MessageAccessoriesAPI, MessageDecorationsAPI, MessageEventsAPI, MessagePopoverAPI, NoticesAPI, ServerListAPI, NoTrack, Settings, SupportHelper
would you be able to run this in the console for me (one sec)
DiscordNative.nativeModules.requireModule("discord_voice").startLocalAudioRecording({}, success => console.log(success));
DiscordNative.nativeModules.requireModule("discord_voice").stopLocalAudioRecording(success => console.log(success))
run and show the output
Sure, one sec
mm yes
@copper iris
Hello, I have a question is the FakeNitro's stream quality bypass affecting performance? Like is it more performance taxing than regular nitro streaming quality?
no
thank you, that makes sense
i hardcoded the path to the file but the path is different on linux than on windows
no it’s the same, it’s all client side anyway fake nitro just disables the check
time to use the return value!!
no
why not
i deliberately did not use it because that would mean having to add arbitrary file access to vencord
dont forget macos
which I'm not willing to add
**ipcPlugins.ts: **Lines 52-55
ipcMain.handle(IpcEvents.VOICE_MESSAGES_READ_RECORDING, async () => {
const path = join(app.getPath("userData"), "module_data/discord_voice/recording.ogg");
try {
const buf = await readFile(path);
oh i see
why discord even gives you the filepath instead of just the buffer is beyond me anyway
its really stupid
mac
thank you
might be some ffi restriction
i could use the return value but restrict it heavily
like require it to be in the discord dir and have the file be named recording.ogg
that should be good enough
how so?
just read file and return buffer instead of path
considering you can upload ur own file already i dont see what this could break
what do you mean?
this
security quite simply
they probably dump the buffer and put it in a file directly for a reason , i dont know what it would be but i still imagine its relating to native modules' ffi or something
the vast majority of vencord, including all plugins, run in the renderer. There is no way for any of it to access your system in any way
no
how long is it?
int32 limit
they cap it on mobile(?) but idk if it’s 7
and the 32int limit
@shell veldt What does the release cadence usually look like for Vencord? I'm assuming a patch won't be merged back onto main for some time?
working on it right now
vencord's dev cycle is very rapid
about this abomination, i just wanna ask: why does vesktop even have that? discord doesn't have any menu bar logo on macos
stuff gets fixed or merged quickly
cause it has it on windows
there's no code specifically to deny it on macos

its just the same codebase

this is a great variable name i think
couldn’t get better
make sure to ban ../ and whatnot
normalize does that
thisIsAVariableThatKeepsTrackOfTheBaseDirWithTheTrailingSlash
yipyip
do u have dev install @broken tiger
I have main installed right now. I don't supposed there's an easy way to point to dev without having to reinstall everything?
I don't
hello!! when i tried to download this i got the screen telling me my discord is broken, i followed the instructions in the faq and in the website and it will not let me delete the discord folder it wants me too. ive tried closing the app, emptying my bin, nothing seems to get it working. not sure if im just being a bit stupid can smone hel me out please 💀
could you send a picture?
yes one sec!
i hate it when i have to do PRs to remove things
honestly its hilarious
tempted to keep it
ive closed the program a few times now so im not sure what the problem is tbh 😅
😠
you aren't using the desktop client to talk here are you

seems like they are 
dont mean to sound silly but im not sure what that is 😭
force close discord through task manager or tray and try deleting the folder again
^^
thank you!!
if you're using the app to talk to us, that's why you can't delete it
^
wouldn't want to delete something that the app is using
yes i tried to close it when i deleted it but it still wasnt letting me
hi
hey I can't open discord?

omg hi vee
how did you install vencord
hi vee :3
click repair button in installer
le epic corrupted file
ahh
wow ven cant believe you just ASSUMED they were using the gui installer!
enable voice messages plugin. try recording a message and verify it doesn't work
then checkout https://github.com/Vendicated/Vencord/tree/vc-msg-fix-linuxmac branch and see if it is fixed
my computer has been trolling me today after I install my new RAM
give me 5 mins
doing a PR to remove the tray icon for vesktop macos
thank you it worked bestie:3
im back 😅 i closed the app an all but its still saying the same thing idk if its just me doing smth wrong but i dont know how to close it more than its already closed
is it currently closed
yes
then you didn’t fully close it since i can still see you online on desktop
click on this little arrow on the bottom right of your taskbar
or just look for a discord logo in that general area
and then right click and quit
yep now try deleting the folder again
tysm 😭 im so sorry
it’s fine
its fine its why we're here 
fixes it
thank you for testing!!
anytime
@broken tiger pushed. you should receive the update any second
(now)
please verify it works
what does the 3y3 profile thme do
Sweet! Thank you, I'll make sure to let you know how it goes
Looks like it worked 😮
nice!
still dk wtf it means
nice thanks vencord desktop
I've literally never been locked out of my account before
not vencord related
have you considered reading the email
wrd just sue vencord fr
^ my alt got this error while i logged into the regular ass web client
🔥
"click below to set a new password"
what u expect vencord to do
just do it
😭
i did that's why i'm here
they only started to require password resets recently tho
so why keep complaining
to complain about it or what
its not even vencord's fautl lol
set a custom profile theme in profile settings, copy 3y3, paste in bio, voila
u got ur acc back
its just discord thinks youre sussy for some reason
wait so it will work for me?
logging into vencord is no different from logging into discord.com in your web browser with ublock origin enabled.
and anyone who has the plugin
so side note
if they have the plugin enabled
when will keybinds work in the vencord desktop
only ppl with the plugin can see the profile colors
pretty sure
there is alrdy
keybinds are already supported, global keybinds no(t yet)
what type of keybinds
toggle mute
works on my machine
yeah... if only I had tried that already
I'm using Vencord desktop not vanilla discord
toggle mute works, just not outside of the vesktop window itself
like i said, global keybinds are the only ones that aren’t currently supported
so anyone cant see that i have a custom profile unless they have vencord
i think u need to run discord as adminstartion pretty sure
added it as an autoresponse
because we detected suspicious activity
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.
just in case

have a feeling it might come up a lot...
suspicious
alsoooo do you wanna change your pronouns or do you wanna leave this server
lol apparently not
whats wrong w it
that’s a good enough response to me
we do not allow that sort of language here
read the rules
please remove it
its in our automod configuration, try saying one and it wont let you 
but the fact that you are specifically nitpicking the rules just because they say "dont use slurs" as an excuse to use slurs is disgusting behaviour and you should reconsider many choices that have led you up to this moment, including when you set that as your pronouns on your profile
thats ur own opinion
legit rule 3
ppl might disagree with u ab the slurs thing
you wouldn't be saying the n-word in work would you?
the only people who would disagree with slurs being disgusting are people who are disgusting themselves and wouldn't be welcome
DIdn't think so
so if you would like to take your leave now, you may
alrdy did
nsfw is diff than slurs
what r u talkin ab
thank you for changing them, and do seriously reconsider your views, because that genuinely shocked me with that response and im sure that's going to get you kicked out of communities one day
and it falls under rule 2 more than anything
do you guys help with plugins or just issues with vencord installing
anything and everything vencord related
Themes still have this normal discord dark mode thing even though It's not supposed to be like that (Yes, I tried It on multiple themes)
i keep getting an error when i try and clone emojis to my server
not a vencord issue
theme issue
you can see that its applying the theme, its just not been updated for modern discord versions
open devtools (ctrl + shift + i -> console tab), clone an emoji and see if an error pops up and screenshot it
aight
probably just cors
ok one sec
is there any folder or smt where the messages get stored with the logger?
messages get stored locally on your current session
once you restart/close discord they’re gone
hey @sick glade with armcord how would i go about getting 3rd party plugins
honestly have no idea, never used armcord
how is vencord loaded/implemented in armcord?
is it just the extension
Re-add uwuify
oh ty
apparently
oh interesting
so would i have to change the source or something
i think so if that’s all it loads
does vencord have that cool down or does discord
discord
discord
alright ty for your help
is there a plugin to hide server icon
css
ye probably
hum
I can't get vencord to run on my system, I use endevour linux (which is basicly arch)
I also use the discord_arch_electron aur package https://aur.archlinux.org/packages/discord_arch_electron
all youd have to do is pnpm buildWeb and replace their browser.js with yours somehow
yeah
theres vencord-desktop-git which is great too
ill just cc @stiff nymph into this, i pinged him in the armcord server as well
would that change it not working though?
my vencord installer wont open what should i do?
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
do not run me as administrator
You have run the installer as administrator. Please follow the instructions in the message. Do NOT ignore this or you will be refused support.
If all else fails, try opening up command prompt, TYPING (do not run!) set __COMPAT_LAYER=RUNASINVOKER && , dragging in the executable file, then pressing enter. This will cause the same warning as before but should no longer be running as admin, so you can just press cancel.
Is there any chance i could get banned for using vencord?
vs tos
- fixed, update, up
- linux, l
- mac, darwin, m
- missing features, keybinds, mf
- moreinfo, more info, mi
- reinstall, redownload
- windows, w, win
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
reinstall/repair vencord
Reflect.get called on
Please update, repair, or reinstall your Vencord, preferably in that order.
doesnt work
oh err it might be discord that you have to reinstall
@shell veldt
donor role probably
whar
have u tried not calling Reflect.get on non-object? /s
For what gives the a - z role
But their are listed in @ list
they’re meme roles, and, again, not a relevant question for this channel
^^
there's nothing special about it
yes its an optional reward we give to supporters of the project
as a token of gratitude
i support ven and his crimes against humanity
How does one speed up the process of getting a token of gratitude
it is automated
^^ so anyone knows
try using the installer to reinstall
someone already told you
what are the differences of vencord and betterdiscord?
and like i said
that doesnt work
like i already told u
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 = []
})()
i cant go into my settings to get it out, Tried uninstall/reinstall
When i try to open the installer, the app has this icon over it and this happens. is there an older version i can download?
try this
#🏥-vencord-support-🏥 message
It worked, thank you!
After enabling experiments, I see the message that says it can get my account disabled. Are devtools safe to use or no?
devtools? yes
experiments? no guarentee
solid, thank u!
quick css wont work what am i doing wrong? all I did wa paste in the theme and then restarted
send a screenshot of the quickcss window
https://github.com/dmoeller131/discord-themes/blob/main/ClearVision_v6.theme.css and there is the theme that i copied
Remove the theme from quickcss and paste these two links into Themes
https://raw.githubusercontent.com/ClearVision/ClearVision-v6/master/ClearVision_v6.theme.css
https://raw.githubusercontent.com/dmoeller131/discord-themes/main/ClearVision_v6.theme.css
Same
these two >>>
Paste both?
Thx
help
same problem
same theme
i want it to have a gif, Can i do that?
patched means it’s been successfully injected into discord 
no plugins visible though so
dont think so
yup, I have no plugins category
did you fully close/restart discord
yup
do you see any relevant errors in the console? (ctrl + shift + i -> console tab)
That does nothing
oh hm
try reinstall/repair button
worst case you could try reinstalling discord altogether and see if that does anything
Just did, fixed. Thanks.
nice 👍
vencord is very small
yah
do I need to use the Discord app for Vencord?
you can either inject it into the discord app
or use vencord desktop which is standalone
oh, how do I do that?
download the installer
what installer?
thank you
it still the same right?
mostly
its the webapp which improves performance for most people but can have one or two missing features like global keybinds
relax
I cannot find 'Plugins' on my settings
so that I can use it
Can anybody help me?
in the installer does it say [PATCHED] next to your install
vf i
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!
what browser
click the google button
I got the extention done
install
install what?
help me im witerally suffering
reaaaad
I DID
nuh uh
change pronouns or ban
lol left
banned*
L
just banned through the bot 
sometimes i do it manually
that is one list of pronouns
emotional damage
i have this same issue how to fix
...
alt moment
read the words and do the thingy
ive deleted it like 15 times
just reinstall discord
in vencord there are roadblocks
vf reinstall
The most likely cause is that your install is outdated. Check if there's any updates. You can either do so using our inbuilt updater, or if you cannot get there due to crashes or similar, use the "Update Vencord" in the Installer.
If you're all up to date, try reinstalling with the installer anyway!
And if it now still doesn't work, please let us know in our support server
anyways ty
new reinstall message?
vs vs vf
oh

The easiest & fastest solution to most issues is to just reinstalll. Don't worry, you won't lose your settings! They'll all be there like nothing happened once you're back :3
better
i’m still upset that it says reinstalll
no its fine
see animal pinned a message
wow new useful support pin?
check pins
in life theres roblox
lllllllllllll
in #🏥-vencord-support-🏥 pins there are roblox
pin a new message every so often and maybe people will check them





