#๐Ÿฅ-vencord-support-๐Ÿฅ

1 messages ยท Page 122 of 1

broken tiger
#

im used to betterdiscord which is a very like user friendly kinda thing you do most things yourself but i havent seen a "plugins" folder for vencord which makes me feel like i have to dig deep to find it

#

i see

rich tide
#

for you to be able to edit a single file for a certain plugin you need a dev build installed, in which you can make your changes and then compile again to a minified version which your discord loads

rich tide
broken tiger
#

direct me to the dev build please im honestly having a hard tiem understanding the website

#

under dependencies?

rich tide
#

all the plugins are in a single js file installed in your computer currently

broken tiger
#

no

#

wait

#

is the hyperlink directly to the dev build ?

rich tide
#

that's the plugin files

broken tiger
#

why must this be so difficult for non programmers ๐Ÿ˜ญ

rich tide
#

a devbuild is just cloning that repository with git, installing dependencies, building and injecting

rich tide
#

what even do you want to edit

#

some text?

broken tiger
#

i want to edit the message logger and i know for a fact im not even capable of doing that myself

#

but i have a friend who could probably figure it out

rich tide
#

so tell your friend to do it

broken tiger
#

i could and he might understand this better than me honestly

rich tide
#

if they actually know what they are doing they will at least be able to get started

broken tiger
#

im just trying to get everything set up so i can just send him a file and he can edit it then send it back

toxic blade
#

What is the website to install extensions custom ones

burnt sand
#

@toxic blade

azure perch
#

vs w

mighty ravenBOT
# azure perch 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
formal spade
#

Hey guys, How can I use the css editor in vencord? I am really confused on how it works.
I can write css in there but how can I know what elements I am effecting and is there a specific thing that I need to do for it to take effect?

cinder warren
#

css takes effect immediately, and it is literally just regular css
whatever you affect is whatever you make it affect

shell veldt
#

this is how all software works...

formal spade
#

for example of messages or icons and so on

shell veldt
#

devtools

formal spade
#

And how do I use devtools?

azure perch
broken tiger
#

i downloaded vencord. what should i press

#

package or

#

patcher or

#

preload or

#

renderer

#

huh?

#

@shell halo so why did u navigate me to here

shell halo
#

because it's the support channel

broken tiger
#

what

shell veldt
broken tiger
#

uh

#

bro

#

where are instructions in download link

#

or sis

#

i deleted and download vencord web

#

what now

random falcon
azure perch
broken tiger
#

uhhhhh

shell veldt
#

you follow the instructions

#

they are very clear

broken tiger
#

done i just installed for windows and joined discord

random falcon
burnt sand
#

/prompts

broken tiger
#

does that file exist in the directory you're running the command in

shell veldt
#

if you cannot figure it out, you shouldn't be doing this

simple owl
#

Wow it's been a minute since I peeked in here

#

Did the brain rot get stronger or have I become less used to it ๐Ÿค”

hazy breach
broken tiger
#

is there any proper documentation for making vencord plugins?

simple owl
#

If this is still up to date

broken tiger
#

oy ty

hazy breach
simple owl
#

Also this too ye

glacial obsidian
#

I have a question
Why can't I use the nitro quality streaming feature?

#

Is it like this for everyone?

remote flower
#

you gotta turn it on in the plugin

#

if it still doesnt work, you dont need it that much anyways

long warren
copper iris
#

pnpm i

#

please don't use the dev build if you don't know what you're doing

long warren
long warren
copper iris
#

yes

#

you're trying to install the dev build

long warren
#

this is the first time that I have this issue using these commands

long warren
remote flower
#

what are you installing the dev build for?

long warren
remote flower
#

you dont need any dev build, you just have to build it yourself, ill send you what you have to do in a sec

#

i forgor what link that was lol

#

actually, it gives you a script you have to paste in

long warren
#

wait no

remote flower
#

nope thats just vencord

#

there it is

long warren
remote flower
long warren
#

is this new?

remote flower
#

i guess so :P

#

also, before doing build

copper iris
long warren
remote flower
copper iris
#

stable builds are served via the publicly downloadable installer

#

but building from source is usually for dev

#

hence devbuild

remote flower
#

you have to create a folder inside the src folder called userplugins, so from the default vencord folder the path would be vencord/src/userplugins

#

thats where you put in the plugin i guess

copper iris
#

also your pnpm installation is broken

long warren
#

gonna run this now: git clone https://github.com/Vendicated/Vencord; curl https://raw.githubusercontent.com/ciderapp/RicherCider-Vencord/main/richerCider.desktop.tsx -o Vencord/src/plugins/richerCider.desktop.tsx; cd Vencord/; pnpm install --frozen-lockfile; pnpm install; pnpm build; pnpm inject;

copper iris
#

use corepack or reinstall pnpm

long warren
#

I've never had issues w corepack before

#

I'll reinstall that

#

ok I'm scared now ๐Ÿ’€

PS C:\Users\celar\Vencord\Vencord> npm uninstall corepack@0.17.2
npm notice
npm notice New major version of npm available! 9.6.4 -> 10.1.0
npm notice Changelog: https://github.com/npm/cli/releases/tag/v10.1.0
npm notice Run npm install -g npm@10.1.0 to update!
npm notice
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: vencord@1.4.7
npm ERR! Found: eslint@8.49.0
npm ERR! node_modules/eslint
npm ERR!   dev eslint@"^8.46.0" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer eslint@"^7" from eslint-plugin-path-alias@1.0.0
npm ERR! node_modules/eslint-plugin-path-alias
npm ERR!   dev eslint-plugin-path-alias@"^1.0.0" from the root project
npm ERR!
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR!
npm ERR!
npm ERR! For a full report see:
npm ERR! C:\Users\celar\AppData\Local\npm-cache\_logs\2023-09-16T16_25_59_278Z-eresolve-report.txt

npm ERR! A complete log of this run can be found in: C:\Users\celar\AppData\Local\npm-cache\_logs\2023-09-16T16_25_59_278Z-debug-0.log
#

why would it throw that error

copper iris
#

because you are trying to install it into vencord itself

#

npm i -g corepack

#

or upgrade corepack via the nodejs installer

long warren
long warren
copper iris
#

npm i -g corepack@0.20.0

#

then

long warren
marble palmBOT
long warren
copper iris
long warren
copper iris
#

no

#

that was your corepack version

#

use a different version of pnpm

spare blade
#

Hi, after installing the last update some of my plugins stopped working(mainly the FavouriteGifSearch and SilentTyping), yet some of plugins and themes work just fine. Any suggestions how to fix this issue?

long warren
#

ah

copper iris
#

that

#

was not the right aria

#

sorry

#

@floral silo

spare blade
#

strangely enough, search bar is gone and the "favourite gif" text gone too

copper iris
#

can you run /vencord-debug as well

shell veldt
#

it's already fixed in pr

spare blade
#

sure, gimme a minute

copper iris
#

alr

spare blade
#

where do I use that command though?

copper iris
#

here

spare blade
#

Vencord Debug Info

Vencord: v1.4.7 โ€ข a73d09a (Standalone) - 13 Sept 2023
Discord Branch: stable
Client: Discord Desktop v1.0.9017
Platform: Win32
Outdated: false
OpenAsar: false
Last Crash Reason: N/A

Enabled Plugins (23):


BadgeAPI, CommandsAPI, ContextMenuAPI, NoticesAPI, SettingsStoreAPI, NoTrack, Settings, SupportHelper
copper iris
#

alr

#

yeah as ven said it's already been fixed, so just wait for the update

spare blade
#

thanks for help

copper iris
#

np

long warren
#

idk if this is any better?

#

๐Ÿ’€

#

nvmd I'm an idiot

#

srry for the ping

#

corepack seems to be the cause of my issues

worldly sundial
#

hey guys, how to update a channeltabs plugin?

#

just a git pull?

sand holly
#

sorry to ask but does this menu in the top right go to discord or vencord

carmine bane
sand holly
#

ok cool thanks

shell veldt
#

discord

#

do not use that form

#

you will just cause an api error

unique quartz
unique quartz
broken iris
#

anyone else experiencing crashes on the browser version of vencord?

#

using the same settings (cloud sync) on browser as I am on desktop, here's my debug from desktop

#

Vencord Debug Info

Vencord: v1.4.7 โ€ข a73d09a (Standalone) - 12 Sept 2023
Discord Branch: stable
Client: Discord Desktop v1.0.9017
Platform: Win32
Outdated: false
OpenAsar: true
Last Crash Reason: N/A

Enabled Plugins (62):


BadgeAPI, CommandsAPI, ContextMenuAPI, MemberListDecoratorsAPI, MessageAccessoriesAPI, MessageDecorationsAPI, MessageEventsAPI, MessagePopoverAPI, NoticesAPI, SettingsStoreAPI, NoTrack, Settings, SupportHelper
viral galleon
#

Hey ! I have issue with customrpc not showing timestamp its a known issue ?

unique quartz
#

It is going to be public anyway

#

You have to read it..

faint fulcrum
#

the bypass stream quality mod from fake nitro doesnt work for me

unique quartz
#

Would be fixed soon

faint fulcrum
#

nice

#

ty

broken tiger
#

hey how do you use the pfp theme?

#

or the banner thing

wheat sail
#

i wonder how this copy 3y3 thing even works on discord, and how to make it work, i always wonder if its just a fake button that does anything but now, not even the dev consle does anything

teal smelt
#

you are supposed to scroll down where it says try out nitro

broken tiger
#

and where is that at XD

teal smelt
#

where you edit your profile at the bottom
it may not appear if you use some css to hide it

broken tiger
#

oh?

#

could i see a screen shot?

teal smelt
broken tiger
#

XD

#

so where is this at?

shell halo
#

oh

broken tiger
#

and how do i get it?

teal smelt
#

do you have the plugin enabled?

shell halo
#

enable FakeProfileThemes

broken tiger
#

let m see XD

warm charm
#

yes

broken tiger
#

ok im just blind XD

#

hold up let me see if this works

#

alr i got it but how do i change my banner now?

shell halo
#

usrbg

broken tiger
#

alr i got that but it aint letting me change my banner

wise dagger
#

read the plugin settings :p

broken tiger
#

im trying >;

#

i keep doing everything but it aint changing >;

wise dagger
#

but did you read the plugin settings

broken tiger
#

yea???

#

am i missing something?

#

send m a screen shot >;

gloomy hamlet
broken tiger
#

so i cant use a banner that i got?

#

i have to "get my own" even tho i have one

gloomy hamlet
#

by 'get your own', it means getting your banner image in the usrbg database
it will only show for other people with the usrbg plugin

broken tiger
#

ah

#

i would like to report what seems like being a bug

whole geode
#

Hmmm, was looking into HTMX & hyperscript, was wondering if that would be viable for Vencord?

solid kelp
#

thats horrible

#

no

marsh lark
#

WHERE IS #GENERAL

copper iris
whole geode
#

I mean, I was just curious if it was a possibility or if it wasn't feasible at all >_>

frigid elm
#

help plz

#

they're stuck

vivid sinew
#

how can I compile the extension for firefox?

spice scaffold
#

how do i get notifications from vendroid?

warm charm
#

im appearing online and i cant use CustomRPC

blazing plover
#

is there a way to blacklist certain file types with the AnonymizeFileNames plugin

#

having 2 turn it off for .zips are annoying

broken tiger
blazing plover
#

damn

#

alr ty.

broken tiger
broken tiger
# frigid elm

not a vencord issue, probably broken discord overlay

vivid sinew
broken tiger
spice scaffold
#

how do I get vencord notifs?

#

on mobile I mean

broken tiger
#

i dont think you can since it just loads the website in a container

#

use vendetta/aliucord

vivid sinew
broken tiger
#

suffer until firefox approves it on the web store

vivid sinew
#

i did able import the extension temporary

shell cradle
#

uhh

#

all of my vencord related stuff is gone for some reason

#

idk what happened

#

theres no vencord options in the settings anymore and my custom theme is gone

shell halo
#

i couldn't work out the command for this

shell cradle
#

ty

vivid sinew
#

finally i did it

signal plover
#

would yall eventually let us install our own plugins in the future? like from bd or anything else

novel glade
#

you cant take a minecraft java mod and put it on bedrock

#

not unless you port it

#

which youd need to know how to code

#

its the same for this

shell halo
#

vfaq plugins

mighty ravenBOT
#
How do I install BetterDiscord / Replugged / [insert other mod here] plugins?

You can't.

Chances are, it's already a Vencord plugin! Or if it isn't, you can open a plugin request

shell halo
#

i'm so bad at this

novel glade
#

lmao

shell halo
#

can i add betterdiscord plugins

marble palmBOT
shell halo
#

there

#

xD

signal plover
tribal sluice
#

HELP ME PLZ

marble palmBOT
# tribal sluice HELP ME PLZ

Your Discord seems to have installed in the wrong place. This could be due to a variety of issues.

To fix it, click the "Take me there!" button and follow the instructions in the dialog.

tribal sluice
#

I don't understand what to do

tribal sluice
zealous basalt
#

whys the theme applied only to some sections while the rest isnt

#

how do i fix it

teal smelt
#

I mean if you want to fix it yourself you could trolley

#

but its really old

zealous basalt
#

old themes?

#

i dont want to go thru every component of the theme one by one laugh

teal smelt
#

yeah its like not very updated, there isn't really a fix I guess, its just css but idk if someone did it

tribal sluice
zealous basalt
#

would appreciate it

teal smelt
#

you could search idk, I don't have any themes rn but there is a lot in github i guess

surreal epoch
tribal sluice
surreal epoch
tribal sluice
marble palmBOT
#

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.

analog silo
scenic dragon
#

tf is this error

analog silo
#

you have to wait

warm charm
#

im appearing online and i cant use CustomRPC

lavish skiff
#

hello may i require some assistance?
the vencord dosnt install to discord even though it is "successfuly patched"

merry slate
#

is there a plugin that will show what vc a user is in without having them added as a friend?

#

like if in a mutual server and they in a vc itll show on their profile which vc they are in

cunning glade
#

Can I use this on my IOS so on phone?

azure perch
#

no

merry slate
azure perch
merry slate
prisma latch
#

is there a horizontal server list plugin for vencord?

knotty summit
#

How do you get Vencord on Android? I saw above that it was possible but I couldn't find anything on Ven's github

worthy kettle
#

aliucord is what im using (on android)

#

its pretty okay

#

this might be a common question right now but are themes working on vencord right now?

knotty summit
#

But I wanted to tinker around and see what Vencord on Android is like

knotty summit
worthy kettle
#

that im aware of anyway

knotty summit
#

There is

#

Like, if you ask the bot

worthy kettle
#

huh interesting

#

ive looked everywhere online and cant find one anyway

#

if there is id love to hear it though

azure perch
#

vf mobile

knotty summit
#

Yeah

mighty ravenBOT
#
Is there a mobile version of Vencord?

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!

knotty summit
#

Yooo, ty

worthy kettle
#

ohh

#

yeah no i know that one

#

but it technically isnt the actual discord apk

#

its just a embed of the browser version with vencord installed

#

which is cool if thats what your into

knotty summit
#

Yeah, that's exactly what I wanted

worthy kettle
#

ive reinstalled and everything but themes wont load currently

knotty summit
#

Hello from Vencord for Android!

#

It works surprisingly well

#

It's a little slow, but my phone sucks, so

#

Does it support push notifs?

azure perch
#

idk

ruby zealot
#

@marble palm

tight shell
#

so i just installed vecord . but it looks normal discord. it doesnt look like cute discord shown on github . can anyone help??

surreal epoch
hazy breach
#

if vencord doesn't show up within discord at all then refer to #faq

lavish skiff
#

but when im in discord user settings the vencord section isnt there

novel glade
#

i see-

#

then

#

i have

#

no clue- im sorry

lavish skiff
#

all good

tight shell
#

Where do I find all other themes and plugins?

hazy breach
#

not by pressing the x

lavish skiff
#

yes

hazy breach
#

does the installer say it's patched

lavish skiff
#

i click install and it says that it was successful and when i open discord vencord ist loaded

#

this but its not in dicord

hazy breach
#

if you go to discord in task manager, right click it and select "open file location", where does it take you?

lavish skiff
#

its bc its not the right directory

#

it worked flawlessly now

#

thank you for the help <3

tight shell
#

is vencord really faster??

severe moth
#

I just installed venroid

hazy breach
severe moth
#

how do i install vencord in the normal discord app?

tight shell
severe moth
#

anyone?

hazy breach
tepid folio
#

showhiddenchannels doesnt show all roles or members that access to that channel

hazy breach
severe moth
#

anyone?

hazy breach
severe moth
hazy breach
#

vf mobile

mighty ravenBOT
#
Is there a mobile version of Vencord?

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!

severe moth
hazy breach
#

yes

severe moth
hazy breach
tepid folio
#

yes

#

i can send proof

rich tide
#

do

tepid folio
#

same channel different roles

merry slate
#

whats the invisible chat one do?

rich tide
novel glade
#

wait

#

you can get vencord on mobile-??

severe moth
merry slate
#

i think android

tepid folio
novel glade
#

i need

#

neeeeed

tepid folio
#

ios is enimity

#

android is aliucord

novel glade
#

i have android-

severe moth
#

to

merry slate
#

whats the invisible chat one do?

novel glade
hazy breach
mighty ravenBOT
#
Is there a mobile version of Vencord?

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!

novel glade
#

i see

tepid folio
#

wait aliucord is outdated

merry slate
#

whats the invisible chat one do?

tepid folio
#

dam

novel glade
#

well my phone is already ||shit|| performance, and i dont like the old discord

#

so

remote flower
tepid folio
#

oof

#

i remember them being the best

remote flower
#

still is the best for that version

willow mango
#

Vf theme

mighty ravenBOT
#
My themes broke and now I can't open settings or disable them

open the dev tools with CTRL + Shift + i and click on the "console" tab at the top. Then paste and run (with enter) the following code.

It will- disable custom css (you can turn it back on in Vencord Settings)- copy your current theme links to your clipboard as a backup- remove all themes

(() => {
    Vencord.Settings.useQuickCss = false
    copy(Vencord.Settings.themeLinks.join("\n"))
    Vencord.Settings.themeLinks = []
    Vencord.Settings.enabledThemes = []
})()
merry slate
#

whats the invisible chat one do?

#

plugin

#

pls i been asking for hour

tepid folio
#

bro no one knows

tepid folio
merry slate
#

๐Ÿ˜ญ

#

why it in there then

azure perch
#

try it and see

ashen harness
#

hello so im trying to download vencord on ubuntu but i got this

hazy breach
#

snap isnt supported

ashen harness
#

ah

#

thats why

#

thanks

supple token
#

I'm on linux and have been trying to download vencord through the terminal
i'm doing everything right but this error code comes up and I don't know what to do about it
the alternative stated for linux is unclear on the website.

merry slate
#

they just links for me

merry slate
#

idk what encrypt didโกโ€Œโฃโ€Œโขโ€โ€Œโ€โ€Œโขโกโ€Œโ€Œโ€Œโคโ€โ€Œโขโ€Œโกโฃโฃโ€Œโ€Œโขโขโ€Œโฃโขโขโ€โขโ€โกโ€Œโกโขโฃโคโกโ€โ€Œโขโ€โกโ€โ€Œโฃโคโขโ€Œโขโคโ€Œโ€โกโ€Œโขโ€Œโคโขโ€Œโกโ€โก

glass glade
merry slate
#

a

novel glade
merry slate
#

anyone got link to the css code where u can add titles to server folders?

#

also how can i have message logger permenant and why isnt it by default

azure perch
#

we dont want

broken tiger
#

hi how do i install vencord on firefox because when i try its showing this

azure perch
#

use userscript

broken tiger
azure perch
#

yes

broken tiger
#

k

vestal elk
limber citrus
vestal elk
broken tiger
#

Is there a way to share audio when screensharing on linux with vencord? I know it's a discoord issue but wondering if there's a plugin or smtn to fix it with vencord. I tried discord-screenshare and it just shares screen but not the app

severe moth
#

Does anyone know how to disable the venroid desktop?

jaunty dawn
tight shell
visual plank
#

hey, im not sure what the problem is, but whenever i try to upload my settings to cloud, it shows this message. its been doing this ever since i switched laptops. anyone know whats wrong?

#

ping me if you reply because my pings are really weird sometimes

azure perch
prisma dew
#

So, can someone help me?

broken tiger
#

I am trying to use the "petpet" plugin, but when I type the command, it simply gives me this error:

An Error occurred while executing command "petpet":

Ti</ca<@VencordWeb:41:16913
Gn/Vencord@VencordWeb:4:7476
execute@VencordWeb:123:1287
Y2@VencordWeb:19:54
H/H</<@WebpackModule698847:2:7605
a/</<@WebpackModule698847:2:2655
a/<@WebpackModule698847:2:2760
k@WebpackModule698847:2:561
l@WebpackModule698847:2:760

This consistently happens whenever I use any of the image options, like image, url, or user. Reloading does not help. Does not work in any servers, direct messages or group chats, at all.

visual plank
#

oh

#

tysm

#

it works

broken tiger
hazy breach
#

petpet uses an external api so it wont work if you use the userscript

#

and since youre on firefox so no extension, ยฏ_(ใƒ„)_/ยฏ

broken tiger
copper iris
#

the extension wont be updated though

#

because it got taken down

#

lol

broken tiger
#

so is the issue because of the extension being outdated?

copper iris
#

i guess, and also because firefox doesn't support certain things the extension needs for full functionality

drifting venture
#

Instructions are in #info.

compact mortar
#

@neon seal minor bug: RelationshipNotifier just registered an account switch as me losing boatloads of connections. That overflowed the vencord notif list, essentially purging it.

That does not usually happen when i switch accounts. The bug most prbly had to do with the fact that i had two accounts open in separate tabs in browser.

Thank you for the pluggo! ๐Ÿ˜Š

PS: Congrats on scoring that pomelo, damn!^^

fair dock
broken tiger
#

i open it normaly

marble palmBOT
broken tiger
#

@shell veldt sorry for tag can you help me

remote flower
#

???

weary cedar
#

how can I get custom nicknames?

remote flower
#

I understand, why don't you use folders?

remote flower
weary cedar
#

ORGANISE IT

weary cedar
remote flower
#

yeah then that's your fault hahaha

weary cedar
#

CUSTOM FRIENDS NICKNAME

remote flower
#

right click the name and press set nickname

weary cedar
remote flower
#

if you wanna do it using CSS, good luck, I won't help :3

remote flower
analog tide
#

Does anyone know how to import a betterdiscord plugin into vencord as I would like to use the betterdiscord plugin called editservers

marble palmBOT
jagged inlet
#

i just finished work so im a bit smooth brain atm where would i do this to change the install dir?

weary cedar
remote flower
#

one sec ima check

#

right click in the DMS list

#

it says "Add Friend Nickname"

broken tiger
weary cedar
#

nothing shows up

broken tiger
weary cedar
round ether
#

more tags plugin bugged?

weary cedar
#

you can do the talk im outaa here

broken tiger
#

aw man

remote flower
#

actually, yes

#

lol

round ether
round ether
weary cedar
broken tiger
#

im tryna figure it out

remote flower
#

you two can edate in dms please

broken tiger
remote flower
#

only im allowed to edate in support or general

broken tiger
#

help

remote flower
#

and only with @broken tiger

weary cedar
broken tiger
#

๐Ÿ˜ญ

weary cedar
#

yo..

broken tiger
#

help me w the nickname stuffs

remote flower
#

now what do you two need

broken tiger
#

nickname help :3

remote flower
broken tiger
#

ah nuts

weary cedar
#

@broken tiger L

remote flower
#

if you wanna give your friend a nickname, you just have to rightclick and add friend nickname

broken tiger
remote flower
broken tiger
#

wha

weary cedar
broken tiger
#

:3

rose juniper
drifting venture
broken tiger
#

ill figure out smt else

drifting venture
#

I mean DMs.

broken tiger
#

ty!!!

round ether
#

also what does moyai plugin do

remote flower
remote flower
rose juniper
#

also wait you and evelyn are dating??

weary cedar
drifting venture
drifting venture
remote flower
drifting venture
rose juniper
#

i have a DM to send

remote flower
#

also, they know

drifting venture
broken tiger
#

hello is there an android vecord?

drifting venture
#

Themself/themselves*.

drifting venture
remote flower
drifting venture
remote flower
mighty ravenBOT
#
Is there a mobile version of Vencord?

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!

drifting venture
# mighty raven

one of the following mods
Plural "mods", only one mod listed. :D

#

I'll see myself out.

azure perch
#

3, just broken line break

jagged inlet
#

anyone know how to change the default dir for the installer?

azure perch
#

google "how to set environment variable"

jagged inlet
#

ah thanks, my smooth brain was like thinking vencord specific

broken tiger
#

v s

mighty ravenBOT
# broken tiger v s
  • fixed, update, up
  • linux, l
  • mac, darwin, m
  • missing features, keybinds, mf
  • moreinfo, more info, mi
  • reinstall, redownload
  • windows, w, win
broken tiger
#

v help

mighty ravenBOT
# broken tiger v help

vban (yeet) - Does stuff idk
veval (e, $) ๐Ÿ‘‘ - Does stuff idk
vfaq (f) - Does stuff idk
vhelp (h, ?) - Does stuff idk
vnotsupport (ns, nots) - Does stuff idk
vprune (purge, clear, delete) - Does stuff idk
vsource-code (source) - Does stuff idk
vsupport (s) - Does stuff idk
vupdate ๐Ÿ‘‘ - Does stuff idk

broken tiger
#

vs

mighty ravenBOT
# broken tiger vs
  • fixed, update, up
  • linux, l
  • mac, darwin, m
  • missing features, keybinds, mf
  • moreinfo, more info, mi
  • reinstall, redownload
  • windows, w, win
broken tiger
#

Wott

#

V c

hazy breach
#

#๐Ÿค–-bot-commands

marble palmBOT
#

Can you add a gas tank to a Tesla? No? There's your answer.

But in case it wasn't clear:

It's not possible to use plugins of other mods on Vencord. See #plugin-requests.

bleak wind
#

Favorite gif search broken?

#

theres no search bar

#

its just empty

summer timber
#

What plugin? If it's for Vendcord, you need to git clone Vencord. Add the plugin, build Vencord and inject it.

#

Yep, for those you need to do the process I explained

#

Are you on Windows?

hazy breach
summer timber
#

Adding a 3rd party plugin.

broken tiger
#

hi i need help

#

oh so i installed it?

#

but

#

how do i use it

#

then?

#

i canโ€™t find it

#

wait lemme click on repair ig

neon phoenix
#

where tf did issues go on the vencord github

#

broke ass game ass, crashes every time, and there's only prs, no issues

#

awesome

#

anyway since this seems to be the only placeleft to actually report issues,

#

currently have it open in incognito so it loaded without plugins enabled so that I can actually open it and send messages here

#

could disable it entirely but eh

#

clearly some issue with plugin config but I haven't messed with those in forever and it worked a few days ago

neon phoenix
#

mf
there's no update available

#

I checked

hazy breach
#

extension was removed from the firefox store #announcements so sadly no more updates there

neon phoenix
#

oh

#

cringe

hazy breach
neon phoenix
#

extreme stupidity from people reporting issues I imagine?

hazy breach
#

from people who cant read "this isnt for plugin requests" mainly

neon phoenix
#

awesome

#

why do discord client mods only attract people more than 2 standard deviations from the mean IQ
horseshoe theory is real

#

Please note that due to Discord's content security policy, the CSS Editor, custom themes and plugins making use of external scripts will not work with the UserScript.
catstare
cringe

grave garden
#

Anyone know why my cpu usage spikes up too 100 while tabbing into discord?

shell veldt
#

might be theme issue

#

try to disable

waxen whale
#

why fake nitro emojis

#

not working i guess?

#

can u see this emoji for example?

broken tiger
#

yes

#

you probably just dont have embed perms in that server

candid obsidian
#

is there some feature that allows me to auto-ping people that have 'ping' or '@' in their user/nick?

broken tiger
#

auto-doing anything isn't really recommended since it can be regarded as selfbotting

candid obsidian
#

are you considering the NoReplyPing plugin as selfbotting

unique quartz
wise dagger
#

wut

broken tiger
candid obsidian
#

when replying obv

unique quartz
#

what

candid obsidian
unique quartz
#

Just use this plugin

candid obsidian
#

yes

#

but

#

I wanna ping people if they say they wanna get pinged, yet often forget to check their nick

broken tiger
#

why isnt my quickcss editor opening

#

thirdparty cookies arent blocked

#

also does userdb not work on web

candid obsidian
solid kelp
shell veldt
#

brave momento

worldly sundial
#

hey guys! How to update to a last commits of my dev build?

unique quartz
#

Git pull...

broken tiger
#

Hey guys! Do anyone know any plugin or any way to hide this tab?;
I want to see no list for blocked people.

broken tiger
#

Need to make it myself?

#

just find the right selector

#

may need nth-child

#
/* Hide "Blocked" tab in friends list */
.item-3mHhwr:nth-child(4) {display:none;}
shell veldt
broken tiger
#

extra work

#

i don't like when i need to add something extra just to use something

#

its like installing another app on your phone just to do something with a website

shell veldt
#

no?

#
[data-tab-id="BLOCKED"] {
  display: none;
}
rugged magnet
#

not that it matters but it would also break compat with any other client mod wouldnt it

shell veldt
#

shrimply dont use inferior mods

rugged magnet
#

so true

shell veldt
#

or port the plugin to other mods

#

its not hard

shell veldt
rugged magnet
#

we should do performance tests with and without ThemeAttributes /j

broken tiger
shell halo
#

you need to

shell veldt
#

just read the guide

broken tiger
#

if its too complex maybe don't try do what you're doing

hallow fern
#

how do i use custom rich presence properly for roblox

silent quail
#

How do i add more plugin ?

#

I want to get the same than on my computer

#

(or where is the list of link to dowload them)

broken tiger
#

is that vendetta

silent quail
#

yes

broken tiger
#

this is vencord server

#

not vendetta

silent quail
#

so

broken tiger
#

not the same mod

silent quail
#

where is vendetta server ?

placid ledge
#

i think its just called detta now

placid ledge
#

i feel like it would be weird for a discord mod to not have a guild

silent quail
#

i am searching on the readme but there no discord link

broken tiger
#

go in your discord settings

#

under the vendetta section go in general

#

there is a button for the discord server

silent quail
#

okay thanks

merry slate
#

anyone got link to the css code where u can add titles to server folders?
also how can i have message logger permenant and why isnt it by default

wind jungle
#

What is the directory for deleted images and videos from the vencord message logger?

broken tiger
#

they're not stored locally afaik

river pendant
#

How do you change discord font

storm pivot
#

does anyone know what's causing this?

#

it only happens sometimes

analog silo
#

they might not be in any servers you are in

shell veldt
#

normal discord

#

no shared server or youre blocked

#

or you're rate limited (also normal, try again after a few seconds)

chilly pewter
#

Hi, Im having issues with getting my fake nitro theme working i cannot get the colors to appear (where you copy the 3y3 code)
im unsure how long its been not working
Im on web with vencord
chrome
windows 11
i followed all steps

#

i fixed it
it was cuased from my custom theme

round verge
#

I cannot unmute using vesktop; is there any way around this besides not using vesktop?

merry slate
#

anyone got link to the css code where u can add titles to server folders?
also how can i have message logger permenant and why isnt it by default

placid ledge
#

message logger doesnt actually save anything

#

it just makes the messages stay cached

#

so there really isnt a way to make it permanant

merry slate
placid ledge
#

do you know how to make a plugin?

placid ledge
#

man if only there was a plugin in there that could enhance the message logger or something

analog silo
fallen ledge
#

so how can i literally

#

change the call ringtone

#

on vencord

#

if theres a plugin for that

chilly pewter
#

did u look

fallen ledge
#

yes

#

couldnt find anything with "ringtone"

chilly pewter
#

is there a plugin

fallen ledge
#

idk

analog silo
#

there is not a plugin for that

chilly pewter
#

theres ur awnser

fallen ledge
#

oh sad

chilly pewter
analog silo
chilly pewter
#

mb

wise dagger
#

theme issue anyways

round verge
shell halo
novel glade
placid ledge
#

trying to make a textreplace snippet and its not working for some reason...

(regex)
Find: ^- 
Replace: \\-

what this should be doing is replacing all the annoying discord list dots into normal hyphens, but for some reason it never matches?
is there something im doing wrong here?

cinder warren
#

doesn't textreplace only change your messages

placid ledge
#

yeah

#

but its not working on any of my messsages

#
  • test
keen quarry
novel glade
#

wdym 'Yeah right' ๐Ÿ˜ญ

#

i came to vencord from betterdiscord, and there was a notification plugin where i could see people's messages in the top right of my screen

solemn knoll
#

yo

#

how do i download vencord on chrome os it says blocked by admnn

gloomy hamlet
#

vencord on school chromebook real

solemn knoll
shell veldt
#

@azure perch should really stop padding with space and think of a better way to do whole word matches

azure perch
quasi barn
#

i need help

analog silo
shell veldt
gloomy hamlet
#

not if it's blocked by admin

rich tide
#

find a way to bypass :)

toxic depot
#

hello can you help me because I have a problem

marble palmBOT
# toxic depot

Your Discord seems to have installed in the wrong place. This could be due to a variety of issues.

To fix it, click the "Take me there!" button and follow the instructions in the dialog.

toxic depot
#

they mark discord I click on it ?

azure perch
#

what

toxic depot
#

but how I get the master to the right location is discord

stoic galleon
#

My friend is in need of some help, they had a broken disc install but fixed that and now when they close discord fully and press install it says succesfully patched but when they open discord vencord doesn't appear to be installed, they have tried pressing reinstall/repair aswell but nothing we can think of seems to be working

azure perch
cinder warren
stoic galleon
#

Yes

#

Task manager closing it

stoic galleon
rugged magnet
#

how the fuck do i set a font again

#

hm

#

==>

#

hm

novel glade
austere light
#

when the home is stuck!

analog silo
#

homestuck fans during lockdown (they are stuck inside their home)

broken tiger
#

homestuck fans when they get put on house arrest

whole pasture
#

hey, ive been using vencord for a month or so, and it just randomly dispeared. no plugins workin, no plugins tab

#

nothing has changed though

azure perch
#

reinstall

broken tiger
#

uhmm is there a plugin where we know if the discord user is using phone, website, or discord app?

azure perch
#

platformIndicator

broken tiger
#

quick hint the search bar includes descriptions

#

got it, thanks

broken tiger
#

is there a plugin that auto mutes the server when I join in?

cinder warren
#

once again, use the search feature in the plugins tab

broken tiger
#

mb

agile cradle
#

discord keeps crashing for seemingly no reason and every time it crashes it comes with this error, not sure whats causing this or how to fix?

rare fox
#

is there a way to make customrpc display years or some ridiculous timestamp? i want something like 1000 years or something. unix only goes so far, up to 1970

azure perch
#

no

eternal raven
#

can you get banned for using this

limber citrus
#

vf tos

mighty ravenBOT
#
Will I get banned for using Vencord? Will plugin X get me banned?

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

sand reef
#

Is there anything to remove server onboarding animations? It's painfully slow

compact mortar
odd zenith
#

Can u install vendors for android

remote flower
#

vf mobile

mighty ravenBOT
#
Is there a mobile version of Vencord?

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!

remote flower
broken tiger
#

hello

#

I need some help installing discord on kali linux

#

I chowned the wayland installer

#

but it still says permission denied

#

and when i run it as root

#

it says I shouldnt be running it on root

clever patrol
#

something must be screwed up here (i'm using Vesktop to send this msg cause discord greyed out) whuttt

broken tiger
tepid folio
#

can we get timezones to work on shiggycord

clever patrol
broken tiger
clever patrol
#

wdym

broken tiger
clever patrol
#

USRBG

broken tiger
#

oh okay

#

coo

#

cool

#

thakns

clever patrol
#

or you can get nitro but it's only for rich people

broken tiger
#

xd

clever patrol
wise dagger
#

lol

clever patrol
#

jump off a bri-

hazy breach
hazy breach
#

use settings.store for that

clever patrol
#

ohhhhhhkayyyyyyy

severe moth
#

i want it to be in mobile layout

#

not the desktop ayout

clever patrol
#

fixed it up time to test run it

#

it works! :D

broken tiger
#

are we allowed to request plugins

echo dagger
#

hi, i recently bought a new pc and i want to know if it's possible to export the vencord config and also the plugins config

#

i was thinking of taking screenshots, but i'll take a lot of time

next shard
#

just transfer the files

shell veldt
#

Backup & Restore tab in settings

#

or just cloud sync

echo dagger
#

oh just like that, thanks

proven silo
#

is there a mod where i can access the discord soundboard?

azure perch
#

no

shell halo
azure lintel
#

is there plugin show me my account first of the server?

kindred oak
#

heloo

#

how i can yous usrgb banners

#

with vencord

remote flower
#

click the message in the settings that says "click here to get your banner"

kindred oak
#

ok

kindred oak
#

hello can i use animated profile pic with vencord

carmine terrace
#

Hello, i cant get more than 720p 30 in streams with fakenitro enabled

#

browser

hazy breach
hardy flicker
#

Is here a channel for feature requests or something similar?

craggy swift
#

hi

#

when i install vencord and installer location says patched i cant open discord

#

java script error

#

any solution

wise dagger
#

ss the error

craggy swift
#

1s

unique quartz
scenic cave
#

how to open css

placid ledge
#

right click the file and select the "Open" option

#

it should default to your default text editor

scenic cave
#

?

#

how to open css for plugins

placid ledge
#

are you talking about quickcss?

noble inlet
#

Why is vesktop icon not showing? I'm on linux mint

scenic cave
#

ye

scenic cave
placid ledge
#

go to user settings > vencord and there should be a button titled "open quickcss file"

scenic cave
placid ledge
#

yes

daring lagoon
#

vs w

mighty ravenBOT
# daring lagoon 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
scenic cave
placid ledge
#

yep

#

any css you write in there will instantly change your discord

placid ledge
#

imports need brackets around what they're importing

floral lark
#

ive tried unstalling and reinstalling discord and vencord but it will not install

marble palmBOT
floral lark
#

i did that and it still does not work

shell veldt
#

if you did it properly you wouldn't get the error

scenic cave
floral lark
#

ok i just got it fixed i thought it would delete discord

wise dagger
scenic cave
#

Did not work out

hazy breach
#

or just use online themes
go to themes -> online themes and paste in the url (just the url, not the @import(); )

wise dagger
#

^

noble inlet
#

why is vesktop's icon not showing up?
That blank thing on taskbar with purple highlight is also vesktop with no icon

faint fulcrum
#

any info on when the share quality bug with fake nitro will be fixed?

wind bobcat
#

i installed the said packages and added the flag, it still doesn't work

gloomy hamlet
wind bobcat
#

yup that worked. thanks.

burnt sand
analog silo
#

the problem is that you are using windows 7

burnt sand
#

BRUH

burnt sand
solid kelp
#

vs w

mighty ravenBOT
# solid kelp 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
burnt sand
solid kelp
#

read the whole thing

burnt sand
analog silo
#

afaik

burnt sand
#

bruh

#

linux

night oak
#

waiting for the day they add unlocked soundboard

analog silo
night oak
vivid sedge
#

This isn't really vencord related but any way I can make images fit the screen when previewing them?

#

it's incredibly annoying getting this tiny ass preview

kindred oak
#

Hey is there are any mobile version of vencord

vivid sedge
#

this is what I mean

vivid sedge
# vivid sedge

maybe there is even a vencord plugin for this or with css or something

zealous sail
#

hello

#

does vincord work on custom windows

#

?

shell halo
zealous sail
#

but it didn't even launch

broken tiger
#

vs w

mighty ravenBOT
# broken tiger 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
turbid pivot
#

does anyone know how to solve this?

marble palmBOT
# turbid pivot

Please update, repair, or reinstall your Vencord, preferably in that order, until it works again. If all else fails, reinstall Discord and then reinstall Vencord.

broken tiger
turbid pivot
#

id didnt work im not stupid bro

broken tiger
#

If all else fails, reinstall Discord and then reinstall Vencord.

turbid pivot
#

okk

mighty ravenBOT
#
  • fixed, update, up
  • linux, l
  • mac, darwin, m
  • missing features, keybinds, mf
  • moreinfo, more info, mi
  • reinstall, redownload
  • windows, w, win
#
  • fixed, update, up
  • linux, l
  • mac, darwin, m
  • missing features, keybinds, mf
  • moreinfo, more info, mi
  • reinstall, redownload
  • windows, w, win
#
Is there a mobile version of Vencord?

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!

broken tiger
#

v w

#

v ws

#

vf

mighty ravenBOT
#

1. How do I install Vencord? (installation, install, download, installing, installer)
2. Vencord isn't working! :( (broken, not working, reinstall, update)
3. Can I use this on the web version of Discord? (browser, web, firefox, chrome, extension, userscript)
4. Is there a mobile version of Vencord? (android, ios, mobile, phone)
5. How do I install BetterDiscord / Replugged / [insert other mod here] plugins? (betterdiscord, replugged, powercord, shelter, plugins, bd, rp, custom)
6. Will I get banned for using Vencord? Will plugin X get me banned? (tos, banned, terms of service)
7. How do I migrate my Vencord Settings from Canary to Stable (or vice versa)? (settings, migrate)
8. When joining voice channels, I get "RTC Connecting" (vc)
9. My themes broke and now I can't open settings or disable them (themes, broken themes, themefix)
10. Why do I get logged out after opening DevTools? (nodevtoolswarning, hidetoken, logout)
11. Why does my Discord always crash when opening DevTools? (crashing, crashes, oom)
12. How do I uninstall Vencord? (remove)
13. What are the official websites for Vencord? (vencord.app, unofficial, official)

broken tiger
#

v install

#

vf install

mighty ravenBOT
#
How do I install Vencord?

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!

broken tiger
#

vf powershell

mighty ravenBOT
#

1. How do I install Vencord? (installation, install, download, installing, installer)
2. Vencord isn't working! :( (broken, not working, reinstall, update)
3. Can I use this on the web version of Discord? (browser, web, firefox, chrome, extension, userscript)
4. Is there a mobile version of Vencord? (android, ios, mobile, phone)
5. How do I install BetterDiscord / Replugged / [insert other mod here] plugins? (betterdiscord, replugged, powercord, shelter, plugins, bd, rp, custom)
6. Will I get banned for using Vencord? Will plugin X get me banned? (tos, banned, terms of service)
7. How do I migrate my Vencord Settings from Canary to Stable (or vice versa)? (settings, migrate)
8. When joining voice channels, I get "RTC Connecting" (vc)
9. My themes broke and now I can't open settings or disable them (themes, broken themes, themefix)
10. Why do I get logged out after opening DevTools? (nodevtoolswarning, hidetoken, logout)
11. Why does my Discord always crash when opening DevTools? (crashing, crashes, oom)
12. How do I uninstall Vencord? (remove)
13. What are the official websites for Vencord? (vencord.app, unofficial, official)

broken tiger
#

wot

#

v

#

v help

mighty ravenBOT
# broken tiger v help

vban (yeet) - Does stuff idk
veval (e, $) ๐Ÿ‘‘ - Does stuff idk
vfaq (f) - Does stuff idk
vhelp (h, ?) - Does stuff idk
vnotsupport (ns, nots) - Does stuff idk
vprune (purge, clear, delete) - Does stuff idk
vsource-code (source) - Does stuff idk
vsupport (s) - Does stuff idk
vupdate ๐Ÿ‘‘ - Does stuff idk

tender sentinel
#

i think this is best for #๐Ÿค–-bot-commands

broken tiger
#

Oh sorry