#🏥-vencord-support-🏥

1 messages · Page 166 of 1

flint light
#

the banner thing doesnt work

vague crater
#

||If you actually meant your own plugin (like a custom Vencord plugin that you have written, or one from the third party plugins channel), then you will need to set up a development build. We do not provide support for this, however, so you will be on your own. Please do not ask for any further assistance regarding this.||

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.

vague crater
flint light
vague crater
#

so this doesnt work?

flint light
#

yeah if u have space to add it the server sure

vague crater
#

idk what u mean

#

sry

#

If you want a banner without nitro, click that, then submit your banner

flint light
#

sigh u cant join a server when your part of 100 lol

vague crater
#

you only need to join it once

#

submit your banner

#

then you can leave

haughty goblet
#

I’m sure all 100 servers aren’t crucial

unkempt karma
vague crater
#

yes use betterdiscord and lace your install with 45 000 sandbox escapes

haughty goblet
#

And devilbro

vague crater
#

gotta love devilbro

#

only took 560 lines to hide blocked messages

haughty goblet
#

Yeah but that means vencord is so much safer (ban wise)

vague crater
#

better discord is not secure and puts you at higher ban risk

#

we have less plugins because we only allow quality

haughty goblet
#

Quality over quantity

#

I don’t think discord can detect you sending a image link for an emoji

vague crater
#

That's not true

haughty goblet
#

But yes, not true

#

Explain

#

Third party plugins go brrr

vague crater
#

All vencord plugins work in vencord. All betterdiscord plugins do not work in Vencord.

haughty goblet
#

Themes™️

#

Cosmetic as you use discord at 6gb ram

vague crater
#

ok well, 🇯 🇦 🇳, you go have fun with your security risk and crashes, we'll keep working on this

haughty goblet
#

Who asked you

#

Ye course it sucks, cause ur here

vague crater
#

Truly sorry for letting you down Janina Hurensöhne

lament talon
vague crater
#

If you use nightly you can use it on there

haughty goblet
#

Use vesktop*

lament talon
#

that's another browser to have running so no, but thanks

haughty goblet
#

You can use the userscript for it too

lament talon
#

I'm using the userscript version right now, just was wondering what happened

haughty goblet
#

Fair

#

Yes

#

Vesktop is armcord but better

shy gyro
karmic bloom
haughty goblet
#

In fact I think vesktop is built ontop of armcord(?)

shy gyro
#

no

haughty goblet
#

Mb then

#

still better though

lament talon
haughty goblet
lament talon
shy gyro
#

armcord is very messy (spaghetti) code and very limited in what it can do in the browser process because it wants to stay client mod agnostic

vesktop is way cleaner code and deeply integrated with vencord, so it can do much more powerful things in the browser. it also has full vencord with native capabilities instead of vencord only running in browser

haughty goblet
#

Read the message above you

shy gyro
lament talon
#

I wish it was a setting

haughty goblet
#

And you didn’t read the vesktop desc

#

ArmCord already supports Vencord but makes it pretty limited for us. Making our own standalone app gives us much more control.

lament talon
haughty goblet
#

Nightly is pretty stable

lament talon
#

for now I'll continue with the userscript, it's not like it's a worse experience for me

vague crater
#

@shy gyro jan is only here to complain about how bad vencord is dont bother

#

apparently betterdiscord is sooo much better

haughty goblet
#

But

#

My spaghetti code

#

It’s delicious

vague crater
#

THATS WHAT IM SAYIN

shy gyro
#

are you slow in the head

#

genuine question

vague crater
#

i think there's some damage

haughty goblet
#

“Some”

humble heath
storm pivot
haughty goblet
storm pivot
#

both are good

haughty goblet
humble heath
#

provide a reason why.

vague crater
storm pivot
#

armcord just feels the closest to vanilla discord

#

🤷‍♂️

#

vesktop is a bit faster I think

vague crater
#

those three braincells hard at work

storm pivot
#

let him type jackass

haughty goblet
humble heath
vague crater
#

yay

storm pivot
#

please finish your message @celest schooner

humble heath
#

look at what you did husk

willow solstice
#

lol

#

how did you get the brain rot roll 💀

surreal epoch
#

and timed out 💀

willow solstice
#

im willing to bet all those links are grabifys, and i aint testing

haughty goblet
#

I wouldn’t care

#

Ono you know where my isp is

surreal epoch
#

oh no you know i live in my house

lament talon
haughty goblet
#

It should

#

Works for me

surreal epoch
#

it should

lament talon
#

I imagine it should

#

but I copied my CSS from Firefox as it is and it doesn't change the actual CSS

surreal epoch
#

post your quickcss here

lament talon
#
/* Font replacements */

:root {
    --font-primary: "Noto Sans", "Noto Sans CJK JP";
    --font-display: "Noto Sans", "Noto Sans CJK JP";
    --font-headline: "Noto Sans", "Noto Sans CJK JP";
    --font-code: "JetBrains Mono", "Noto Sans CJK JP";
}

/* Remove UI elements */

.buttons_ce5b56 > .button_afdfd9:nth-child(1) {
    display: none;
}

.channelNotice_bbc8e6 {
    display: none;
}

/* Readd server list scrollbar */

.none__51a8f {
    overflow: scroll !important;
    scrollbar-width: unset;
}
#

it works in Firefox

#

so I don't think anything is wrong with it

#

restarting fixed it

#

do I need to restart to reapply the CSS on Vesktop...?

#

or perhaps it's a first launch bug

tepid folio
#

how do i enable transparency import

shy gyro
#

not sure

lament talon
lament talon
#

the scrollbar rule doesn't seem to work though, but that's just Chrome/Firefox differences as the CSS itself applies

#

it just has no effect

#

so I'm gonna need to figure that out as my mouse scroll is broken lol

shy gyro
# lament talon so I'm gonna need to figure that out as my mouse scroll is broken lol
.none__51a8f {
    scrollbar-width: auto !important;
    overflow-y: scroll !important;
    overflow-x: hidden !important;
    margin-right: 2px;

    &::-webkit-scrollbar {
        width: 0.3em !important;
        border-radius: 25px;
        height: 0px !important;
        background: transparent !important;
    }

    &::-webkit-scrollbar-thumb {
        background: var(--background-accent);
        border-radius: 25px;
    }
}
lament talon
foggy plank
#

Hi I want to try out the channeltabs plugin, how can I install it?

final grove
#

not sure if this is the best place to ask, but would it be possible for the translate plugin to translate embedded messages?

#

that was the main reason i was using betterdiscord, but it sucked so much i had to switch, vencord is much more stable 🙏

zealous zephyr
#

its not letting me download for browser, it says bad content

willow comet
#

allo, i just have a quick question for the ShowHiddenChannels plugin. is there a way to toggle it on and off in servers?

willow solstice
#

Any plugins that allow you to block incoming messages if they contain keywords?
Also
I know about the hide attachments plugin but I wish there was a way to autoblock attachments from certain users. Is that possible?

clever patrol
#

vesktop is white screened for no reason

marble palmBOT
# clever patrol vesktop is white screened for no reason

This issue has been fixed a while ago. read the announcements in the future.

How to update

  • Discord Desktop: Use the Repair option in the installer
  • Browser: Update the extension or Userscript
  • Vesktop: Update to Vesktop 0.4.1. Use the "Update Vencord" option when right clicking the Vesktop tray icon. If you're on Mac, use the MenuBar. If you cannot do this, go to your config folder (%APPDATA% on windows, ~/.config on linux, ~/Library/Application Support on mac) and delete VencordDesktop/VencordDesktop/vencordDist, then restart Vesktop.
clever patrol
#

ok

peak comet
#

can someone help? this is for someone else, its not my pc, theyre using the chrome extension

clever patrol
#

maybe it's because it's fucking about:blank

peak comet
#

no need to be rude :(

#

but um its showing about:blank instead of the quickcss

hazy breach
peak comet
#

the extension

hazy breach
#

uh

#

try refreshing the discord page cause otherwise i have no idea

peak comet
#

okok thank you anyways

warm birchBOT
tidal dawn
#

hi

#

i click on the vencord installer and its no open

gray night
muted oxide
#

What does the Moyai plugin do? I don't understand.

gray night
muted oxide
#

no

gray night
#

enable it

#

its a cool plugin 👍

tidal dawn
#

how i can explain

#

wait

#

stays in the task manager

#

like this

gray night
#

🗿🗿🗿🗿🗿🗿🗿

haughty goblet
mighty ravenBOT
# haughty goblet 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
wild marsh
#

anyone know if keybinds not working on vesktop is a bug?

tame dune
#

A question about this fake nitro plugin. Whats the reason for FakeNitro Plugin,when I cant use gif as avatar or any gif-related as avatar? when i try pick one,it still ask me to buy nitro

#

Can someone please explain me that?

#

because when it comes to nitro,the nitro is also those gifs that needs nitro

willow solstice
#

with utmost respect, did you have an anuerysm typing that?

tame dune
#

i just ignore that message. i wait for someone else to answer my question

#

Anyone else knows?

azure perch
#

the plugin doesnt say you can use gif avatar anywhere

haughty goblet
#

Should work when its focused though(?)

wild marsh
#

I cant do custom keybinds

tame dune
wild marsh
#

¯_(ツ)_/¯

haughty goblet
#

it says exactly what you can do

tame dune
#

i know. but what would be needed if it could also use gif avatar?

haughty goblet
#

Probably something similar to usrbg

#

But only people with the plugin would be able to see it

tame dune
#

i see

haughty goblet
#

(We cant hack discord servers)

haughty goblet
clever patrol
#

dang it

#

somebody already said that

hallow thorn
#

Hey guys I have a problem of not being able to download vencord for the app ver.

clever patrol
#

do you mean like vencord for standalone discord

hallow thorn
#

yeh

clever patrol
#

what’s the problem byw

hallow thorn
#

It doesn't run but I found That I can use the CLI version using powershell so I tried it and i'll see if it works 🙂

rain breach
#

vencord nitro stream is broken i think, should be checked

#

it allows you to select the hd stream but its acctually not streaming good

golden birch
#

perhaps is your internet bad

rain breach
#

oh it works for you?

#

i have to check myself then lol

broken tiger
#

yes

#

im not sure about that then i thought u meant that

#

i have never installed vencord using that method

fast swift
#

use vencord cli to inject then

#

one sec

#

maybe VENCORD_USER_DATA_DIR env var with the cli installer

#

im not sure if it'll work but VENCORD_USER_DATA_DIR="/path/to/local/repository" ./path/to/VencordInstallerCli.exe --install

sinful zealot
#

idk if this is worthy of asking in support but i joined just to ask

WHAT THEME IS IN THE SCREENSHOT IN THE GITHUB?? pls tell me i rlly need to know its just so nice..

#

😭😭 or is it custom..

hazy breach
sinful zealot
broken tiger
#

is vencord patched?

#

i cant open is after download its giving me java error

#

nop

#

you probably tried to install it ontop of another client mod and bricked your discord

#

thanks for fixing my vencord i apreciate it!

cold mulch
#

When you swap to another account and come back, open folders don't let you scroll down. They jump you back up to the top when you scroll

#

when using the better folders plugin thing

tribal loom
#

How do i get discord Canary?

blazing stump
#

I honestly dont know if this belongs here or not but, is it possible to take one of vens plugins and get the plugin.js file so I can use it on other client mods

blazing stump
#

damn

copper iris
blazing stump
#

oh

#

I thought it woudl work cause Im pretty sure bd plugins work with ven

copper iris
#

they

#

do not

blazing stump
#

oh

tidal heath
#

is the forumstyle name bgs snippet broken? i cant get it to work, the background aint appearing

cold bobcat
#

guys

#

there is a modded dicord call (dorion) i want to install on it vencord but how?

kindred kettle
#

can't do that

hazy breach
#

vban 1164767024199762005 underaged

#

nope fuck you

mighty ravenBOT
rose trail
#

Hai

#

I need help when I try to open vendcordinstaller exe it’s not opening and when I open vencordinstallercli it’s bring to command prompt for. A second

marble palmBOT
kindred kettle
#

vs w

mighty ravenBOT
# kindred kettle 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
kindred kettle
#

you can also try that

#

but also if you read the download page you don't just doubleclick the vencordinstallercli.exe

unique quartz
unique quartz
#

waa

night forge
#

discord keeps forgetting my keybinds, is there any way to fix it?

#

i assume its a vencord issue because it doesnt happen on the normal client

wise thicket
#

Can someone help me upload somthing so i can get as a third party plugin

hazy breach
#

vf bd

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

wise thicket
#

Im talking about #1032200195582197831 I need someone help to upload third-party addon to github so i use it

kindred kettle
#

why would you need someone to upload something to github to use it

#

do you know how anything works

wise thicket
#

so i can download and use it like how you use all the other third-party addons

craggy gazelle
#

is there any plugins that mute all soundboards ?

wise thicket
kindred kettle
kindred kettle
#

if the plugin you want is actually a vencord plugin and not for some other mod and you can do what the above documentation says you're good to go

#

but as for assistance doing all that don't ask me, I'm just some guy and I've never done any of that

wise thicket
#

I know all this shit

#

I need someone’s help uploading to GitHub so I can use it

haughty goblet
#

a reminder this

keen bolt
#

how high are your chances of getting banned on discord for using experiment plugin?

kindred kettle
keen bolt
#

oh so its very low?

kindred kettle
#

yeah

keen bolt
#

thanks for answering my question 🫡

wise thicket
#

so just no one going to help me

#

good to know

shell veldt
#

vban @wise thicket overly entitled

mighty ravenBOT
shell veldt
shell veldt
keen bolt
#

i only have this enabled,i've seen others use it too and they were all fine

kindred kettle
#

I use the fancy superalpha favorites, channel emoji and redesigned icons

muted marsh
#

client side only experiments are probably safe

shell veldt
#

doesn't it sync ur favs lol

muted marsh
#

favorites is probably the only server side one thats safe

#

*working server side

kindred kettle
#

@shell veldt just curious do you have any details on what happened

shell veldt
#

pomelo

kindred kettle
#

yeah figured

shell veldt
#

thousands of people got banned by an automated moderation action cause they used the pomelo (new username system) endpoint before release

#

discord unbanned everyone affected but it still showed that some experiments might be risky

kindred kettle
#

I see

glossy thunder
#

been using this theme for like almost a year

dense crest
#

check repo for new commits

robust laurel
#

Question mark??????

#

I created a folder completely unrelated to Vesktop

#

and then that appears

#

wtf

woven rose
#

does installing third party plugins conflict with auto updating?

kindred kettle
# robust laurel

ok assuming you got vesktop from the real source (https://github.com/Vencord/Vesktop) it's safe to use, but if it's actually trying to do weird stuff like that it could be infected by something else or avast might be being avast

GitHub

Vesktop gives you the performance of web Discord and the comfort of Discord Desktop - GitHub - Vencord/Vesktop: Vesktop gives you the performance of web Discord and the comfort of Discord Desktop

robust laurel
kindred kettle
kindred kettle
glossy thunder
#

opera gx btw

#

yea it works with a vpn... hmm

kindred kettle
glossy thunder
kindred kettle
#

oh it does load

glossy thunder
#

yep fixed ty

exotic fox
#

What the fuck is happening with Vencord, is it fuckt ? it keep freezing and now it just crashed, like wtf its been idk like 3 to 5 days it started

copper iris
#

nothing's wrong with vencord

#

and this is the first report

#

so its not us

surreal epoch
exotic fox
#

Vencord Debug Info

Vencord: v1.6.3 • 96126fa - 10 Nov 2023
Discord Branch: stable
Client: Discord Desktop v1.0.9023
Platform: Win32
Outdated: false
OpenAsar: false
Last Crash Reason: oom

Enabled Plugins (92):


BadgeAPI, CommandsAPI, ContextMenuAPI, MemberListDecoratorsAPI, MessageAccessoriesAPI, MessageDecorationsAPI, MessageEventsAPI, MessagePopoverAPI, NoticesAPI, ServerListAPI, NoTrack, Settings, SupportHelper
#

oom crash reason ? dang idk what it is lol

#

wait

#

is it a pluggin ?

kindred kettle
#

out of memory

exotic fox
#

ig 16 go ram isnt enough now

#

got my 32 down dammit

#

ig i need to replace them idk

kindred kettle
#

I see you are using a dev install with third party plugins

exotic fox
#

enahnced message logger

#

maybe its him idk

kindred kettle
#

might be the reason, also even if you had 128GB ram discord will only be able to use so much until it breaks

exotic fox
#

now got only 1 of each kits alive and working, kinda have to rebuy 32 then, ffs

#

thanks btw

storm pivot
tawny egret
#

my canary won't open after patching it

kindred kettle
#

you shouldn't use canary anyway, you're just asking for trouble

tawny egret
#

stable

kindred kettle
#

and you can't fix it?

tawny egret
#

nope

#

I'll try to rn tho

#

now it won't open at all

#

not even the updater

#

@kindred kettle

kindred kettle
#

uhh

#

I'd just wipe everything discord related everywhere and start fresh at that point

shell veldt
shell veldt
#

discord is limited to 2gb ram, it won't use more. if it hits 2gb, it crashes

#

we generally can't provide support with third party plugins, if you're having problems you should first see if they still happen with a pure vencord install

exotic fox
#

but thanks

winter bobcat
broken tiger
#

help

marble palmBOT
jolly summit
#

how to use theglobal badges plugin

little zenith
#

when i try to download vencord i can't open the exe

mighty ravenBOT
#

"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-debug slash 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 + i on MacOs) and check the console tab for red error messages

For Installer issues:

  • What OS are you using?
little zenith
#

I'm using Discord Desktop but when I open the exe file nothing appears on my screen and nothing happens

vague crater
#

read the page you were just on

woven rose
#

I did pnpm build multiple times, reloaded Vesktop multiple times, checked the load location multiple times and the plugin still isn't showing up

#

wtf

little zenith
woven rose
surreal epoch
woven rose
#

I try

#

replacing with underscores didn't work

surreal epoch
#

just no characters in between

woven rose
#

named the folder vcMessageLoggerEnhanced, still not working

#

or needs all lowercase?

surreal epoch
#

opne the console and send screenshots of any errors

woven rose
surreal epoch
#

is there any more

woven rose
#

more of these

surreal epoch
#

can you go into the folder and ss of what's in there

woven rose
#

so I have

vague crater
surreal epoch
#

no it isnt

#

third party

woven rose
#

I think I got the correct one

surreal epoch
woven rose
#

mhm

vague crater
#

did you defo build from the right DIR?

jolly summit
#

how to use theglobal badges plugin?

surreal epoch
vague crater
# jolly summit how to use theglobal badges plugin?

||If you actually meant your own plugin (like a custom Vencord plugin that you have written, or one from the third party plugins channel), then you will need to set up a development build. We do not provide support for this, however, so you will be on your own. Please do not ask for any further assistance regarding this.||

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.

jolly summit
#

oh i forget it was a userscript lol

#

sorry for that

surreal epoch
#

do crtl+r in vesktop

woven rose
surreal epoch
#

i think you still have to

#

idk

woven rose
#

Ctrl+R still didn't work here

#

should be same as right click icon then Relaunch, right

#

the plugin still isn't showing up

#

how do I know if it's even compiled in

hazy breach
#

and then ctrl+c out of it

#

and reload discord

woven rose
#

and then Ctrl+R Vesktop

hazy breach
#

yeah

woven rose
#

plugin still not showing

hazy breach
#

that was to check whether it's actually using your own vencord build

#

since watch makes a devbuild, there should be a new category above Vesktop Settings, "Patch Helper"

#

if its not there then it isnt using your build

woven rose
#

it's here

hazy breach
#

uhh

#

can you send the index.tsx file here just to be sure it's fine?

woven rose
#

of the plugin?

hazy breach
#

yeah

woven rose
hazy breach
#

yeah okay absolutely no idea why it doesnt show up then

woven rose
#

can I test whether it's built

hazy breach
#

yeah

woven rose
#

as in even discovered

hazy breach
#

WAIT

#

WAIT

#

/Vencord/userplugins

woven rose
#

yea

hazy breach
#

the user plugins folder needs to be under /src

#

so /Vencord/src/userplugins

woven rose
#

🫠

hazy breach
#

it's always super simple sillycat

astral drift
#

Uh, fetching plugins for vesktop on debian from cloud threw me some errors after applying/restarting it (bad pic bc phone and screen no bueno)

woven rose
#

yea that's it

woven rose
astral drift
#

First time running it worked fine

mortal granite
#

firefox removes vencord addon ?

surreal epoch
high quiver
#

how do i install .js plugins?

surreal epoch
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

high quiver
surreal epoch
#

read one message lower

high quiver
reef lily
#

i have a very very VERY weird and extremely annoying problem

#

and i have no idea if it is related to vencord

#

this happened to me today again

#

a few months ago i had the same problem

#

for some reason

#

after i don't know what action

#

whenever i click on a message

#

it gets deleted

#

like just normal left click

#

it shows up as red in the message log plugin and when i click it again it is gone completely

#

i have no idea how this gets initiated so i can't really provide a consistent reproduction

#

(this issue has already deleted things i really didn't want to delete)

vague crater
#

@reef lily run /vencord-debug also what mouse do you have, could it be a macro error that's causing this?

reef lily
#

i am using the normal macbook trackpad, no extra mouse things installed

#

the issue went away when i did cmd+r

#

Vencord Debug Info

Vencord: v1.6.3 • 96126fa (Standalone) - 9 Nov 2023
Discord Branch: stable
Client: Discord Desktop v0.0.283
Platform: MacIntel
Outdated: false
OpenAsar: false
Last Crash Reason: N/A

Enabled Plugins (52):


BadgeAPI, CommandsAPI, ContextMenuAPI, MemberListDecoratorsAPI, MessageAccessoriesAPI, MessageDecorationsAPI, MessageEventsAPI, MessagePopoverAPI, NoticesAPI, ServerListAPI, NoTrack, Settings, SupportHelper
#

i have no idea which of these could be the issue

jolly summit
#

anyone knows how to use this :

surreal epoch
deep stone
#

@jolly summit can you tell me how to setup third party pluggins

jolly summit
#

then when u download a plugin drag it to vencord/src/userplugins

#

then pnpm build in the main folder

deep stone
deep stone
vague crater
# deep stone <@605894319408283678> can you tell me how to setup third party pluggins
GitHub

The cutest Discord client mod. Contribute to Vendicated/Vencord development by creating an account on GitHub.

GitHub

The cutest Discord client mod. Contribute to Vendicated/Vencord development by creating an account on GitHub.

surreal epoch
#

are you adding a betterdiscord plugin

deep stone
surreal epoch
#

vf bd

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

broken tiger
#

removed attachments can't be removed from history in message logger

plucky dagger
#

When patching Discord via an installer, the discord cannot be patched. No message, nothing. It just doesnt work, it cannot be patched.
When installing a native desktop app, keybinds dont work (the app assumes its running in a browser?)

surreal epoch
#

picture of installer

plucky dagger
#

its just normal installer from vencord.dev

surreal epoch
#

send a picture of the installer

plucky dagger
#

it says patched but its not

hazy breach
broken tiger
#

does anyone else crash when opening devtools

surreal epoch
#

vf crash

mighty ravenBOT
#
Why does my Discord always crash when opening DevTools?

This is a stock Discord issue. There is nothing we can do

However, here are some solutions that should work:

  • Many people have stated that opening devtools while Discord is still loading prevents the crashing
  • Devtools work fine in Vencord's custom client, Vesktop, or just your web browser - you can use the Vencord browser extension
  • It seems to be an issue exclusive to Windows. You could try switching to Linux
plucky dagger
#

okay i managed to fix it. Reinstalled discord and Vencord completely and it started to work

primal onyx
#

vf help

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)
12. How do I uninstall Vencord? (remove)
13. What are the official websites for Vencord? (vencord.app, unofficial, official)

primal onyx
#

vf for tamper monkey whats the script

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

hazy breach
vocal pecan
#

Profile effects don't show up for me

solid kelp
#

discord issue

vocal pecan
#

wdym discord issue

vague crater
#

run /vencord-debug

vocal pecan
vague crater
#

just run it in chat

#

its a discord command

vocal pecan
#

Vencord Debug Info

Vencord: v1.6.3 • 96126fa (Standalone) - 9 Nov 2023
Discord Branch: stable
Client: Discord Desktop v1.0.9023
Platform: Win32
Outdated: false
OpenAsar: false
Last Crash Reason: N/A

Enabled Plugins (20):


BadgeAPI, CommandsAPI, ContextMenuAPI, MessageAccessoriesAPI, MessageEventsAPI, MessagePopoverAPI, NoticesAPI, NoTrack, Settings, SupportHelper
#

there

vague crater
#

And without vencord you're 100% sure you can see those options?

vocal pecan
#

yup

#

want me to remove it rq?

#

and show you

vague crater
#

Yeah try uninstalling

vocal pecan
#

see now it says

#

change profile effect

vague crater
#

u got any experiments enabled?

vocal pecan
#

nope

vague crater
#

n nothing in ur quickcss?

vocal pecan
#

yup

#

oh

vague crater
#

^ fixed by correcting install path

limber citrus
#

However, as Discord's mobile website has some issues (performance, usability, etc), chances are you won't like it.

Discord's mobile site is not very usable since it has many issues. As such, this is mostly just a proof of concept and is not really maintained.

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.

surreal epoch
low socket
#

Hello, came back here because I seem not able to solve my wayland problem with Vencord.
I had nearly the same issue with VSCode when it refused to launch with --ozone-platform-hint, but resolved VSCode with adding "window.titleBarStyle": "custom" to settings.json file inside of .config/Code/User/; However, I didn't found any way to apply this to Vencord. What happens is the process is not crashing, but the UI will never appear, here are the logs:

vencord-desktop --ozone-platform-hint=auto
[31923:1112/011507.136238:ERROR:gbm_wrapper.cc(253)] Failed to export buffer to dma_buf: No such file or directory (2)
[31923:1112/011507.136300:ERROR:gbm_pixmap_wayland.cc(82)] Cannot create bo with format= RGBA_8888 and usage=SCANOUT
[31923:1112/011507.136452:ERROR:gbm_wrapper.cc(253)] Failed to export buffer to dma_buf: No such file or directory (2)
[31923:1112/011507.136490:ERROR:gbm_pixmap_wayland.cc(82)] Cannot create bo with format= RGBA_8888 and usage=GPU_READ
[31923:1112/011507.136520:ERROR:shared_image_factory.cc(926)] CreateSharedImage: could not create backing.
[31923:1112/011507.136557:ERROR:shared_image_factory.cc(758)] DestroySharedImage: Could not find shared image mailbox
[31923:1112/011507.136612:ERROR:gpu_service_impl.cc(1089)] Exiting GPU process because some drivers can't recover from errors. GPU process will restart shortly.
[31882:1112/011507.141390:ERROR:gpu_process_host.cc(991)] GPU process exited unexpectedly: exit_code=8704
[31928:1112/011507.465762:ERROR:command_buffer_proxy_impl.cc(127)] ContextResult::kTransientFailure: Failed to send GpuControl.CreateCommandBuffer.
#

Yes, adding --disable-gpu flag allows UI to appear but it's not a solution to a problem. Anybody had same/similar issue or have any suggestions where to dig?

low socket
#

Investigated a bit more (thanks to wiki.archlinux.org):

vencord-desktop --ozone-platform-hint=auto --use-angle=opengl --use-cmd-decoder=passthrough

The command above launched Vencord on wayland (actually it's XWayland), screenshare 1440p@60fps feels fine, everything is much smoother than it was under --disable-gpu.

idle crescent
#

Some time ago I downloaded a theme but it ended up doing this and whenever I go to my users settings it wont load and glitch out my discord screen and when ever I just unistall and reinstall I'd it wont go away so I dont now what happening I even tried deleting the vencord complety and then putting it back in but it wouldnt start and I tried switching accounts but it would redirect it back towards my account and leave it on the same page but it wont go away I even deleted the themes from my folders but still didnt go away

kindred kettle
#

vf themes

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 = []
})()
haughty beacon
#

How can I fix this

snow peak
#

It's so over bro

#

Chrome can't even work with vaapi

#

Random errors related to it even in the normal Google chrome

strong geode
#

vf crashing

mighty ravenBOT
#
Why does my Discord always crash when opening DevTools?

This is a stock Discord issue. There is nothing we can do

However, here are some solutions that should work:

  • Many people have stated that opening devtools while Discord is still loading prevents the crashing
  • Devtools work fine in Vencord's custom client, Vesktop, or just your web browser - you can use the Vencord browser extension
  • It seems to be an issue exclusive to Windows. You could try switching to Linux
haughty beacon
#

seems like a mem leak

strong geode
#

no it very much is devtools causing it, the second I open it... boop down goes vencord, for the most part vencord seems stable, had it running for 3 and a half days earlier

haughty beacon
#

yeah it only happend when my oc sleeps and comes back

strong geode
#

I wouldnt ever have gotten that as I dont use sleep, I just let the monitors go off after like 10 mins

vague crater
#

Could you run the /vencord-debug command please

#

Do you by chance use a virtual input/output like voicemod or voicemeter?

vague crater
#

Nah that should be okay, I use the same.

strong geode
vague crater
#

At the moment, Vesktop is only able to capture audio from the same channel its notificaitons play from

#

At least thats what someone else told me

#

General streaming audio is a known bug rn at least

vague crater
strong geode
#

ill stick to debian when I can be arsed loading into it

floral sable
#

I tried to download vendicated/vencord

vague crater
#

@lament laurel

#

vf crashing

mighty ravenBOT
#
Why does my Discord always crash when opening DevTools?

This is a stock Discord issue. There is nothing we can do

However, here are some solutions that should work:

  • Many people have stated that opening devtools while Discord is still loading prevents the crashing
  • Devtools work fine in Vencord's custom client, Vesktop, or just your web browser - you can use the Vencord browser extension
  • It seems to be an issue exclusive to Windows. You could try switching to Linux
lament laurel
#

You could try switching to Linux

lament laurel
vague crater
shy gyro
#

better link

floral sable
vague crater
#

try the 2nd option

#

on here

floral sable
#

Javascript error occured in the main process

vague crater
#

should be in C:\Users\shree\AppData\Local\Discord

floral sable
#

Yes it is

dense rapids
#

Question. Does vencord work on MaOS Sonoma (the new major update to MacOS)

Before someone bashes me for having a MacBook (screw off), I don’t have the money and resources to build my own PC as of yet due to sudden personal & financial turmoil.

My parents forced a MacBook on me.

shell veldt
#

try it and see

#

it probably does

dense rapids
fast swift
#

That person made vencord
what more do you wanna look for

dense rapids
grand kite
#

hey hi, I would like to remove a theme, but despite removing it from the setting, pasting this solution #🏥-vencord-support-🏥 message
to the dev tools console, despite toggling off the custom css, the theme is still here

I have put it in 2 way, the first one was with a direct link from github, the second one was by using the css file. I think I need
to remove the link to the theme used by github, but I don't see where

EDIT : Nevermind, I fixed it by removing manually the theme folder in C:\Users\Me\AppData\Roaming\ArmCord\themes

tacit coral
#

how do i use vencord on chrome bruh

rustic pumice
#

Hey, so currently I have an odd bug on discord app where my mousewheel scrolls at like 25% speed for some reason, and I'm not sure why. This bug happens exclusively on the discord app, it doesn't happen anywhere else, not even on the browser version.

I'm running Vencord on Linux Mint Cinnamon, wondering if there's a way I can add a script to simply patch the scroll speed to 400% or something like that, since there isn't a setting I can find. I'm not good with CSS or whatever scripting language Vencord accepts.

clever patrol
mighty ravenBOT
#
Can I use this on the web version of Discord?

Yes! We provide extensions for Firefox & Chromium based browsers and a UserScript build.

See our download page for more info!

tacit coral
clever patrol
#

check download page

#

lol

broken tiger
#

guys could anyone help, i've enabled plugins like pindms and translate etc. but none of them are functioning, tried restalling/updating vencord but it hasnt fixed (ok nvm update: IGNORE it has fixed :))

broken tiger
#

how do you fix this

marble palmBOT
broken tiger
#

how to Reauthorise your Cloud Integrations

surreal epoch
#

by turning them off and on

#

read

haughty vortex
#

Is there a bot token client?

surreal epoch
#

no

haughty vortex
surreal epoch
#

because bots can read

haughty vortex
surreal epoch
#

tessie w

marble palmBOT
surreal epoch
#

it's all code

haughty vortex
#

Bruhhh

#

That is so dumb

surreal epoch
#

how? it's auto responses so we don't have to deal with people

#

with problems that are easily solved

haughty vortex
#

tessie w

marble palmBOT
haughty vortex
#

oh

#

It isn't a person

#

nvm

#

how do you fix this

marble palmBOT
# haughty vortex

Reauthorise your Cloud Integrations by turning them off and on. This will update your cloud secret which lets you use them again.

haughty vortex
#

how?

fluid idol
#

Turn it off and back on

surreal epoch
#

by turning them off and on.

haughty vortex
#

No I meant how did it detect

fluid idol
#

Magic

surreal epoch
#

by reading

haughty vortex
#

not asking the question

surreal epoch
#

ai

haughty vortex
#

oh cool

#

ocr?

surreal epoch
#

yes

haughty vortex
#

Is this safe?

surreal epoch
#

not related to vencord so just use your own judgement

haughty vortex
#

kk

unkempt karma
haughty vortex
#

cool

#

This?

unkempt karma
#

yes

haughty vortex
#

Is it safe?

unkempt karma
#

if you dont trust, it feel free to read the source code

haughty vortex
#

Do you trust it?

grand lichen
#

hey, just wanna point this error out - on first start* of discord, my themes return this error in the console (and don't work, what a surprise), this error also happens to affect the quickcss editor for some reason

marble palmBOT
haughty vortex
#

Has anyone gotten banned?

grand lichen
#

it's not much of a problem for me as post-restart everything works again, just thought I'd point that out in case it correlates with something else going on :3

grand lichen
#

chrome indeed

surreal epoch
gray night
#

idk why

grand lichen
#

odd

worldly cedar
#

Is there anyway to stop discord from compressing images and videos? Mainly looking to fix for IOS, but PC would be nice too.

clever patrol
upbeat ermine
#

Is there anyway to get it on mobile ?

#

Or any discord plugin like vencord on mobile

fluid idol
#

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!

exotic hearth
#

Vf android

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!

exotic hearth
#

Vf ipaf

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)
12. How do I uninstall Vencord? (remove)
13. What are the official websites for Vencord? (vencord.app, unofficial, official)

tawny goblet
#

#🤖-bot-commands ?

gusty trench
#

ipa

#

wheres the

#

ipa

cedar fable
#

for what?

gusty trench
#

vencord

#

ipa

#

for iphone

#

there is one

#

has to be.

cedar fable
#

vencord dose not have an iphone app but you can use Vendetta

#

vf iphone

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)
12. How do I uninstall Vencord? (remove)
13. What are the official websites for Vencord? (vencord.app, unofficial, official)

gusty trench
broken tiger
#

why the notif is like that

cedar fable
#

vf ios

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!

wraith pivot
#

Why is it that my vencord keeps constantly crashing?

cedar fable
#

vf crashing

mighty ravenBOT
#
Why does my Discord always crash when opening DevTools?

This is a stock Discord issue. There is nothing we can do

However, here are some solutions that should work:

  • Many people have stated that opening devtools while Discord is still loading prevents the crashing
  • Devtools work fine in Vencord's custom client, Vesktop, or just your web browser - you can use the Vencord browser extension
  • It seems to be an issue exclusive to Windows. You could try switching to Linux
broken tiger
#

/vendetta-mod

#

actually

wraith pivot
#

dev tools? i literally have no clue what that is, but as if right now i took the theme i had on, off. and it seems to be helping quite a bit

#

my discord was crashing every 10 minutes

pine pebble
cedar fable
copper iris
pine pebble
copper iris
#

that's a vencord settings backup

#

plugins are in the plugins tab

pine pebble
#

how do i upload my plugins code tho

copper iris
#

you don't

sand relic
#

Hi guys,
I've recently been using the ||free nitro|| plugin and when I use another server's emoji, it comes up with something like cdn.discord.app/27972/2363 or smth instead of the actual emoji does anyone know how to fix that

copper iris
#

😕

pine pebble
copper iris
#

those are betterdiscord plugins

#

they don't work on vencord

pine pebble
#

the client theme not

copper iris
#

go to the themes tab

haughty goblet
#

StereoSound 💀

pine pebble
#

okay

copper iris
#

that's how it works

#

it sends the link to the emoji - people with the plugin enabled see it as the actual emoji

#

but without, it depends on whether or not you can embed images

sand relic
#

@copper iris ok tysm

broken tiger
cedar fable
#

look at this for how to

glass cloud
#

guys was transparency for linux added in vesktop??

#

also the sound does not seem to work while screen sharing

viscid cloak
#

vencord on firefox?

#

oh i found it on github, nvm xd

floral isle
#

Bruh

#

why is not have image

cedar fable
floral isle
#

ye

cedar fable
#

what do you have there?

floral isle
#

I want there to be a picture with the details, why isn’t there one?

#

check

cedar fable
#

can you show me the entire custom rpc fields that you entered?

floral isle
#

okay

wicked tundra
#

What is the name of the soundboard plugin?

cedar fable
#

wdym soundboard plugin?

#

the logger?

floral isle
azure perch
floral isle
#

thx

cedar fable
#

forgor to reply 💀

wicked tundra
azure perch
#

does not exist

wicked tundra
#

:C

cedar fable
cedar fable
azure perch
#

lol

cedar fable
#

😭😭😭😭

brave meadow
#

How can I disable the text replacement "easter-egg" feature

azure perch
#

disable auto translate

floral isle
#

Very THX BRO

brave meadow
#

@azure perch Thank you! ❤️

floral isle
violet ermine
#

why vencord crashes when i try to stream

marble palmBOT
violet ermine
cedar fable
#

as the bot saied try to update in the installer

#

if that dosent work you can try to reinstall vencord

violet ermine
#

the problem is brave browser

marble palmBOT
violet ermine
#

oof

hearty finch
#

is there a client mod other than vencord that has a web version?

broken tiger
#

what should my installer version be

#

its v1.3.1

hazy breach
#

yeah 1.3.1 is fine whats the issue

broken tiger
#

i was just asking

#

sometimes when i boot up my pc

#

discord loads but its completely grey

#

nothing but grey and i have to remove all discord folders and reinstall

#

happens like 40% of the time idk why

azure perch
#

how did you "reinstall" and still have a super ancient local vencord version

violet ermine
marble palmBOT
violet ermine
#

bruh

#

the bot is not helping

#

it works now anyway

#

it's so random

abstract cape
#

hello I have an issue with using vc
since like 3/4 days ago whenever I enter the vc noone can hear me (I hear people normally) my mic works great too
I had to use browser discord instead to talk
anyone knows what could cause the issue ?

cedar fable
hearty finch
#

ok

#

that sucks because vencord doesn't work on firefox

#

or safari

cedar fable
#

just download vesktop

#

it runs the web version of discord

hearty finch
cedar fable
#

vesktop is just the web version im not talking about vencord that injects into a discord client

hearty finch
#

interesting

#

I will look into it

cedar fable
hearty finch
kindred oak
#

hello

#

is there are any mobile version off vencord

#

hello

cedar fable
#

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!

terse zodiac
#

does anyone know where to find like the plugins folder for vencords so i can put a .plugin.js in

#

i can only find the themes folder

wise dagger
#

vf bd

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

cedar fable
#

vf bd

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

cedar fable
terse zodiac
#

oh so are there any plugins in vencord that can mass delete or smth

wise dagger
#

no

haughty goblet
#

when the api abuse

cedar fable
#

api go brrrrrrr

exotic hearth
#

@spikecze

quiet bay
#

May i ask how im supposed to seperate the data directory between discord installs? I want my cannary install to have a diffrent data dir but i cant get it to separate even though im setting the right enviroment setting like https://github.com/Vendicated/Vencord/issues/845 does

#

any ideas?

#

yes im aware the github issue says VENCORD_USER_DATA_DIR but that does not seem to be used here on the stable install???

#

it just seems like vencord overwrites the datadir

#

tried launching DiscordCanary.exe directly too. But it seems like its hardcoded to Roaming\Vencord

#

AAAND it now seems to suddenly work

#

i guess it was VENCORD_USER_DATA_DIR but i had a minor spelling mistake by adding spaces in the set command

#

though its still wierd that DATA_DIR and VENCORD_USER_DATA_DIR are diffrent values

copper iris
#

it's not an environment variable

#

i dont know why it shows up in your environment section because that's not what we set

#

oh no sorry we do

#

okay yes correction

#

DATA_DIR is constant, but it's not used if you override it

warm birchBOT
lean basalt
#

hey, how do i get my donor perks? :')

hot thunder
#

Sorry about the ping

open pebble
#

hey! this is a minor problem but it seems like Vesktop isnt running at 10-bit color depth( or not doing it well) leading to color banding \

#

I guess its running at 8-bit color depth

#

but only when i use my RTX 3050

copper iris
#

confirm on desktop if it's doing the same thing

#

if it is its not our problem

tawny violet
#

Is it possible to increase the size of the activity screen? When it shows on my end it's half the size of a stream window, and I need it to be bigger.

zenith fiber
#

what's the default vencord cloud url

#

i keep getting a 404

surreal epoch
zenith quartz
#

Hello, i patched the discord client with vencord in an attempt to be able to audioshare/stream. Im using flatseal, and is not able to get audio shared

#

is there any special settings i need apply?

coral fox
#

is vencord fake nitro plugin broken
it keeps reverting the appearance back to normal dark mode
Vencord version: 96126fa

hazy breach
zenith quartz
#

oh.. then i will try that. i had the impression vencord worked to audioshare

#

thanks!

#

i see discord-screenaudio only support x11, do you know if vesktop supports wayland?

hazy breach
#

not sure

#

i think it does but dont trust me on that

zenith quartz
#

ill give it a go

ruby orbit
#

anyway to change keybinds with a plugin or custom css?

waxen anchor
#

the "read all" button doesnt work on threads

hazy breach
#

we know

waxen anchor
#

is that in the faq or sm

winged wing
#

How to vencord premium

quiet bay
#

What is the "NoRPC" plugin actually supposed to do? It does not seem like its actually shutting down the rpc server as an program that uses rpc still tries to show rich presennce to it (even leaking it my name, which im guessing if it was off it should have NOT been giving out)

#

seems like NoRPC is broken, even though its on programs using RPC still receive information about the logged in user and show RPC anyway on the users account.

#

made an issue

silent reef
#

is using FakeNitro plugin safe or could discord get mad about that

hazy breach
#

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

silent reef
#

nice

coral fox
#

is vencord fake nitro plugin broken
it keeps reverting the appearance back to normal dark mode
Vencord version: 96126fa

broken tiger
#

where are the plugins stored

shell veldt
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

tall canopy
coral fox
#

is vencord fake nitro plugin broken
it keeps reverting the appearance back to normal dark mode
Vencord version: 96126fa

humble valve
unique badge
#

hi everyone

turbid hinge
#

anyone know any good resources on making plugins for vencord?

#

i tried looking on the github but couldnt really find much

shell veldt
#

docs folder

#

and looking at other plugins

turbid hinge
#

ok thankyou

broken tiger
# shell veldt vf bd

I don't want better discord plugins, I want to modify an existing vencord plugin

hot thunder
dense hound
#

any plans to replace the discord updater with your own?

cloud halo
#

how to fix the rpc picture not showing up

rustic moss
#

anyone know how to set a custom background image onto the themes? or save it to the codes in the theme files

broken tiger
#

if the theme already has a background image you can change it

#

just depends on how you're using the theme itself

coral fox
#

is vencord fake nitro plugin broken
it keeps reverting the theme back to normal dark mode
Vencord version: 96126fa

earnest nymph
#

Is vencord ever getting added back to firefox?

#

It's been deleted for weeks

broken tiger
#

they just have shitty policies @earnest nymph

earnest nymph
#

Oh

#

God damn it

broken tiger
#

I'm sorry lol

#

chrome's is still there though but i don't think you really want to deal with that

formal topaz
#

hi @broken tiger !
Is it possible to upload own plugins into a plugins folder or some? I don't find anything

formal topaz
broken tiger
#

anybody but me

shy minnow
#

Hello I wanted to ask if vencord is safe to use cause i did a run on virustotal and i got 1/71 and i did searched and some say its a virus and some not i like vencord and i want to use it but i want to learn if vencord is safe or it has any virus or stuff i hope i dont get ban for question this i just want to learn the truth ❤️

surreal epoch
shy minnow
surreal epoch
#

some virus detectors are inaccurate

#

vencord is not a virus

#

i am using it rn

shy minnow
#

oh okay i see

surreal epoch
#

and so is like everyone here

shy minnow
#

thank you

#

very much

#

❤️

sand relic
surreal epoch
#

need support for something
goes to discord server
pings the one person named "don't ping for support"
profit

broken tiger
#

anywy see y'all

vague crater
#

seeya

valid heron
#

hi im using the discord app and i cant access my settings page for discord. I've uninstalled discord, vencord and better discord multiple times and whenever i reinstall vencord the theme auto enables and im back to square one. I need help disabling themes and/or removing the current theme im using (Issue is only with one specific 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 = []
})()
valid heron
marble palmBOT
valid heron
valid heron
vague crater
# valid heron

you need to install vencord for the command that says "vencord" to run,

#

Install vencord, run that command, then you'll be ok.

valid heron
#

@vague crater when i pressed ctrl shift i and pressed console it just logs me out of discord

vague crater
valid heron
#

mad suspicous tho

pine pebble
#

we want it that why

#

i play the piano

vague crater
#

Have you solved the issue?

valid heron
#

why

valid heron
vague crater
#

its a joke..?

valid heron
vague crater
surreal epoch
#

if you read it, you can see it turns off themes and quickcss. nothing suspicous.

valid heron
surreal epoch
#

you don't need to be a programmer to read

vague crater
valid heron
#

cuz u said like at the grey screen or somethin

vague crater
#

Open the console before discord has fully loaded

#

Then it shouldnt crash you/log out you

#

Then you just paste the script and it'll remove your themes.

valid heron
#

why didnt it kick me out this time

#

it worked but im just confused

wispy jungle
#

Hi, I just had a question about what the difference was between a dev inject (via building from source code) and a regular inject. I noticed I had to uninstall my regular one to use dev. Do they both inject Vencord in the same place?

vague crater
#

It is what it is

vague crater
#

They go to the same place

valid heron
#

u got any good theme suggestions that dont block me from using my settings lol

vague crater
valid heron
vague crater
#

These ones should all work

valid heron
#

why did that theme block me from accessing my settings?

wispy jungle
valid heron
wispy jungle
#

I mean what are the extra plugins that dev mode has

vague crater
vague crater
wispy jungle
#

cool thanks fr

gaunt flume
#

been having this problem every time i try and install it

marble palmBOT
south cargo
#

fake profile themes does not work, windows, vesktop, here are some console logs.
i dont see my own colours can you see them?

marble palmBOT
south cargo
#

._. it's not a theme...

#

Vencord Debug Info

Vencord: v1.6.3 • 96126fa (Vesktop v0.4.3) - 12 Nov 2023
Discord Branch: stable
Client: Vesktop v0.4.3
Platform: Win32
Outdated: false
OpenAsar: false

Enabled Plugins (42):


BadgeAPI, CommandsAPI, ContextMenuAPI, MemberListDecoratorsAPI, MessageAccessoriesAPI, MessageDecorationsAPI, MessageEventsAPI, MessagePopoverAPI, NoticesAPI, ServerListAPI, NoTrack, Settings, SupportHelper, WebContextMenus
#

wait

#

NoProfileThemes applies to just colours as well???

#

oh well i solved it myself

#

maybe add a conflicting plugins message somewhere just a suggestion

vague crater
vague crater
south cargo
#

i forgot i had it enabled tbh

gaunt flume
vague crater
crystal temple
#

how do i uninstall vendesktop?

gaunt flume
#

when i do the app data command from run i see it in there

vague crater
gaunt flume
vague crater
gaunt flume
#

yes

vague crater
#

Delete it

#

That's what the message says

#

Then try to relaunch discord

#

if you cant

#

ok?