#π₯-vencord-support-π₯
1 messages Β· Page 71 of 1
**gui_prerequisites_windows.go: **Lines 40-78
func IsAdmin() bool {
u, err := user.Current()
// We only want to show the alert if the installer is run elevated.
// Some people may use the Administrator user in which case it's fine
if err != nil && u.Username == "Administrator" {
return false
}
// most sane windows code, copy-pasted from https://github.com/golang/go/issues/28804#issuecomment-505326268
var sid *windows.SID
// Although this looks scary, it is directly copied from the
// official windows documentation. The Go API for this is a
// direct wrap around the official C++ API.
// See https://docs.microsoft.com/en-us/windows/desktop/api/securitybaseapi/nf-securitybaseapi-checktokenmembership
err = windows.AllocateAndInitializeSid(
&windows.SECURITY_NT_AUTHORITY,
2,
windows.SECURITY_BUILTIN_DOMAIN_RID,
windows.DOMAIN_ALIAS_RID_ADMINS,
0, 0, 0, 0, 0, 0,
&sid)
if err != nil {
fmt.Println("SID Error: ", err)
return false
}
defer windows.FreeSid(sid)
token := windows.Token(0)
isMember, err := token.IsMember(sid)
if err != nil {
fmt.Println("Token Membership Error: ", err)
return false
}
return token.IsElevated() || isMember
}
this
yeah just saw
sanest windows api code
that'd ignore __COMPAT_LAYER so it makes sense
is this it?
why
whar
read the pins in that channel
jumpscare
i restarted again. Not showing
open installer, uninstall, dont click reinstall click regular install. after that reinstall and launch discord
that worked for me
i did try to uninstall and do the regular install. It didnt work
Have you tried reinstalling Discord
bro's pfp: The
eh?
Vencord Debug Info
Vencord: v1.3.4 β’ bea7a17 (Web) - 8 Jul 2023
Discord Branch: stable
Client: Web (Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36)
Platform: Win32
Outdated: false
OpenAsar: false
Enabled Plugins (58):
BadgeAPI, CommandsAPI, ContextMenuAPI, MemberListDecoratorsAPI, MessageAccessoriesAPI, MessageDecorationsAPI, MessageEventsAPI, MessagePopoverAPI, NoticesAPI, ServerListAPI, SettingsStoreAPI, NoTrack, Settings, SupportHelper
this?
no it isnt?
Is it not
thats latest flag wdym π
WHAT
I swear I saw 1.4.0
installer maybe or smth lolol
vesktop is 1.2.x
How do you use custom rpc
i'm using web version
oh wait
**package.json: **Line 4
"version": "1.4.0",
it is old yes
can we pin answers?
but not that old
Yeah but old enough to not have voice messages
what
wait mozilla hasnt approved the update
oh i forgot to make a tag i think....
i did
I knew I wasn't that crazy π
like pin answers
the issue with customrpc is resolved
so pin?
so no one askes the same question 100 times
just made the tag lol
That's why we have vf and vs
my bad
But it doesn't cover everything
Can you send message link or reply to it
someone who reads pins will also use search
someone who doesnt use search will also not use pins
update should be out in ~10 mins @dull forum
i just forgot lol
guys is vencord safe for my pc?
smol question is there anyway to make vencord remember save path for images and videos ?
meow
error: socket path "/home/Bukit/.config/nvm/versions/node/v16.20.0/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/home/Bukit/.cache/xdgr/wayland-0" plus null terminator exceeds 108 bytes
2023/07/26 22:48:57 PlatformError: Wayland: Failed to connect to display
panic: NotInitialized: The GLFW library is not initialized
goroutine 1 [running, locked to thread]:
github.com/go-gl/glfw/v3.3/glfw.acceptError({0x0, 0x0, 0x10004?})
/home/runner/go/pkg/mod/github.com/go-gl/glfw/v3.3/glfw@v0.0.0-20221017161538-93cebf72946b/error.go:174 +0x1d9
github.com/go-gl/glfw/v3.3/glfw.panicError(...)
/home/runner/go/pkg/mod/github.com/go-gl/glfw/v3.3/glfw@v0.0.0-20221017161538-93cebf72946b/error.go:185
github.com/go-gl/glfw/v3.3/glfw.WindowHint(0xc00011bdf0?, 0x6fcc7a?)
/home/runner/go/pkg/mod/github.com/go-gl/glfw/v3.3/glfw@v0.0.0-20221017161538-93cebf72946b/window.go:275 +0x3f
github.com/AllenDang/imgui-go.NewGLFW({0x22d5bd8?}, {0xa3f26d, 0x11}, 0xac82f0?, 0x9e0b80?, 0x0)
/home/runner/go/pkg/mod/github.com/!allen!dang/imgui-go@v1.12.1-0.20220322114136-499bbf6a42ad/PlatformGlfw.go:68 +0xba
github.com/AllenDang/giu.NewMasterWindow({0xa3f26d, 0x11}, 0x4b0, 0x320, 0xa0?)
/home/runner/go/pkg/mod/github.com/!allen!dang/giu@v0.6.2/MasterWindow.go:66 +0x10b
main.main()
/home/runner/work/Installer/Installer/gui.go:70 +0x98```
help
I read pins but I'm too lazy to search
#πΎ-core-development message
I guess it was only dev, didn't notice that part
no its in main too
i know is a shitty question but nobody wants to give me a question
its just that if i dont create a new tag it doesnt do anything
Ah
lolol

so that will be like what?
10 PM GMT+6?
or 10:10?
Having an issue with installing Vesktop on macOS Ventura 13.2.1 on an M1 Pro. Using the ARM64.img from the latest release gives me this. Sorry to add to the swamp of messages here.
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
can you crack open a terminal
and try running
there
xattr -d com.apple.quarantine <wherever that file is>
Read literally 2 messages below yours
Are you sure
Did you do the Powershell method
did you run ps
That Worked surprisingly
so many new plugins
xattr -d com.apple.quarantine /Applications/Vesktop.app should be the fix for every Apple Silicon user in that case, or rather every macOS user if it's also for the AMD64 img
it solved it, thanks
What is small image and big image for customrpc
hot
i got some of them in vencord android a few weeks back but they werent in vencord for some reason lol
but now they appeared
Try running xattr -d com.apple.quarantine <file location>.
@visual dew tada
What is vesktop
Try opening a terminal and running xattr -d com.apple.quarantine /Applications/Vesktop.app. This should usually fix the error.
does anyone know a vencord for 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
Oop
thanks
what is the directory to put themes???
alr thanks
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?
btw how do i install them
i downloaded it idk what file to put it in
New venbot pfp jumpscare
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
venbot is now gay π
ok
it tells you how right above it
Well yeah using the Powershell method to just select the GUI installer isn't helpful, you'd want to select the terminal-based installer
2
And then follow the instructions
π
This should probably be added to vs w
Yes
how do i uninstall vencored
i updated vesktop to 0.2.7 and it removed the taskbar icon ???
it's just the default paper thing now
If you have it pinned, unpin it and close Vesktop and relaunch it
vencord broke my desktop application, tried to uninstall now discord isnt launching
That's probably it
oh weird
Try reinstalling Discord then
why is windows like that
didnt work
Yeah average Windows moment
thats what i mean by it broke my application
vs reinstall
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
What is teh difference between vencord and better discord?
read
furry lewi
didnt work
it has properly broke my discord app
i think i did something wrong in uninstalling
and now im not able to reinstall it
1
2
Did you uninstall Vencord without unpatching lol
Did you uninstall it first
i tried to
can you send your setup log
delete the discord folder manually and reinstall
%localappdata%
^^
this one right
That feels like it's the Roaming folder since it's lowercase
uhh
yeah it is
Yep
so this one
Yes
tyty. the codeblock i sent earlier is where the IMG file asks you to throw the application
how can I put a custom theme on vencord?
should be a braindead solution
abolish it?
Follow the instructions in the Themes tab in settings
Yeah just delete it and try reinstalling
Force close Discord :P
mac unfortunately never makes things easy in securityland
im using the web one because desktop broke
either you suffer or you pay loads
See if there's any processes in task manager
is it open in tray
and vencord does not make that much money lol
I didn't understand
Since I installed better discord, I get randomly disconnected from voicecall with my friends. But it still works in servers tho. Is there a fix? Maybe reinstalling completely ?
Err what theme are you trying to use
the custom game statu of vencord is only client side ?
This isn't BetterDiscord..?
I tried countless times. That's why I'm here on the server, for someone to be clearer
I'm using a site to make a custom theme
screenshot your theme tab
vencord sorry
Also isn't there a plugin that prevents that
I said better discord because I was using it before
not a vencord issue
It's a stock Discord thing to disconnect users from calls after some minutes of inactivity
^^
No but when I'm still with my friend
or that
Like if I did CTRL+R but i didn't
thanks for the solution it worked 
Well idk then but it's likely not related to Vencord
Okay, i'll try uninstall and installing back discord+vencord, thanks

iS It oUt yEt?
See it for yourself
Vencord Debug Info
Vencord: v1.3.4 β’ bea7a17 (Web) - 8 Jul 2023
Discord Branch: stable
Client: Web (Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36)
Platform: Win32
Outdated: false
OpenAsar: false
Enabled Plugins (58):
BadgeAPI, CommandsAPI, ContextMenuAPI, MemberListDecoratorsAPI, MessageAccessoriesAPI, MessageDecorationsAPI, MessageEventsAPI, MessagePopoverAPI, NoticesAPI, ServerListAPI, SettingsStoreAPI, NoTrack, Settings, SupportHelper
Lol not like that, check the extension's page
Yes
if so
it still says 8th a july
can i use PIN DM, Call timer, better folder on my main account? if they are not violating ToS?
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
discord doesn't care
much
unless u abuse the API
^
call it if you wanna find out 
wait 5 years
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
eh hi
re there instructions somewhere for this process
I have yet to find them
#1032200195582197831 pins
ah, thans
i tried to install vencord from the powershell, i can't see it in my user settings
Wait why are you even doing it like that
Just follow the instructions in #1032200195582197831 pins
Don't manually add it to your default Vencord directory
What is difference between vencord adn better discord??
e
completely different developers, different ways of doing things, different ideologies, ...
they're completely different projects
yeh
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?
Does vencord is available on Android phone?
whts the ideoligies of vencord and aslo I wanted to know more in terms of speed (how fast vencord runs compared bd)
hello i am using macbook, and it says i need to give it full disc acess and i did it but it still says that i need to give it full disc acess.
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
Vf? What is that
π read one message below that
I already gave it acess but it keeps saying this, im using mac
Ah ok lol
Rare moment where Tessie doesn't detect it
Can sombody help me about soemthing ? I seen some people (and me) having trouble with the game thing, the "playing at" that we can custom with vancord, but the trouble is i think its only clientside
vencord is way faster because it does source code patches directly instead of changing code at runtime - try running 100 vencord plugins vs 100 betterdiscord plugins
and vencord's ideology is that everything is built in, you dont need to download external plugins, which means that everything is security audited by us personally
This message is misleading. Try running
sudo chown -R "${USER}:wheel" /Applications/Discord.appand running the installer again afterwards
oh ic alr ty
sometimes happens idk why
probably because of the transparency
Yeah probably
where do i run that message
Terminal
Did you pnpm install (..etc)
yes
Well idk, but like I said it's better to manually clone a dev installation of Vencord so you have a safe fallback
what are timestamps in customrpc for
Oh, old Node version, update
what are they for
Idk just go on their website and download LTS probably
It's for time elapsed etc
can i just set it to like 10 billion years elapsed
Β―_(γ)_/Β―
how does the BiggerStreamPreview plugin work?
surely fakenitro is bannable right
No
how does it work even? the stream quality thing doesn't go through their servers or anything?
They check it client side
Theoretically you can set it to almost anything
But as long as it's just default values, 99% chance they don't care
And also you can't change it to custom values anyway
is that the farthest back possible
Unix time is a way of representing a timestamp by representing the time as the number of seconds since January 1st, 1970 at 00:00:00 UTC.
that's really funny tbh, you'd think they'd want to crack down people stealing money like that lol
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 any plugin that allows me to check if any friend is in a specific server?
mutual servers
I asked plugins
I'm not technical enough to know how they do it but I'm sure if it was possible they would've bothered changing it ages ago
fair enough
nah
discord just dumb
same reason show hidden channels is possible
because they just do those checks on ur client
Classic

they already analyse your stream as proven by it showing the quality and fps to others
theres a small chance they randomly decide "oop all these users are doing this time to mass purge" hence the "do at your own risk" warning this sorta thing comes with
anyone know how I can have more emotes in the autocomplete list? I swear this used to be an experiment I used
So it would be trivial to just say nuh uh you can't stream 1080p without nitro
but hey let's just be happy they don't check it further ;)
i need help, it said that i first need to install Discord but i already have it installed, does anyone know what is happening and how to fix it??
try and reinstall discord maybe
clonestickers broken ?
saw it in NTTS's video
i just tried it seems to work
hey
how do i put an image on Custom RPC?
direct link to the image
hey guys, sorry for the dumb question. is ProfileBadge.image supposed to be a link?
yeah but where do i put the link of the image
does this mean it works
Guess so
its there, we cant provide any additional support however nor guarantee itll work
^
in the section that asks for the image
looks like it works
^
can someone send and delete a message pls
done
ok it works
how do I have fake nitro profiles, and what is 3y3?
3y3 is a colour theme for your profile
you paste it into your about me, itβs invisible
you just pick the colours, and click copy 3y3
ok thank you
It's a meme plugin you don't need it
that means i can use them?
Logging in at the Mobile App
I want to get myhatredtowardsspotifyisinfinite.ts
You can use any plugin because they're not unsafe, so yes
on discord client
got it!
no correlation
^^
That's bad
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
vendetta
is what I use
on ios
anyway if you were to read that email at all they just detected suspicious activity so they make you change password
which likely means u got hacked lol
It's the same way you installed the other 3rd party plugin, figure it out for yourself
By your App @shell veldt
Is there a way to put it on mobile?
no???
Omg
no lmao
Read like 10 messages above
Or maybe you could just pin it
no
So it would be easier
if you really think we would do this then why would vencord would be open source
No, that's why the commands exist
Why
it's already in #faq and https://vencord.dev/faq
Also ^^
lmao

Ik
Hi! I'm trying to install vencord on a macbook air ventura and although it says its been installed, it hasnt shown up in my actual discord
In any case it's not related to Vencord
yeah its not
unless he downloaded a token grabber plugin somewhere outside of here
Don't know how you'd manage that on Android of all places
if just logging into vencord causes your account to be locked that means your account was already flagged to hell and back and it would have likely happened even on stock app
Let alone on desktop
usually happens when you had your account stolen via something like falling for scams, but just do what the mail tells u and you're good
Yeah idk
someone send a spotify link to some music pls
is there a local pins plugins somewhere
nope
Unrelated client mods
someone should make local pins
Well request it or check if someone else already has
where?
ayo
I'm struggling to understand if I can save my themes
Screenshot
vs win
β οΈ 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
yes darling
No...
can you read
how do I install Gmenu on arch linux gnome
How is this related to Vencord?
How does the USRBG plug in work?
3rd party api
Read its settings
ah ok
he must to oblige the archlinux TOS where he must mention that he uses it
how do i install vencord on mac? I downloaded the zip and have vencord installer on my files but it won't open
i want to translate vencord to turkish for turkish users, how can i do it?
Vencord doesn't have translations iirc
will plugins save after discord update?
Yes
are you planning to add it in future?
I don't directly work on the project so I don't know
wont be anytime soon
no
people should just learn english 

i downloaded a theme and i restarted and it put all the servers in a line across the top of the screen and wont let me do anything
based but still
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 = []
})()
you dont need to redownload anything
okay
im trying to add a plugin but i cant find the directory to put it
vf plugins
You can't.
Chances are, it's already a Vencord plugin! Or if it isn't, you can open a plugin request
from #1032200195582197831
build vencord on your local machine
I got a theme and then like everything became messed up and i cant even get to settings
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 = []
})()
Thank you it worked
how do you put images for custom rpc
Is there a plugin that I can download profile avatar, banner, server banner?
for some reason spotifycontrols doesnt work for me
what does watervee mean when they said "css can do this"
ViewIcons
i want to rebuild to use custom plugins but have some questions for example do i have to rebuild it every time i want to add new plugins and is there an way to save the current plugins to not reinstall them later
how to install/compile android version?
vs "css can do this"
- fixed, update, up
- linux, l
- mac, darwin, m
- missing features, keybinds, mf
- moreinfo, more info, mi
- reinstall, redownload
- windows, w, win
???
?
how do you put image for custom rpc
if i run gradle build give a error
thank
vs spotifycontrols
- fixed, update, up
- linux, l
- mac, darwin, m
- missing features, keybinds, mf
- moreinfo, more info, mi
- reinstall, redownload
- windows, w, win
ok i def ont understand this lmao
for some reason it doesnt work for me even tho i connected my acc
hello friends
may somebody please point me in the direction of the vencord folder on windows

also this would be a good thing to put in faq
It should go to C:/Users/AppData/Roaming/Vencord/dist
If you haven't chose a custom install location. Make sure to move the Vencord folder into the discord folder for it to work.
smol question is there anyway to make vencord remember save path for images and videos ?
meow
yeah I didn't chose a custom install, just confused on where to run the custom plugin installs
browser default path I think
nya
i rmber using some plugin on bd that had it so u could download directly to folder
like this
but directly into the folder u wanted
I just wonder why you're using Vencord if you're paying $100 dollars a year for nitro perks that this gives you for free 
whomst?
Distaken
should i use bd instead?
im not sure what you mean
What reason are you using Vencord for, first off?
modded discord
themes and other stuff
it's not just for free nitro
You're paying $100 a year for nitro and stuff. Just a little confused on why you're using Vencord
If you want to go ahead, it definitely is more fleshed out than this
should i not use vencord
I'm not saying that, no.
It's just that usually nitro users aren't using this modded stuff
They're both pretty stable. Vencord is supposed to get 3rd-party plugins like better discord soon.
is there any plugin that lets u save stuff directly into directories
Technically you can do that with your PC itself
i would prefer less steps
is it possible to use 3rd party plugins on browser?
I didn't see any plugins like that- so there ins't currently
i see
Not on Vencord, no. On Better discord you can.
3rd party plugins are supposed to come for Vencord soon.
? they are already out though? #1032200195582197831
on browser*
i think?
im trying to get vc-message-logger-enhanced running but i have no clue where to install it π
i have zero iq
is it normal that the vencord installer has the ghostbusters symbol and says βYou need macOS %@ to open this applicationβ when trying to open it on macOS?
hey guys does anyone have an idea why my vencord doesn't work i've tried with the terminal and with the graphic installer does somebody have any tips ?
girl i just asked a question
what do you mean by "doesn't work"
I think it doesn't even install because in my settings it isn't there
if you open the installer does it say it's patched
yep
then select reinstall vencord and try again
welp it didn't work
did the installer close discord by itself? if not, are you sure you restarted from the tray (not by pressing the x)?
I had to move Vencord into Discords file directory. Try that.
yes it did close by itself
how ?
i won't then
when running the windows download on my pc it says it cant be run on my computer even though i'm on windows 10 did I do something wrong?
more info -> run anyway
That's the only was discord would even load lmao 
vs win
β οΈ 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
welp imma uninstall discord i'll see if it works
vs help
- fixed, update, up
- linux, l
- mac, darwin, m
- missing features, keybinds, mf
- moreinfo, more info, mi
- reinstall, redownload
- windows, w, win
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
hm
wait how do i install third party plugins 
it has to be written somewhere
How can i add .js plugins in vencord?
It's not possible to use plugins of other mods on Vencord. See #plugin-requests
guys is there a chance of getting termed for using message logger?
nope
all local
Can someone help me with installing vencord it wont open>?
send the error
if there is any
does the installer say discord is patched
the spotify crack plugin does not seem to work
it says nothing it wont even open anything
it keeps loading when i try to listen along
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
same for me
k i will try tht but rn i gtg eat
@strange apex
how install third party plugin pls owo i am confused sorry for spam
from where
how do you put image on ccustom rpc
is there any css code to hide my email or phone number
Thanks that worked for me
idk where the userplugins is
idk which one is it
that's a message link
thanks I needed it
Is there a way to disable vencord without uninstalling?
wdym by that
nope
Damn
why tf is #moderator-only the welcome channel π and also where do i add suggestions?
will there be a soundboard plugin in the future ?
i needed that blur im trying to make a discotd a bit pravite
or a clone sound option
most likely not
uh where is the like plugin suggestions? mine is half plug and half something else
umm dosnt discord added a soundboard feature
yeah and it's locked server side
vencord can't reenable it, even with workarounds like playing over the mic
i read somewhere about a plugin that will delay to avoid rate limit. was it on here, i am not sure, cannot find anything so far
wdym "avoid rate limit", rate limit of what
I think he ment the rate limite for vc
the rate limit when i delete emojis or add emojis to my server
also i get captchas a lot, guess ive made too many accounts in the past π
nothing vencord can do about those
is there a way to have ui for the account selector
like what if i let someone use discotd on my computer and they need to use there account
not possible
can I get a ui to select a account selector ui
nicee its released already @shell veldt , did you fix the waves?
nothing we can do just be less suspicious 
i literally never get captchas
try it and see
@shell veldtis it possible to get a account selector ui
alrighty, thx
if i click on switch account it will pull up a menu to select a account or if im booting up discord it wil pull up the menu to select a account
is that possible
i seen better has something like that
how do you put image on custom rpc
Does anyone know how to set RPC status to 'for X' instead of 'X time elapsed'
CustomRPC shows time elapsed not 'for X'
why's my vencord marked gray in my extensions tab
because settings are within discord
not there
thank ypu sunnie
does anyone know how i can use better discord themes on vencord. the one im trying to get doesnt have a supplied link for vencord
paste this in
idk because i dont have any idea on how to do any of this
ok
but try that
hey does anyone know were all the themes that work with vencord
im sorry if thats a really dumb question
Github or better discord
did you put this in
**NieR-Dark-Source.theme.css: **
/**
* @name NieR: Automata UI Dark
* @version 1.5
* @description Glory to Mankind. ||
* Thanks to JulioDRai for letting me use their cursors!
* ~https://www.deviantart.com/juliodrai ||
* Thanks to GOmonkeymanGO for letting me use some of their code
* ~https://github.com/ChaseIngebritson/YoRHa-Discord-Theme ||
* @website https://github.com/AccraZed/YoRHA-UI-BetterDiscord
* @author Accrazed#2710
* @invite X4nBPCa
* @authorId 153562159161278473
*/
/*
* :::. .,-::::: .,-::::: :::::::.. :::. :::::::::.,:::::::::::::-.
* ;;`;; ,;;;'````' ,;;;'````' ;;;;``;;;; ;;`;; '`````;;;;;;;'''' ;;, `';,
* ,[[ '[[, [[[ [[[ [[[,/[[[' ,[[ '[[, .n[[' [[cccc `[[ [[
* c$$$cc$$$c $$$ $$$ $$$$$$c c$$$cc$$$c ,$$P" $$"""" $$, $$
* 888 888,`88bo,__,o,`88bo,__,o, 888b "88bo,888 888,,888bo,_ 888oo,__ 888_,o8P'
* YMM ""` "YUMMMMMP" "YUMMMMMP"MMMM "W" YMM ""` `""*UMM """"YUMMMMMMMP"`
*/
@import url('https://buns.gay/YoRHA-UI-BetterDiscord/font/stylesheet.css'); /* Font */
@import url('https://buns.gay/YoRHA-UI-BetterDiscord/NieR-Cursor.css'); /* Cursor */
@import url('https://buns.gay/YoRHA-UI-BetterDiscord/NieR-Import.theme.css'); /* Main File */
@import url('https://buns.gay/YoRHA-UI-BetterDiscord/DarkImport.theme.css'); /* Dark Part of Theme */
/* GLOBAL VARIABLES */
:root {
--color-high: rgb(87, 84, 74);
... (9 lines left)
yeah
you gotta go to the theme.css then click raw
then do the link
ohhhh
but the crapy thing is the ones i want dont have the file that vencord uses
they prob do
which ones do you want
i wished we could drop css files like BD
same ngl
you use a link on vencord
tbh, im having too much fun with the cat follow mouse
i didnt realize you have to press theme files on some
?
Can I get vencord on my iPhone discord app?
and then when i go back in vencord
i wish
Oh I guess thatβs a no then lol
yup
Vencord Debug Info
Vencord: v1.3.4 β’ bea7a17 (Web) - 8 Jul 2023
Discord Branch: stable
Client: Web (Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36)
Platform: Win32
Outdated: false
OpenAsar: false
Enabled Plugins (58):
BadgeAPI, CommandsAPI, ContextMenuAPI, MemberListDecoratorsAPI, MessageAccessoriesAPI, MessageDecorationsAPI, MessageEventsAPI, MessagePopoverAPI, NoticesAPI, ServerListAPI, SettingsStoreAPI, NoTrack, Settings, SupportHelper
i dont see why we cant get a mobile discord mod
probably because mobile apps suck in general
use vendetta bruh
cuz mobile discord
the layout
its shit
what is vendetta?
why do i feel that both of u r related
π mobile vencord
nein
never
just look at the pfp's
EXCEPT YOURS
shut up
im on mobile
i'm stealing it
do properties in the quickcss override the normal ones?
stealing what?
shhhhh
u want me to send the pfp bruv?
the f##k? why is it so squishy
me on a sunday evening at exactly 4:12 AM
its so kyutee
just it 2 hours
why are you up at 2 
making music π£οΈ
how do i enable the userplugins
00:00 here
mb forgot i had a macro to paste + enter
24 hour format
im not American
ooooh? army time
= not fat
eh?
idk maths
183 cm is
btw
6 foot
i'm drinking coke at 2 AM
i sniff coke 24/7
hold on, i gotta check the rules to see the severity that i can send my favorited gifs at
coca cola
bruh
now i keep mistaking @mossy linden for @broken tiger
and
@broken tiger for @mossy linden
LMAFO
i keep mistaking you for a reta-
yo
free nitro failing
lmao
send the text
yes i make mods
i make more money off of mods than you guys do
Cloned
get robbed
scrub
already made more than $700+
i make music and art bruv π
and how much do you make
LMFAO I DIDNT NOTICE YOU WERE ACTIVE DEV LAMOOO
what
in a month uhhhhhhhhhhhhhhhh
100K
ππ
who doesn't have that badge β οΈβ οΈ
the skull emoji is actually a sad jellyfish
me
i made a bot
but got no badge
hey
coems π€
do you guys know why my custom game isnt working on my proflie
icbdihidbidb
what
yeah customrpc
you can watch ntts tutorial
i am
i did everything
mine works
its not showing upo
ill show u mine
i uh um uh um uhhhh
1 sec
why doesnt this css work css #vc-membercount { margin-top: 0.5em; margin-bottom: -1em; }am i dumb
omfg
Try using rem? em is stupid most of the time
Rem?
why use Rem?
she's from an anime
why is it ignoring my css
when using the message logger does it save the messages somewhere or only the spot they were sent
HE'S USING MESSAGE LOGGER
i got it to work
BAN HIM!!!
:D
Because there is a more important rule overriding it
Add specificity to your selector or add !important to your rules
privacy invader lol
nah thats me
do u guys have nothing better to do than spam the support channel
how do i enable third party plugins
not really
yooooo, message logger anitn dcool
i have the best game in playing
frfr clonesticker needs love thanks
how do i do that
i'm Transgender
Look at pins of that channel and figure out , or cope
trans ginder
u got a problem wit that?
transgrinder
im straight
also no
transwinder

google transgender
Add !important before the ; in your rules
i will never fix it
no way there's a trans google?
you cant stop me
where do i enable it
holy gender
holding
i did everything in the docs and added the plugin in src/userplugins but the plugin doesnt work and i dont know where to enable it
thank you kind stranger
trans google
Did you
pnpm i
pnpm inject
its canon that you cannot be cis when using vencord. its not possible
do i reinstall
can confirm
us frfr
now how install custom plugin, pnpm is fuckied on my windows install so i cant use it
misinformation
denial
In dev mode yes
You asking this confirms your lack of reading and following instructions
Third party plugins only work in dev mode
fix it
im in dev mode
i did everything
but like where do i enable them
In the normal plugins menu
a few hours ago i had access to super reactions, now i dont
Because you use all of them
stop having problems
Non nitro users only can use 2 a week

also hi
no
ohhhhhhhhhh thank you β€οΈ
its 2 in a lifetime
i dont see it
now i feel dumb XD
if its 2 a week why cant i do at all anymore
yall this is support please keep it for support
Because your cringe and spamming the #π₯-vencord-support-π₯ channel
you are also cringy
just fix it
Then you didn't do everything right
Not in dev mode or didn't install plugin right
im in dev mode
What does this remove exactly?
i think i didnt install right
How do you know you're in dev mode
guys i fixed pnpm all I had to do was- gmod ragdoll sounds
\
im in devmode now
plugin still doesnt show up
i put the plugin file in the vencord/src/userplugins
i just dont see it though
yhis
is horrid
i have not in fact fixed it
PS C:\Users\Astro\Vencord> pnpm i
Lockfile is up to date, resolution step is skipped
Packages: +409
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Progress: resolved 409, reused 409, downloaded 0, added 0, done
node_modules/.pnpm/esbuild@0.15.18/node_modules/esbuild: Running postinstall script, failed in 20ms
.../esbuild@0.15.18/node_modules/esbuild postinstall$ node install.js
β 'node' is not recognized as an internal or external command,
β operable program or batch file.
ββ Failed in 21ms at C:\Users\Astro\Vencord\node_modules\.pnpm\esbuild@0.15.18\node_modules\esbuild
node_modules/.pnpm/esbuild@0.17.18/node_modules/esbuild: Running postinstall script, failed in 29ms
.../esbuild@0.17.18/node_modules/esbuild postinstall$ node install.js
β 'node' is not recognized as an internal or external command,
β operable program or batch file.
ββ Failed in 29ms at C:\Users\Astro\Vencord\node_modules\.pnpm\esbuild@0.17.18\node_modules\esbuild
βELIFECYCLEβ Command failed with exit code 1.
PS C:\Users\Astro\Vencord>
someone help i reinstalled node and everything 
IIRC You have to put it in vencord/src/userplugins/pluginName/index.tsx
when you copy a url most of them have some information appended to them such as what platform it was copied from etc, this plugin removes that information from links (in most examples its everything after a ? near the end of the url)
this too
FOR FUTURE PEOPLE RUN CMD AS ADMIN IT FIXES THIS
OR RUN THE COMMAND (in this case node scripts/build/build.mjs) MANUALLY
ohhh
i just drag and dropped the .ts file in
i didnt put it in a folder
mb
thank you
Whatβs the difference between Vencord and BetterDiscord? Is there much?
i love red 40 in my blood
vencord has shiggy
Whatβs that
Vencord is better
[citation needed]
Once you have it, it's better because it's plugins are faster because technical reasons (regex > monkey patching)
Also its cuter
is there no way to see all roles existing in a server and members who have those roles, or am I missing something in the huge list of built-in extensions?
edit: upvote https://github.com/Vendicated/Vencord/discussions/448
It would be cool to have a plugin that shows everyone with a specific role, similar to this plugin: https://github.com/rauenzi/BetterDiscordAddons/blob/b25c494746ab7396d4beda4df3747e727c488bb0/Plug...
anyone know what this means




