#π₯-vencord-support-π₯
1 messages Β· Page 285 of 1
no need to be rude
discord servers do not crash
oh god bring your dumb drama to dms
they can
Keep this up and you're both getting muted please shut up at once
dude if they wanted they could shut down ur pc calm urselves
resend the debug
i'll check it over
who else -_-
discord desktop is insanely laggy
use vesktop (github.com/Vencord/Vesktop)
or vencord web
Ban permission is dangerous due to risk of raids so we can only use the bot to ban
Debug Info:
Discord: 126021
Aliucord: adf80a8 (150 plugins)
System: Android 14 (SDK v34) - aarch64
Rooted: true
a
Yeah
bonked on the head with a cartoon hammer
vesktop is a custom client for vencord
vesktop is like discordapp but vencord
wait the bottom ones are built in via vencord and not deletable right
it has RPC
like the ones that are separated
carlos
yeah
streaming quality nitro plugin
oh yeah it dont work
fakenitro
day ruined
and yes it does work
maybe only mine idk
i cant go above 720 or 30 fps anymore
im having fome vench fries with my venchburger
challenge: #π₯-vencord-support-π₯ user isn't being rude
yeah okay
never said you weren't
works fine, must be you only
Update Vencord
yes
yes
...with a theme
yop
it does look good actually
i'm up to date
when you realize that themes.... make things themed...
yes
i never use premakes i just use BD theme maker
Customize themes by the community with a easy to use interface
settings
themes
quick css is easier to edit tbh
right click on smth
it should be transparent
imo i just like editing with separate software the switches r just more comfy
true
what
thats a nice one
we should probably go to #π§-off-topic-iceman-only 
notepad ++ would be better for you then
GET TO GENERAL RIGHT NOW
SWAP
ignore this I was just interested in what I had
oh actually something I just noticed, is it just me that all stickers kinda just randomly decide "nah I'm not gonna animate until hover" and no I dont have the accessibility settings on
got no themes enabled rn, and I just disabled my CSS and it still does it sadly
it was also doing this before I added OpenAsar to my install, so dont think it's that
you can, it just depends on how much both change as well, I run Float, Midnight, and ColorizedSVGs almost all the time
yeah actually
no change at all to my performance lmao
uptime 4 days kekw
by a lot, my corner cpu pin is gone lmaoooo
mmmmm memory leaks
and it was an upgrade from my ryzen 7 1700x, I made the rookie mistake of not flashing BIOS to latest
so had to swap CPUs like 4 times lmao
if ur using windows and have animations disabled, pretty sure discord uses those settings
unless that changed somewhen
tbh I'll prolly just live with this, since some animate always and some dont so idk lmao
it's an issue both on windows and linux so it seems to be a discord thing
seems to be working fine for me, using vesktop
wack lol
originally I would have stuck with pays.host which had like thousands of domains that people donated, but they decided to shut it down for very little reason so
unsure the limits of the host I use rn, I only really use it for gif uploads
yeah you'll prolly never find one that isnt paid tbh
hosting files takes resources, without an income it will just implode
I mean I still needed my locked animations fixed but ye guess I should move lol
apparently there's a way, but expect no support for broken plugins
yeah, just don't run pnpm inject, and just point to the dist folder in User Settings > Vesktop Settings > Vencord location
helping you w/ this because it's said nowhere
but remember
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.
the only plugin I want Vencord to have is DevilBro's ImageUtilities, cus right click > Save to > {pre-added folder} was god tier
everything else is basically all here
Anyone know how to fix this?
Seems like Discord is still running in the background. Make sure you close it fully. It will most likely be in your tray, but if not you can use your Task Manager to force close it. After that, you should be able to install Vencord properly.
fr
it's just reading text on an image XD
oh for sure, it's just OCR and matching it to a response which is pretty old still, but it's nice to see it in a bot
is it possible to make Exception list in DND mode for notification? like a plugin for custom notification and possibility to add users i want to receive their notification and choose if i want to receive them in DND mode and stream mode and if possible we can also make a specific notification sound for each one or just leave it as default
"edit" and we can also add servers to the exception list
anyway to remove emojis from other servers when you dont have nitro?
no
can you explain why?
because it's not a plugin yet
yo did the custom banner stuff get removed
no
just usrbg being open an hour per decade as always
you gotta wait for background requests to reopen
im trying to change it
but it's possible right?
is it not possible no more
how can i make a request for this plugin
#plugin-requests- make sure to check if its not already been requested
oh wow
did blackbox get taken down
oh thats kinda scuffed
i will, can you also tell me if it's possible to use better discord plugins here? cuz when i checked #π³-plugin-requests i saw the developers mentioning links of betterdiscord plugins and saying already existed but i dont know how can i use them
You cannot use BetterDiscord plugins on Vencord. (Nor plugins of any other mods)
You can only use plugins made specifically for Vencord.
If you are trying to install plugins from the third party plugins channel, see the pinned message there.
Do not ask for further help or you will lose access to support. If you cannot figure it out with the pinned message, it's not for you.
Absolutely no support is provided with such installs. If you want to ask for help in this channel, install the regular way.
Thanks sir
thats a bot g
hmmmm
so i'm trying to download vencord for regular discord (armcord is being a bit jank, and the voice bug should be gone from canary and the outdated version bug from stable), but for some reason the command provided on the vencord website does not do anything
i've tried running it, but it gives a /usr/bin/sh: /usr/bin/sh: cannot execute binary file
when i try changing the install command to sudo ./"$(curl -sS https://raw.githubusercontent.com/Vendicated/VencordInstaller/main/install.sh)", it says it's an invalid use of sudo :/
what do i do
how do i curl the newer executable installer and run it?
why not just curl -sS https://raw.githubusercontent.com/Vendicated/VencordInstaller/main/install.sh && ./installer.sh??
yeah, updating discord-canary is a little bugged, so i just use a shell script to update everything (and this script includes patching in vencord)
oh
that makes so much more sense why you ran sudo ./"$(curl [...])"
i guess you might need to chmod it?
this is my current install script (relatively new to bash, only starting linux-ing less than a year ago)
also not sure if it should be ran as root
oh
if it helps i'm also using fish, maybe that's inferfering with it?
try chmod +x filename-ing
alright
so you think this'd work? bash curl -sS https://raw.githubusercontent.com/Vendicated/VencordInstaller/main/install.sh && chmod +x ./installer.sh && ./installer.sh
mm
hmmmm
it never creates the file
i think the file has been changed since the installer restructured
i feel like it would be better to use piping, but im not sure where it would fit
oh
wait oh my god
i just realized
you need to switch to bash first
so bash -c (commands here)
i already did that
i think the installer has moved since that page was last updated, given the repo has moved accounts as well from Vendicated to Vencord
i guess i'll just install go and compile it
previously i was using a build ven compiled for me when the compiler was first changed
or just change the curl url to https://github.com/Vencord/Installer/main/install.sh
got it to work by compiling it
i'll mess with my janky script later, but it now involves compiling the installer, as the script is created from compilation
finally
it works
damn nvidia bugs though are horrible
checked src and there isnt any specific styling for this, but it looks rather odd.
got no styles that modify this behaviour added via quick css currently
I supported you. How can I get the badge?
dm vending.machine
huh
I can't send it to him
yeah I see that, strange that it thinks you're not on the same server
your dms are closed
How can it be opened? Could you please explain it to me?
dont use wayland
disable hardware accel if you're using wayland on nvidia
how can i disable polls!
@shell veldt dm
How does the message logger work
it logs messages
hey so the vencord settings menu disappeared on the most recent version of vesktop in the aur, and i can't seem to patch it the same way i can discord. i tried reinstalling and installing the other aur options, and nothing has worked so far. any ideas?
how do i edit the loading quotes
can't
not without a dev install*
how
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.
and you'd need to code it yourself
- 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
vs devtools
To better help you, we need your error logs!
To collect them, please
- open DevTools with
ctrl + shift + i/cmd + option + i - on the top right, click where it says "Default levels" and uncheck everything but "Errors"
- screenshot all errors and post them
hmmm
It says βin the third party plugin channelβ
the channel is hidden by default
Wasnt for me
my "show all channels" was off
how do i add variables including keyboard shortcuts
"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?
Will Vencord ever add plugin sorting system for sorting by popularity/creator?
Vencord doesn't track you, making a popularity sort impossible.
As for creator, just find a plugin they made then click on their pfp
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.
Is there a way to anonymously collect plugin data from users?
Anonymously and collect data don't go together π
we considered adding some basic tracking that reports which plugins you have enabled, for the purposes of allowing sorting by popularity, but we decided against it
sadge
I mean sadge that it's impossible
this might take a while
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
Every like 40 minutes or so a default discord colour element just fills my screen
@broken tiger
Hi π
I read it.
does it also happen on vanilla dc
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.
is there a way to set user volume higher in vesktop?
No
:(
is there any AssignBadges Plugin?
No
hello
DMs vanished for some reason
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?
^^^^^^
Run /vencord-debug here
I was able to build vesktop and it was pretty easy to install it, but how can I build it with custom plugins? For example, I've found a plugin I'd like to try in a vencord pull request. Vencord has a dev branch but Vesktop is not.
So I download the dev vencord and copy it into the Vesktop directory to build from?
No
You do normal devbuild steps until you reach pnpm inject. Don't run it, instead go to User Settings > Vesktop Settings > Vencord location, and set it to the dist folder
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.
turn off the r11 dark theme
Normal "Vencord devbuild" steps?
no
Yeah, the ones in the pins
I'm not gonna teach you how
stupit
you will read
here doesnt work in most public servers
mhm
so the extension is better?
sorry
when will vencord support android officially
vf mobil
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
ik
but bunny is buggy
it cant run all of the plugins
Your only choice
cld someone help me rq with this
'Bunny discord' isn't a safe google, just in case anybody wad wondering. Ah, they're rebranding to Pyoncord already, that's good
is there a way to disable the stupid clown avatar decoration on my side
it was funny for a day but now im sick of it because all the clown avis look the SAME
there's a snippet
I'll send
why i cant send messages in #π¨-css-snippets and some other channels in community content? is it like locked for everyone and then there is some way to get access to it? Probably not going to send message in them just curious
doesn't decor have it's own server? ask there + rule 5
well that channel is in development category and im asking about community content
.avatarDecoration__8a0c2[src="https://cdn.discordapp.com/avatar-decoration-presets/a_5e1210779d99ece1c0b4f438a5bc6e72.png?size=96&passthrough=true"] {
display: none;
}```
try this, found it in another server
open a modmail with your snippet and ask for the snippet dev role
dont have any snippets, was just curious ty for answer
huh... i waas being patient but alrighty, also idk the link to the decor bot serv
ill fix snippet
made sure to reload client just in case
how do i block someone on reviewdb
On a review, here
this one should work
#π¨-css-snippets message
yup, that works, thanks
can someome give me the inv to the decor server

you can find it in the bottom left of the modal where you can change your decor
thanks
Hello! Shouldn't BetterNotesBox hide this placeholder/space too?
just wanted to check if its normal for vesktop to have over 82 processes
Its just how it is
where is the download for vencord
where is that
on mobile?
I think he meant on mobile Mr president
good
there shouldn't be this many tbh
like?
I am using Linux Mint 21.3, using pipewire. When I try to screenshare, this error appears
vesktop?
yes
run pactl info | grep "Server Name"
and show
yeah, I solved it already, apparently it was using only pulseaudio
@shell veldt dm please
did you donate?
yes
okay, if you dmed them already just be patient. you'll get your perks soon
ok, thank you
Vencord Debug Info
Vencord: v1.7.4 β’ 650f405 (Standalone) - 30 Mar 2024
Discord Branch: stable
Client: Discord Desktop v1.0.9039
Platform: Win32
Outdated: false
OpenAsar: false
Last Crash Reason: clean-exit
Enabled Plugins (40):
BadgeAPI, ChatInputButtonAPI, CommandsAPI, ContextMenuAPI, MemberListDecoratorsAPI, MessageDecorationsAPI, MessageEventsAPI, NoticesAPI, NoTrack, Settings, SupportHelper
???????????????????????????????????????????????????????????????????
EXCUSE ME
does Discord recognize vesktop as if it were its own standard desktop app, or as the web client? asking because quests is saying "use the desktop app to make progress"
oh ok
Vencord just dissapeared. I do not know if this is normal and possibly updating but I can not find it anywhere including settings. I just wanted to check before I re-downloaded it.
Gotcha! So I just wait until it is back up or how do I go about fixing this?
open the installer and press reinstall
Thanks for your help! Much appreciated.
np
your whole pc? no
0% lag
ok
no program should use that many resources that your entire system starts to lag
my noise supression doesn't seem to work anymore all of a sudden and everyone complains about my keyboard. no changes to my audio setup recently, this just recently became an issue
i'm running vesktop on debian 12 via a flatpak
i have a quesstion
why when i use vencord installer my cpu gets pinned to 100% so i have to use the client
(i have a low end pc)
Might wanna upgrade
please give us more info
ok
i can only download from a bot that like uses smth i dont remember
like
.help
Main command .fm
Displays last scrobbles, and looks different depending on the mode you've set.
Connecting your Last.fm account: .login
Not receiving a DM from .fmbot when logging in? Please check if you have DMs enabled in this servers privacy settings.
Commands
- View all commands on our website
- Or use the dropdown below this message to pick a category
Links
Help website - Invite the bot - Get Supporter - Support server
idk
the powershell command?
iwr "https://raw.githubusercontent.com/Vencord/Installer/main/install.ps1" -UseBasicParsing | iex
yop
don't use the powershell command just follow second section of instructions
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?
can i ask something? so, i downloaded the standalone vencord app. and when i play games, it won't show like "Playing (game) for..." or something like that. is it really like that?
sorry if there any mistakes, i use translate
Yeah itβs just to keep my brother out my account when Iβm afk π
If the installer doesn't open, follow the second section of the install instructions.
Vesktop has rpc limitations, you can use arrpc iirc
Don't quote me on that i haven't used vesktop in a while
it's inbuilt
Word
how to use?
Idk lmao
it's already enabled
yup
so the standalone vencord can't show "playing..." thing?
?
If the installer doesn't open, follow the second section of the install instructions.
ok?
all the powershell script does is just, download this, there is no use using the powershell script
is userscript the only way to use the extension on firefox
jsut use the cli version
if you have a nightly build you can import the extension, otherwise yes
how to import
trying to use petpet command but i get this error msg:
are you using the Userscript
using the petpet plugin on desktop
where's the vencord plugin folder
hi, recently ive been getting these weird scrollbars on discord, they're everywhere and extremely ugly, is this discord's fault or did vencord come out with some weird accessibility setting?
"doesn't work"
thank you :)
plugins come with vencord
my cat is stupid like you are not hiding i can see you. pls fix. (actually tho the cat needs a higher z-index.)
so if i remove vencord all the plugins go away?
i recenetly js switched back to bd and i wanted to see what plugins i had on vencord
anyway to see that or na
Betterdiscord is not vencord
do u want it always in one place
no the cat follow mouse(real)
thats possible using css?
No, it's a plugin. It is technically possible with CSS but it'd be super hacky and it'd need a bunch of HTML elements.
use position: fixed I guess
Might as well just update the plugin src
how can i fix discord bar lookin like this? it dosnt even let me maximize it
do you have transparency enabled
yes but it doesnt make an differance if i disable it
did you restart after changing it
you should disable this for the discord regular look
ok
but no idea why the maximize wouldn't work
and then i just press ctrl r?
no, relaunch the client
ctrl+r won't apply to these options as they change electron's startup parameters :3
It's over guys
is there absolutely no way i can get a plugin from vencord and use it on bd
Absolutely no way unless you completely rewrite the plugin
fkkkk
if i reinstall vencord will all my plugins come back?
alr
yay
love vencord
fuck bd π
jus wish the msg loggeer was as strong as bd
It was intentionally made like that
Is there any way to pass the vencord plugins to vendetta/pyoncord? I am on mobile and I'd like to use vencord's plugins in pyoncord :)
there is an unofficial version but we wont have it in the main mod
no, different mods
can u tell me how to
we dont provide support for that, sorry
This is an odd question]#
but is there any possible way to make the discord pop out overlay for vcs display only one person?
Ion want a little box of my grotty face covering someone else when the window is small
you can find the plugin in #1032200195582197831
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.
i cant find it bru
try using the search feature next time 
#1032200195582197831 message
lmao be fr
in that case yes
No, Vee lets anybody post whatever malware they want in that channel
chill man.. im a retard ik π
technically yeah, we don't actively monitor those plugins so we can't guarantee that they're safe
What kind of broken? You may not be applying them properly. Screenshot the CSS editor
What I mean is a lot of snippets just stopped working
They're functionality stopped
hey, im using vesktop (stable 282068 (6e25b1c)) and since a update or so the devtools don't open any more over ctrl + shift + I, anyone got a clue what might have caused this ?
Where do I put themes
open the discord settings
I didn't mean in discord
I meant ones I developed
Where do I put them here
If I wanted to share
Or is that not a thing
Like a channel to share them in
You could try the betterdiscord theme store
And this happened all at once?
Aight
Use the snippet updater trust me
They change the classes and the updater is godly
Hello awhile back I turned off customRPC then I just try to turn it back on and I did everything right and it still did not appeared in my profile, I restarted my pc and deleted discord and vencord and still nothing can someone help me
Yes
Okay I'll try it and lyk if it works
yup
you need game activity toggle
Where can I find that
plugins repo
just called
"game activity toggle" in plugins
lolol
ty
It's a theme updater not snippet updater :(
same thing
Oh
WOAH
Almost every theme fixed!!
Not all though
I think the ones that I imported aren't fixed
How do i fix those ones?
You could just fix it using the site then pr the change
holy shit you're right
I got all my snippets back
Thanks guys
No problem :3
Rule 5
search with no space perhaps?
still not there
Hello everyone, I have two issues.
First, when I try to use the decor feature, it displays an error message saying, "Failed to authorize: Failed to fetch."
Secondly, ever since I downloaded Vencord, I have been unable to use the full-screen mode, and it's quite annoying.
Can anyone help?
from where did you download Vencord
Disable transparency in settings
How am I able to get rich prec? Please help
thank you it's better now
how do i change conts with the css editor? i seem to only be able to change into a few fonts, but i want to change the font to something other than tose few, is it possible if i have that font installed?
check the font family name in your windows font settings, it has to match
ok, it seems the font i wanna use just doesnt work, other fonts work, but the one i downloaded just doesnt
did you restart discord after instaling font
What does InvisibleChat even do? It says it encrypts the message but, how, etc.?
You can encrypt your messages with a password and when the correct pass is entered, it reveals a second message
When I open Firefox with the tampermonkey installed that has the vencord installed, I have to reload this pinned tab for it to activate. It used to activate onload, what changed?
tampermonkey issue probably
What other plugin do you recommend because I need vencord?
Violentmonkey
Issue still there, I know what I going to do
the updater with files sometimes just removes like 90% of the code, at least it has for the ones i've uploaded
the text box, copy and paste back and forth seems to work the best
how the hell did it go from how the hell did it go from 29,504 to 39,525 in the span of like 2 hours 30 minutes
You probably just misread it
NO I DID NOT
Probably more likely it went up 24 than 1024
This Firefox Dev version has a issue. I guess that browser is only for devs. Whatever it was, its fixed now. Using normal firefox
hi my account got disabled and discord didn't give me any reason why (and i'm obviously not getting any emails from support)
so i thought maybe vencord had something to do with it
i sent an appeal like an hour ago, a few minutes after i realised i got disabled
i use vesktop by the way
if i click account standing it doesn't take me to my original account one either
says i can't see it without being logged in, but i can't log in if my account is disabled
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
it wouldn't have been vencord,
is there anything else to do with your account that could have caused this?
not that i know
i dmed a few of my friends and logged back in some servers i was in
my account wasn't banned in any of them
what should i do
best guess is you either posted a screenshot of modded discord client in a server a dev was in, or you were posting an awful image that discord's image checker autobanned you for
if its the second case, you can kiss that account goodbye, regardless of user error or accidental ban, discord support is ass and will assume you meant it no matter what
i don't have any plugins that show up on vencord aside from the amoled discord theme
and unless i got baited into posting something like that without realizing, it isn't it
not even small stuff like this?
i probably have actually
any sort of random icon they'd see that's not normally there, will be an immediate catch, especially hiding the nitro button
what about this though
they dont check what you have installed nor often check your account's usage at any point, unless for instance you were using an auto status switcher that was going too fast and it was spamming the API
not that
is vencord of any sort installed for you right now?
yeah
have you set up all the plugins you had originally?
no i just have it open on the login page
ah ok
this was my account by the way @small arrow
aways offline, no description, no custom stats no anything
yeah best guess is either you posted an image that happened to be a frame of... illegal "content" or you spammed the API at some point (i.e. account being "hacked" by a QR scam, or showing modified discord client in a server with a dev)
Hi there, I got this message when installing Vesktop 1.5.1
This software needs to be updated. Contact the developer for more information.
I think the issue with https://github.com/Vencord/Vesktop/issues/184 still exists, or maybe it's just a problem with my system
mac is a new thing to me, have you tried all the terminal fixes they've given out yet?
like i said before i dmed a couple of friends & joined my old servers, wasn't banned in any of them & my friends said they didn't get any messages from me
thanks for the help though
The terminal fixes just disable code signing protection on macOS for the specific app.
If you right click on the app, and select Open, it lets you proceed.
was worth a shot, good luck on that
ah yeah, I'll let a mac user help you on that one, sorry about that
also @azure tinsel my account will get deleted in 14 days right
if i don't get a message from support
yeah that's how it goes, although accounts just get "hidden" and say DeletedAccount but all the data is still there
so it's still recoverable after that?
nope, they just dont actually delete it
we love data security handling not being standardized
is there a way to use the AlwaysAnimate plugin but as a css script? I'd been trying to force my stickers that froze for no reason to animate and of course, I'm too small brained for this lmao
sample of my horrid code below
*:active{
animation-iteration-count: infinite;
}
always animate works for all the icons and masks, but for stickers it just ignores, and that's what I wanna fix
I mean shit I guess I can make a fork of the JS plugin, prolly easier tbh
hey guys what is it called the thing that shows what game you are playing?
Guys, is there a way to get js plugins to work?
rpc?
You can't.
Chances are, it's already a Vencord plugin! Or if it isn't, you can open a plugin request
Bad url
exactly! forgot the name thanks
install it using the installer
discord sometimes updates their folder, meaning that vencord is unintentionally deleted in the process
use the installer to reinstall, youβll keep all of your settings
not exactly an issue, but any chances that we could get a plugin that enables arrpc on non-vesktop installations? right now my rpc app literally will only work on vesktop because the default discord rpc server rejects sending name (which arrpc allows, thank god)
no
Original message: is there a way to update the translation language
rule 5, avoid pinging anyone here (pinged vee)
you can right click the Translate button in the chat bar to change the language
bro had to say original message to not look stupidππππππ
It's much better, it works, thank you π
And sorry for the ping, I didn't know.
you'd probably have to install arrpc manually, and rebuild vencord with the arrpc webrichpresence plugin renamed in the filesystem to have no .web
also
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.
love genuine reason to test my own code breaking
β οΈ You will not receive any help with this.
How to setup a dev install: https://github.com/Vendicated/Vencord/blob/main/docs/1_INSTALLING.md
Megu's Plugin Guide: https://github.com/Vendicated/Vencord/blob/main/docs/2_PLUGINS.md
General contributor and patches guide: https://github.com/Vendicated/Vencord/blob/main/CONTRIBUTING.md
yeah already did this just for the sake of testing, its just annoying since i cant tell the people who use my rpc to rebuild their entire app obviously
thanks for the confirmation though
mmmmmmmmmm
i have been in a similar situation before, where discord's RPC server checks for the websocket Origin and my client can't send that information
for now i'm just gonna tell my friends who use it to switch to vesktop lmao
easiest method i can think of for the time being
hi is it possible to install third party plugins with vesktop
also is the performance of vesktop much better than a standard vencord config on normal discord or is it marginal
much better
You do normal devbuild steps until you reach pnpm inject. Don't run it, instead go to User Settings > Vesktop Settings > Vencord location, and set it to the dist folder
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.
Accidentally enabled devtools on browser plugin and now cant access my user settings to turn stuff on and off
Refresh
Thank you
π
tf mutual groups suddenly not working
Won't Vencord for Discord Canary update?
I checked it on winget, it still on version 1.3.1
but the standard Vencord is already 1.4.0
You shouldnβt really be using a client mod with canary anyways
Thereβs no real benefits to using canary
It's 64 bits
uh.. Stable is currently 32 bits, very slow
32 bit and 64 bit doesnt really change the speed much
Also there is a stable version that is 64 bit, I have it
(Unless you are on a potato)
vesktop
Does Vesktop 64 bits?
yes
no
sad
but im pretty sure you can with windows
how to
good question
I tried to change app.ico in discord directory.
but it didn't work at all
When I rename the icon file into app.ico, it become yellow
but open the file, it's blue
very smart
are there any way to contribute apart from PRs & donating?
i have been using vencord for over 2 year and i think i should finally contribute to it
Join developer team
not really currently
you can sacrifice your time and sanity to support people
we do plan on adding translations sometime in the future
~~ im gonna mess up ~~
when that is, is a good question
hmm okay
well i am good with trouble shooting
maybe i will try it
no, the biggest thing you need is an incredibly long patience
I'm in a minecraft trouble shooting group, it's very tired, trust me
i have been a support staff at some servers so i know wym
and a easy-to-use remote desktop software
how do u get messages like this
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.
vs
- 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
hey thanks a lot i will try to contribute
if i know what i am doing
are there anything else i should know
uhh, run while you're still sane
i-

are there commands to get the rules or the faq
oh nvm i figured it out
oh okey
if ur okay with helping me im still trying to figure out how to get vesktop working for third partys
No
rip
i didnt get the context from them is all
like if they ,ere talking about the devbuild for normal venny
or vesky
make a dev install then just
O
i rarely use vesktop so i can't help with that
vencord
how do i dev intall on vesktop???
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.
??
^
ohh
#1032200195582197831 read the pinned message there
thank you but i already know how to install dev version with discord launcher, i would like to do it with vesktop, that is posible?
maybe explore the vesktop settings?
just you
huh
why are you going there
i dont get it sorry im dumb
then you shouldnt have a dev install
its for devs, and nobody can give support for it
i already did!!
if you have a dev install then maybe you should explore the vesktop settings
is there a plugin for proper SED syntax instead of s/pattern/replacement thing in discord
Nope, but I think there is one in #1032200195582197831
vns you are here
my noise supression doesn't seem to work anymore all of a sudden and everyone complains about my keyboard. no changes to my audio setup recently, this just recently became an issue
i'm running vesktop on debian 12 via a flatpak
You keyboard?
What's wrong with it? you keyboard is too loud or discord message popup sound?
You can close Discord sound by settings
have you tried turning it off and on
actually I'm having the same problem on Arch
could be something discord broken or vesktop
there seems to be an issue for it
https://github.com/Vencord/Vesktop/issues/479
hey, so im on macos 10.15.7 and is there a way to get vencord on that version
If the installer doesn't open, follow the second section of the install instructions.
it shows up like this when i try opening
so its not available?
correct
i think its time to update
now i finally got it, was so easy omg im dumb asf
sorry about that and thank you
False positive
Who the fuck uses gridinsoft
Virustotal is very good at misleading people who donβt know how to use it
Is it normal that vesktop is eating over 800mb of ram
bruh
800 is pretty normal

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)
12. How do I uninstall Vencord? (remove)
13. What are the official websites for Vencord? (unofficial, official)
14. I see there are packages for Nix or another platform not on the website, do you support them? (nix, nixos, repackaged)
Hi there, im on linux mint (x11 and pipewire), the screen share dosent work, it just loads forever. anyone know how to fix this?
Vencord Debug Info
Vencord: v1.7.4 β’ 650f405 (Vesktop v1.5.1) - 29 Mar 2024
Discord Branch: stable
Client: Vesktop v1.5.1
Platform: Linux x86_64
Outdated: false
OpenAsar: false
Enabled Plugins (28):
BadgeAPI, ChatInputButtonAPI, CommandsAPI, ContextMenuAPI, MessageEventsAPI, MessagePopoverAPI, NoticesAPI, ServerListAPI, NoTrack, Settings, SupportHelper, WebContextMenus
ok so i have a big issue for some reason-
its jjust gray
or rather the normal discord color. Theres nothing. Just that.
Reinstall/repair?
thats literally it
always just says it doesnt wanna respond-
just tried it
didnt work
Make sure discord isnt running in task manager
got it working, just completely reinstalled discord and vencord
idk why i was testing the shortcuts, cntrl a, b, c etc..
and it did that when i got to d
?
Hello, I supported you and did not get the benefits. I called @shell veldt
but he didn't answer
Do you need support or somethin?
no, the old discord font
If you donβt need support why are you in the support channel
I contacted him yesterday
Patience
Hey I am having an issue with themes, Could one of you guys get back to me?
aight shoot whats the problem
This is the theme I am trying to get but it seems to not wanna work https://betterdiscord.app/theme/Old-Akame_Ga_Kill-Theme
uhh where did you put the .css file
I put it in the theme file
my windows crashes and sometimes even get blue screen when i use this... is this normal?
whats the directory
what operating system are you using
app data
Windows 11
ok you're supposed to install them to %appdata%\vencord\themes
Thats what i did
oh
can you send me a picture
of %appdata%\vesktop\themes
no thats an anime
huh
you wanted a pic where I dropped it...
wait can you. send the css file
huh uhh
a confused huh uhh
on my part
idk whats goin on
try find lost themes in the settings
vencord>settings>themes
in discord settings
I did
No
yes
you dont need to
Hey im using Vesktop on Linux and i cannot get my IME to work within Vesktop. I'm looking around and am told it's a chromium/electron issue. but i can use my IME just fine in Chromium. is there something im missing or something extra i need to do
what theme
shows up fine for me
Okay apologies for my friend Mr. verified
Ive been trying to help him explain this issue
yeah the css is broken
yea
We have both tested the theme a few times, redownloading it
He has a theme that works but he hates the photo because its too bright
So my question
Is there a way to replace the image in the New and working theme file
oh easy
With the old one
Well I mean like
Looking into the text file theres a file link that loads the image
oh i see
open the theme in a notepad or soemthing like that, you just need to replace the link with the desired image
it must be a link
yeah just replace that file link with the one you want
yeah
nah its fine
crazy
<33
:3
Love you pookie
Okay buddy
Can you tell me what kind of link I need to replace it with?
