#🏥-vencord-support-🏥

1 messages · Page 140 of 1

long warren
#

hmmm alright appreciated, but I was only looking for :has() though, fixes most of my issues. So I will stay on native and patch it using the Vencord installer.

shell veldt
broken tiger
#

uhhh hello

#

so

#

im getting a weird error everytime i boot up vencord/while scrolling messages

#

im using vesktop btw

#

discord seems to work fine

#

just an annoying popup

#

ill screenshot the error when it appears again

wise dagger
#

rules 9

candid marsh
#

Oh yeah, thanks

manic fable
#

None of my notification sounds are working on discord? I can hear people and they can hear me so I think my audio device is setup right...

wise dagger
#

if it doesnt have a last message date then yeah

rigid night
#

how do i remove the "watch" on my rpc

broken tiger
#

how do I use custom css

compact mortar
#

lmao at least you’re honest about it, bless ya

compact mortar
broken tiger
#

nothing changed

compact mortar
#

it applies immediately

#

what’s the code?

#

do you use firefox?

broken tiger
#

ahhh now it works ty

compact mortar
#

neat, yw

#

oh i’m surprised. i thought dc only updates their electron once in a few years

bright tusk
#

Vencord randomly isn’t on discord anymore?? Yesterday I got a popup saying to undate it and I didn’t and now it’s gone

#

Update*

wise dagger
#

reinstall it using the installer

rugged ice
#

Is there a way to see the messages in a hidden channel?

wise dagger
#

no

shell halo
#

(and if there was an exploit you should report it to Discord 😭)

storm pivot
#

It should be possible to enable a Chromium browser flag in Vesktop right?

#

if yes, then how would I go about doing that?

shell veldt
#

which flags

storm pivot
#

I would like to enable the #windows11-mica-titlebar flag

#

this version should have it

uneven coral
#

ImageZoom isn't working for me 😦
I tried reinstalling the extension and its still not working
I'm using browser, opera gx

shell veldt
#

we didn't publish the update to the chrome store yet

broken tiger
#

I can't seem to find a way for this to automatically convert my text from this, to *this*. is that possible with this plugin?

solid kelp
#

yeah

#

find by regex [\w\W]* and replace with *$&*

broken tiger
#

thank you, (no idea what those crazy symbols are 😭)

solid kelp
#

just copy and paste it :3

broken tiger
solid kelp
#

whoops

#

[\w\W]+

broken tiger
#

heh, lemme see

solid kelp
#

change * to +

broken tiger
#

tysm!!

solid kelp
#

ofc !

broken tiger
#

... why'd it stop working all of a sudden what 😭

#

wait

#

WAIT

#

It only turns like that after i send it?

#

:,)

#

sorry

winter needle
#

hey

#

anyone can help me

#

when i run vencord it doesn't open

#

both of them

#

ci version

#

and the default

simple owl
#

has anyone been reporting seeing double emojis for the chrome extension version of vencord?

#

even after uninstalling and reinstalling the extension

split geyser
#

hey uh
for some reason vencord has a problem of not taking any mic input randomly

#

not vencord, vesktop

long warren
#

I wrote a css snippet to properly remove the "Notes" element in the profile at all times, where do I open an issue to fix the plugin for that?

#

Same thing for the message input field.

long warren
#
/* Hide popout notes */
[id^="popout"] .section-28YDOf:has(.note-1NN2aP) > * {
  display: none;
}

[id^="popout"] .section-28YDOf:has(.note-1NN2aP) {
  padding: 6px 0;
}


/* Hide popout notes and message field */
[id^="popout"] .section-28YDOf:has(.note-1NN2aP) > *,
[id^="popout"] .section-28YDOf:has(.messageInputContainer-24qqTx){
  display: none;
}

[id^="popout"] .section-28YDOf:has(.note-1NN2aP) {
  padding: 6px 0;
}

/* Hide message field */
[id^="popout"] .section-28YDOf:has(.messageInputContainer-24qqTx) > * {
  display: none;
}

[id^="popout"] .section-28YDOf:has(.messageInputContainer-24qqTx) {
  padding: 6px 0;
}
azure perch
#

* abuser

#

if u want to hide stuff just use css

shell veldt
shell veldt
long warren
#

making things look bad in some cases

broken tiger
#

userscript

simple owl
long warren
cobalt pulsar
#

im not able to join voice calls on vencord, it gets stuck at rtc connecting

#

vf vc

mighty ravenBOT
#
When joining voice channels, I get "RTC Connecting"

Cause is unknown, so there is no real fix.

However, a simple workaround that fixes it temporarily is to click the text that says RTC Connecting, then click Debug. Close the page that opens again and it should now be fixed!

Note that you need Discord Developer Mode (Discord Settings > Advanced > Developer Mode) enabled to do this!

cobalt pulsar
#

i tried this

#

but no debug option

long warren
cobalt pulsar
#

yes i have it enabled

long warren
cobalt pulsar
#

yes

azure perch
long warren
#

Why I rewrote it with css

#

and idk might've been useful for that plugin

rare flint
#

vencord automatically synced settings on my pc from my laptop when i installed it?

#

i thought this was a feature you had to enable

long warren
# shell veldt try to use less *, expecially in compound selectors it has the potential to be ...

Good point I forgot about that, this fixes it:

/* Hide popout notes */
[id^="popout"] .section-28YDOf:has(.note-1NN2aP) > h2,
[id^="popout"] .section-28YDOf:has(.note-1NN2aP) > div {
  display: none;
}

[id^="popout"] .section-28YDOf:has(.note-1NN2aP) {
  padding: 6px 0;
}

/* Hide popout notes and message field */
[id^="popout"] .section-28YDOf:has(.note-1NN2aP) > h2,
[id^="popout"] .section-28YDOf:has(.note-1NN2aP) > div,
[id^="popout"] .section-28YDOf:has(.messageInputContainer-24qqTx){
  display: none;
}

[id^="popout"] .section-28YDOf:has(.note-1NN2aP) {
  padding: 6px 0;
}

/* Hide message field */
[id^="popout"] .section-28YDOf:has(.messageInputContainer-24qqTx) > div {
  display: none;
}

[id^="popout"] .section-28YDOf:has(.messageInputContainer-24qqTx) {
  padding: 6px 0;
}
shell veldt
rare flint
#

i never enabled it though

shell veldt
#

multiple vencord installs on the same device will always share settings

rare flint
#

these are diff devices

azure perch
cobalt pulsar
#

and wala it works

shell veldt
#

cloud sync physically cannot work without you authorising it because it requires you to authorise

cobalt pulsar
#

rtc connecting issue exists but the debug option is present

cobalt pulsar
#

and as said clicking it fixes it

rare flint
#

it enabled all the plugins i had on my laptop and added the theme i have on my laptop as well

shell veldt
#

black magick

long warren
rare flint
#

wait i may have accidentally cloud saved it through a 3rd party

#

lemme check something rq

long warren
rare flint
#

yeah nvm it was me

long warren
#

After trying a bunch of stuff out the above snippet was the best solution I could find...

azure perch
#

lol enabling voiceUserShow adds the padding

long warren
#

also idk why the plugin ads padding there, imo the plugin shouldn't change more than what it advertising to do

#

all plugins should just properly style themselves

fair oak
#

what should I do if no theme works, and when I search for a theme online, it says: Error: Failed to fetch

fair oak
fair oak
#

Vencord Debug Info

Vencord: v1.5.6 • 188d12d (Standalone) - 13 Oct 2023
Discord Branch: stable
Client: Discord Desktop v1.0.9019
Platform: Win32
Outdated: false
OpenAsar: false
Last Crash Reason: N/A

Enabled Plugins (33):


BadgeAPI, CommandsAPI, ContextMenuAPI, MemberListDecoratorsAPI, MessageDecorationsAPI, MessageEventsAPI, NoticesAPI, NoTrack, Settings, SupportHelper
surreal epoch
#

hm

#

works for me

hazy breach
#

save it as a file and use local themes

fair oak
#

still no theme

timber rune
#

is venkord on Mobile

#

that'd be so good

#

so I can use fake nitro emojis still

shy atlas
surreal epoch
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!

digital smelt
digital smelt
#

Any moderator here?

fair oak
remote flower
remote flower
remote flower
#

clearvision should be the first thing that pops up on betterdiscords page when looking for themes

#

clearvision always works

fair oak
#

dont works

remote flower
fair oak
#

okay

jade maple
#

does vencord work on macbook?

remote flower
#

interesting question, let's go and check together!!!

#

let's go to the download page and see what it offers!

#

oh look, my system is on there!

#

bing bing bing, vencord does support Mac!

#

now if your specific Mac version works is a different story, since the only apple device I ever owned was an iPod touch when I was 6 I have no clue how any of that works so ask someone else if your way of installing doesn't work

graceful parcel
#

Does vencord have a bypass for max Mb send size?

quiet lagoon
#

Probably no

graceful parcel
#

i swear i remember a feature for it but discord do be oppin

remote flower
#

can't be done

#

only thing that would be possible is uploading to an external site and then sending the link

graceful parcel
#

darn

#

any suggestions for a site that would have a video imbed in discord? streamable is cringe and i dont wanna go through yt

hazy breach
#

probably catbox though i forgot if it embeds or not

scarlet holly
hazy breach
#

reinstall discord

fair oak
#

sunnie what should i do? themes dont works for me

broken tiger
#

was wondering if i can install my own plugins like better discord does

#

?

broken tiger
worldly cedar
#

Surely there’ll one day be an auto updating dev build updater dogsmirkreverse

broken tiger
#

I think someone is working on an easier way to install custom plugins

timber herald
#

my vencord is gone

hazy breach
#

just reinstall with the installer

timber herald
#

installer doesnt work for me

hazy breach
#

vs w

mighty ravenBOT
# hazy breach 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
timber herald
#

ty

mint rampart
#

hi, i have a problem in vencord

broken tiger
#

And that problem is..?

mint rampart
#

this is how i see the chat

broken tiger
#

How is this a problem

#

You probably enabled compact mode

mint rampart
#

hm

broken tiger
#

Go to discord appearance settings

mint rampart
#

okay wait

#

dang

#

much better

#

thanks lmao

scarlet holly
clever moth
#

whelp vencord randomly disappeared?

wise dagger
#

reinstall using the installer

raw night
#

no idea how can i install better discord plugins on vencord?

azure perch
#

u cant

digital smelt
#

There is a bug with custom RPC

#

When i reload or leave discord i gotta paste the image link again the the invite link becomes invalid even tho it never expires

#

You french?

#

J'ai juste demander 🇫🇷

wispy perch
#

o/
Discord removed zoom option in Settings -> Appearance is there any plugin which returns that ability?

hazy breach
#

ctrl+[plus] and ctrl+[minus]

covert wharf
#

is it possible to put icons over folders?

wispy perch
#

it's desktop app

#

If I open console the size of console changes but the app no

digital smelt
#

Any modertor here?

azure perch
storm pivot
#

idk if you already figured it out

#

and if this is what you wanted

#

but there's a css snippet you can use if it's what you need

wispy perch
#

electron app

#

chromium

digital smelt
#

There is a bug with custom RPC
When i reload or leave discord i gotta paste the image link again the the invite link becomes invalid even tho it never expires
(browser)

azure perch
digital smelt
#

why am i getting ignored 😭

azure perch
#

i have no idea how to solve your problem so i ignore

wispy perch
wispy perch
#

I tried switching to English keyboard layout too but didn't help

digital smelt
azure perch
#

no

digital smelt
#

ok i will do it

digital smelt
azure perch
#

spoiler: they also have no idea either

floral sable
#

can you add voice changer in vencord

wispy perch
azure perch
#

it only exists on discord desktop

wispy perch
#

yeah

#

I'm on discord desktop

#

works fine on windows, on linux (arch) it doesn't exist

#

most likely something broke 🤷‍♂️

floral sable
#

add voice changer UmaruSmug

azure perch
vast tide
#

.

long warren
#

Yeah I saw that snippet and the reason I made my own is because of that one and the plugin for it being flawed (both in the same way). Here is why:

  1. You set the Notes section to display: none; and then you add padding to the bottom of it, this padding will not display because of the display: none; property not rendering the whole element including it's padding and margin.
  2. After that you add a margin to the Discord Member Since section to compensate for the lost padding from the Notes section which works in most cases, but this has a couple issues:
  3. It should only be 12px for it to be consistent with the rest.
  4. You shouldn't have to compensate by adding it to another element, this is because of the order in which things can list in the User Popout can be very versatile. So sometimes there are sections between the Notes section and the Discord Member Since section causing the margin which you added to the Discord Member Since section to be in the wrong spot and not actually compensate the lost padding in the Notes section.

So I tried fixing those issues and this is the best solution I could find, this will always correctly fix the padding issue when hiding the Notes section (and I added 2 other snippets for hiding the Notes section and the Message Field or just the Message Field):

/* Hide popout notes */
.userPopoutInner-nv9Y92 .section-28YDOf:has(.note-1NN2aP) > h2,
.userPopoutInner-nv9Y92 .section-28YDOf:has(.note-1NN2aP) > div {
  display: none;
}

.userPopoutInner-nv9Y92 .section-28YDOf:has(.note-1NN2aP) {
  padding: 6px 0;
}

.userPopoutInner-nv9Y92 .section-28YDOf:has(.messageInputContainer-24qqTx){
  padding-top: 0;
}

/* Hide popout notes and message field */
.userPopoutInner-nv9Y92 .section-28YDOf:has(.note-1NN2aP) > h2,
.userPopoutInner-nv9Y92 .section-28YDOf:has(.note-1NN2aP) > div,
.userPopoutInner-nv9Y92 .section-28YDOf:has(.messageInputContainer-24qqTx){
  display: none;
}

.userPopoutInner-nv9Y92 .section-28YDOf:has(.note-1NN2aP) {
  padding: 6px 0;
}

/* Hide popout message field */
.userPopoutInner-nv9Y92 .section-28YDOf:has(.messageInputContainer-24qqTx) > div {
  display: none;
}

.userPopoutInner-nv9Y92 .section-28YDOf:has(.messageInputContainer-24qqTx) {
  padding: 6px 0;
}

wispy perch
#

that's what happens when ur on rolling releases

marsh mica
#

is there any beta/alpha version of vencord we can download?

hazy breach
#

no

modest olive
#

vs w

mighty ravenBOT
# modest olive 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
daring lagoon
#

Gimme vencord powershell thing

#

or smth

frosty forge
#

day 2 of asking why the last.fm plugin doesnt work

hazy breach
hazy breach
daring lagoon
#

elaborate what

digital smelt
#

There is a bug with customRPC

hazy breach
#

what doesn't work like send the error

#

a screenshot or something

daring lagoon
digital smelt
rancid comet
#

everytime I try to go to the plugin page it does this I've reinstalled vencord the launcher and I've reinstalled discord

marble palmBOT
rancid comet
#

ive done everything it said

hazy breach
#

send /vencord-debug here

rancid comet
#

/vencord-debug

#

?

quiet lagoon
#

Slash command to run

rancid comet
#

i did it

#

and it did nothing

#

how do i fix it ?

solemn eagle
#

Where i can get themes?

quiet lagoon
solemn eagle
#

ok thanks

rancid comet
quiet lagoon
#

Not sure

#

Wait

#

Do you have the legacy chat input enabled

rancid comet
#

what is that

quiet lagoon
#

An discord option that disables the custom slash commands, you usually find it from user settings under accessibility or something

rancid comet
#

it was off

quiet lagoon
#

Yeah I’m clueless then on why it doesn’t work for some and it works for some

rancid comet
#

/vencord-debug

#

still didnt work

#

is that the only way i could fix the plugin error

copper crescent
#

vs mi

mighty ravenBOT
# copper crescent vs mi

"doesn't work" and similar are not very helpful. To help you, we need more info!

Describe your issue with as much detail as possible.
What exactly did you try to do?
What did you expect to happen?
What happened instead?
Does this issue always happen, or only sometimes?
If possible, provide steps how to reproduce the issue
If appropriate, provide screenshots or screen recordings

For Vencord issues:

  • If you are able to, run the /vencord-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?
quiet lagoon
#

Read that and try

icy vine
#

guys, can vencord sideload plugins from other sites like better discord?

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

muted spade
marble palmBOT
icy vine
muted spade
#

¯\_(ツ)_/¯

icy vine
# muted spade

yeah, but why its closed?
it could've made it to use vencord even better

muted spade
#

cause ven didn't want to make it?

#

and it'd be such a pain that nobody else wants to either?

sick glade
#

that PR was for third party plugin loading support, aka #1032200195582197831, not BD plugins, which is not possible, like you were told twice

icy vine
#

how can i add these plugins to myself tho

compact mortar
compact mortar
simple owl
compact mortar
sick glade
quiet lagoon
#

it isn't automated because any commit (without the version bump) technially counts as a update or something?

#

i imagine that happening with some auto upload extension tool based on a commit but i could be idiot

shell veldt
#

it is automated

#

whenever i increase the version number 2bsip

vale basin
#

hi i may not be the best at articulating this but i'm on endeavour with the vencord installer aur package and i use pywal to generate colours for my system so i created a template for a discord theme and symlinked the theme to the vencord theme directory but it does not hot reload, i have to reload discord every time i run pywal. the behaviour is different for if i just edit the file, then it does hot reload, but when the symlinked file is regenerated, i have to reload discord

latent ingot
#

Is it possible to be able to load vanilla discord without uninstalling vencord

hazy breach
#

launch discord from the command line/from a shortcut with the --vanilla flag

shell veldt
compact mortar
shell veldt
#

or just automatically copy the file there after generation

compact mortar
vale basin
#

hard link didn't work, gonna try writing a script that will automatically copy it

simple owl
#

you're good!

vale basin
compact mortar
#

my unsure guess is that it would be the same problem on Windows

shell veldt
#

if you watch that without specially handling symlink, it'll never change

compact mortar
#

(one could try softlinking or junctioning the whole vencord themes dir)
and/or using the vc theme dir directly as the generator target and making the other location the symlink

latent ingot
still acorn
#

try starting not from Update but from the discord exe itself in the app-1.. folder

fathom niche
#

Hey, I use vencord on webbroswer (google chrome) and it doesnt work anymore, any ideas why and how to fix it?

zinc sandal
#

hey, how do I get nitro for free ?

wary chasm
#

any eta for when feature requests can be made again?

hazy breach
#

nope

wary chasm
#

was just trying to add the localedit usernames plugin but building venchord from source every update sounds painful

hazy breach
#

(the updater should work with debuilds and if it doesnt pulling and rebuilding takes a minute)

#

((why am i encouraging devbuilds))

wary chasm
#

lol

hazy breach
#

read

wary chasm
#

ah if the updater works on devbuilds I guess I have nothing to complain about

#

thanks

vital sun
#

My Vencord didn't want to open so I opened PowerShell and ran the command, but this message appears, even if I uninstall discord or close it

marble palmBOT
marble palmBOT
broken tiger
#

how do i get rid of dis stupid ass blue online icon but still have colorblind icons.

#

Shit looks terrible.

#

what blue online icon

#

and css?

gritty geode
#

is there a css snippet or plugin that allows me to get back the old multiple files in chat sent at once layout back?

warm dew
#

Hi

analog silo
#

makes sense that it crashes

warm dew
analog silo
#

the kernel is pretty much the most important part of windows

warm dew
#

It was litally a 2 minute fresh windows installation

analog silo
#

in fact, the bsod data is stored there

analog silo
warm dew
#

Don’t have that liying around

analog silo
#

do you have the ability to burn and insert a DVD?

warm dew
analog silo
#

do you have any sd card reader that uses USB

warm dew
#

I have dvd‘s at Home

warm dew
#

I don’t have bluescreens now after not installing Vencord

analog silo
#

Odd

warm dew
#

Ik

#

Maybe there is more to that

#

It must’ve smth to do with the windows version and Vencord

analog silo
#

what version do you have

warm dew
#

The newest one?

analog silo
#

Windows 11?

warm dew
analog silo
#

do you have enough space to make a partition

analog silo
warm dew
analog silo
# warm dew .

i know, but sometimes it doesnt work if you are using the built in reinstaller

analog silo
warm dew
analog silo
#

sometimes that wont work

warm dew
warm dew
analog silo
warm dew
#

Windows can’t possibly fuck up 4 times in a row

analog silo
#

do you have 6 GB of storage free?

warm dew
warm dew
analog silo
warm dew
#

As i know my mom checked that power was constantly on

#

So windows wouldn’t corrupt

analog silo
#

do you have a backup ofyour files?

warm dew
#

(At least my sys is clean now)

#

(Let’s just see the positive things)

analog silo
#

they are already erased?

warm dew
analog silo
#

sad

#

download an iso of windows 11

warm dew
analog silo
#

wait

#

what kind, android or iphone

warm dew
analog silo
#

oof

warm dew
#

Sm1 I know has a usb with windows 11

analog silo
#

see if you can borrow it

#

then boot up the computer using the usb

#

do not select keep files

warm dew
#

Will try that

#

And then try to install Vencord?

analog silo
#

yes

tribal forge
#

heyh guys I noticed some friends of mine can see the avatar of who's in the channel just below the "voice connected" in the bottom left corner. I even tried do download their settings but I still don't have it. What is it exactly?

analog silo
#

probably a theme, try asking them

tribal forge
#

I thought about it, but I downloaded their settings and I don't have it

analog silo
tribal forge
lethal shadow
#

I'm sorry, I know this feels like a feature request than a support request, but is there a way EmoteCloner could clone emojis from reactions as well?

sick glade
magic quiver
#

why themes don't work?

broken tiger
mighty ravenBOT
# broken tiger vs mi

"doesn't work" and similar are not very helpful. To help you, we need more info!

Describe your issue with as much detail as possible.
What exactly did you try to do?
What did you expect to happen?
What happened instead?
Does this issue always happen, or only sometimes?
If possible, provide steps how to reproduce the issue
If appropriate, provide screenshots or screen recordings

For Vencord issues:

  • If you are able to, run the /vencord-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?
magic quiver
#

when i want to use the theme online it doesn't load
I use windows 10 and the error that is displayed is a:
Failed to load resource: net::ERR_CONNECTION_TIMED_OUT

cedar glade
#

hey can u make the messagelogger save ? like everytime i restart discord i loose all my messages log

wise dagger
#

that’s intended, it will not save.

dense rock
#

by any chance was the user review db taken down?

cedar glade
#

@wise dagger there is someway to save it ?

wise dagger
#

there is not

wise dagger
#

^

unkempt karma
wise dagger
cedar glade
#

for windows not browser

analog silo
cedar glade
analog silo
compact mortar
tribal forge
#

heyh guys I noticed some friends of mine can see the avatar of who's in the channel just below the "voice connected" in the bottom left corner. I even tried do download their settings but I still don't have it. What is it exactly?

compact mortar
#

ss?

toxic blade
#

Is it possible to get custom badges on vencord

tribal forge
#

I don't have it

broken tiger
#

stock discord setting

#

nothing to do with vencord

tribal forge
broken tiger
#

chat / server name

#

under voice connected

tribal forge
#

oh

#

that easy? xd

#

and what plugin is it?

broken tiger
#

its not a plugin

tribal forge
#

and what is it

broken tiger
tribal forge
#

stock you mean basic discord has that??

broken tiger
#

yes..

tribal forge
#

no way...

#

when has that been added? I'm 100% sure that's rlly new

broken tiger
#

probably recently

#

dont know

tribal forge
#

yeah I guess so

#

well... finally found out about it xd

wise dagger
#

what

#

what thing

marble palmBOT
#

This message is misleading. Run sudo chown -R "${USER}:wheel" /Applications/Discord.app in your terminal, then run the installer again afterwards.

You may also need to grant Terminal.app (and friends) full disk access for the operation to work properly.

surreal epoch
#

read

wise dagger
#

no just copy and paste it

#

did you run that command

surreal epoch
#

did you copy and paste the command into your terminal and run it

#

did you press enter after you typed it in

#

the "enter"/"return" key on your keyboard

#

now enter your password

analog silo
#

for your computer

unkempt karma
#

the brain rot is real

#

its all good, thats what the support channel is for

#

i wouldnt be of much help, i dont know mac

#

your password is hidden

#

you can still type it

#

type passowrd

#

press enter

bitter thistle
#

is there a way to edit the translate plugin from using google translate to deepL

broken tiger
#

probably not as it’s built using google translate

#

but if you know ts then just rewrite

quiet lagoon
bitter thistle
#

where can i see the plugins

#

oh

bitter thistle
#

idk how to code

#

LOL

#

i was just wondering cause google translate\

#

be off

night hollow
#

@bitter thistle i will do it if you give paid deepl api key

bitter thistle
#

how much is it

night hollow
#

idk

#

why is it trying to display both the combined grapheme and individual unicode codepoints

bitter thistle
#

i mean

#

there is a free trial

#

rn

#

for it

#

would that count

compact mortar
#

(

The DeepL API Free plan allows developers to translate up to 500,000 characters per month for free.

night hollow
#

i mean

#

G OAWAY

quiet lagoon
#

imagine translating that with long messages

#

yeah it doesn't go pretty well

quiet lagoon
compact mortar
bitter thistle
night hollow
#

i just noticed this was support LMFAO

compact mortar
#

lmao

night hollow
compact mortar
#

genelera can not be stopped

storm pivot
#

this probably wouldn't work right?

shell veldt
cedar glade
#

if i put a server in blacklist

#

it will message log ?

#

or will not log

compact mortar
#

not

unkempt karma
#

vf tos @broken tiger

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

broken tiger
#

yeah I'm aware of that, just the fact that when I enabled it, Vencord specifically stated that it was a "high risk for termination"

amber geyser
#

i am having a problem disabling spellcheck anyone help?

broken tiger
#

if you aren’t blatantly showing discord staff or server owners

amber geyser
#

spell check is disabled in vencord plugings and discord but it stll spellcheks

broken tiger
broken tiger
#

see if it still persists after restarting

amber geyser
#

no

broken tiger
#

no?

amber geyser
#

it did not fix it

broken tiger
#

run /vencord-debug

amber geyser
#

how

broken tiger
#

by typing /vencord-debug

#

slash command

amber geyser
#

Vencord Debug Info

Vencord: v1.5.6 • 188d12d (Standalone) - 12 Oct 2023
Discord Branch: stable
Client: Discord Desktop v1.0.9019
Platform: Win32
Outdated: false
OpenAsar: false
Last Crash Reason: N/A

Enabled Plugins (18):


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

strange

#

is default discord spellcheck enabled?

amber geyser
#

no

broken tiger
#

maybe bugged i’m not sure

storm pivot
#

so rip

amber geyser
broken tiger
#

ah, good

turbid knot
#

can vencord being use to open and see locked channels?

broken tiger
#

if you mean see the channels themselves then yes

quiet lagoon
little dome
#

Hi, I'm trying to get Vencord working on Firefox (ESR) using ViolentMonkey but litterally nothing happens
I get ViolentMonkey telling me the script has been loaded, but my discord is still stock, any clue what's happening ?

compact mortar
#

doesn’t work with ViolentMonkey, you’ll need TamperMonkey

little dome
#

anything... other than tamper ?

compact mortar
#

unfortunately not (afaik)

quiet lagoon
#

You can also download the extension as zip and install it via Firefox nightly

little dome
#

i'd rather not rebuild firefox daily kek

compact mortar
#

surely you don’t have to compile it yourself

little dome
#

you do when you use musl

compact mortar
#

musl?

little dome
#

it's an alternative libc that replaces glibc

#

all software compiled for "normal" distros won't run on it

#

so yeah

#

no

#

just tried tampermonkey, it indeed works

compact mortar
little dome
#

every 1/2 day

compact mortar
#

yeah but that doesn’t mean you have to update it?

little dome
#

heh nightly isn't even proposed in the gentoo repos anyway

#

i'm not gonna bother switch my entire browser, i already got a separate profile for web apps so ig i ran live with having tampermonkey installed there apart from the rest of my firefox install

broken tiger
#

is custom rpc working for anyone?

#

for some rsn it dont work

broken tiger
#

yes

#

in settings

#

not the plugin

#

where in settings

#

look

#

lookin

#

if u r talkin ab this then yes

#

@broken tiger

#

IN DISCORD SETTINGS

#

where in discord settings

#

skull

#

nvm

broken tiger
#

what even is that presence

#

It would be cool to change Vencord's messagelogger, leaving it the same or similar to bluecor, I think it looks better that way, example:

message (deleted)

visual hemlock
#

SpotifyCrack still pauses spotify when speaking for over 30 seconds

broken tiger
#

.

#

don’t be needy

broken tiger
broken tiger
#

if you don’t know how then it’s best not to bother

compact mortar
broken tiger
#

how do i fix this

marble palmBOT
# broken tiger

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.

broken tiger
#

it wont let me delete the discord folder

#

but it does let me delete the squirrel

compact mortar
broken tiger
#

its not

compact mortar
#

to resolve a lock on files/folders, you can use an unlocker tool or reboot

broken tiger
#

its wtv

compact mortar
#

?

fair oak
unreal gyro
#

i seem to have a bit of a problem

#

clear vision

broken tiger
unreal gyro
#

any fixing

#

that i could do

broken tiger
#

open dev tools, select the bg, copy the value and change it in your themes css

#

or wait for the theme creator to fix

unreal gyro
#

dev tools, is that ctrl shift I

broken tiger
#

yea

latent solar
#

my discord theme is like buggin out when I just opened my computer

#

is this a vencord thing?

broken tiger
#

broke themes

#

for now

latent solar
#

ah :(

#

just a deal with it till it gets fixed type situation?

broken tiger
#

read above

#

or wait

analog falcon
#

Hi, first of all I'd like to thank everyone who contributed to the project ❤️
I'm looking for a way to delete all of my own messages from a specific server/channel or a least for a way to expedite it instead of having to use the search function, input my username and manually delete each one. I found these two things, but one looks to be a plugin for BetterDiscord (which I remember using before Discord had an account switcher) and another one is a userscript for the browser version. Is there anything equivalent for Vencord?
https://github.com/BGP0/Discord-Plugins/tree/main/MassDeletePlugin
https://github.com/victornpb/undiscord
(I already know how with mass actions there's a risk of my account to get banned, before anyone asks)

GitHub

My discord plugins, featuring fixed experiments and mass delete plugins - BGP0/Discord-Plugins

GitHub

Undiscord - Delete all messages in a Discord server / channel or DM (Easy and fast) Bulk delete - GitHub - victornpb/undiscord: Undiscord - Delete all messages in a Discord server / channel or DM (...

marble palmBOT
# analog falcon Hi, first of all I'd like to thank everyone who contributed to the project ❤️ I'...

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.

||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.||

broken tiger
analog falcon
broken tiger
#

that isn’t selfbotting, your automating an action which fall under botting your account/api abuse

broken tiger
#

to which they should comply

#

hope that helps

analog falcon
# broken tiger if your so bothered by it you can mail discord and ask for a specific channels m...

No need but thanks for the info. I haven't read Discord TOS but I'm pretty sure they don't allow bypassing a paid feature such as high quality streaming. I'm not trying to be a moralist here, just pointing out that if the intention of the rules is not getting a CnD, it's weird that one form of breaking TOS is still allowed. Would be annoying if Vencord got shutdown because it's the only way I got notifications to stick around on Windows (with the official client they pop-up but instantly disappear from the notification center)

hazy breach
#

the main difference is they don't care about one and the other can actually get your account banned

neat arch
#

Why cant I enter the black box discord server??????? how else do I get USRBG

broken tiger
neat arch
#

i cant

#

it says unable to join'

neat arch
remote flower
#

have you been banned from that server before?

neat arch
#

no

#

not at all

broken tiger
#

restart your client

#

and try again

#

or join on mobile

neat arch
#

ok

#

thanks for the help , you know , I'm Voting+ for you to be Helper in the server!

broken tiger
#

:3

neat arch
#

everyone , who votes that @broken tiger Should become HELPER in the server
React bellow to Leave your Vote

wise dagger
#

what

broken tiger
#

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!

teal glade
#

how do i use the userscript

quiet lagoon
exotic rover
#

only with the main channel cause the problem

celest crest
#

hi i cant seem to find my settings button , is that a common issue ?

full stream
#

0

broken tiger
#

is there a reason this is happening to my dms list??

azure perch
#

maybe pin dms

blazing estuary
broken tiger
#

dont tell me i have to disable it 😭

azure perch
#

idk i just guess

broken tiger
#

its such a good plugin

wet night
#

any ideas if theres a plugin to remove the max gif limit

#

for some reason the cap is now 528

storm estuary
#

is timesFavorited the same as favorites.length

#

or is it some analytic data

wet night
#

not a clue (not sure where to find favorites.length) but i guess the cap is 512 (makes more sense) and timesFavourited is an analytic

heady laurel
#

any idea why themes broke?

#

guess it's not just me

remote flower
#

send theme

#

actually, what name

remote flower
#

is it broke for everyone?

icy garnet
#

idk

sage reef
remote flower
#

neither is this the right place nor the right person to chat

heady laurel
remote flower
#

yeah probably discord changing one object, will be fixed in a day or two id guess

heady laurel
#

thought so

slender iron
#

Y'all zoomin function isnt working again 😭😭😭

#

someonje send hlep

broken tiger
#

update your discord

slender iron
#

huh?

#

and how do i do that?

#

im on browser

broken tiger
#

which browser

peak bronze
#

where does Vencord put the plugin configuration file? i want to install it on my laptop and don't feel like setting everything up a second time

hazy breach
peak bronze
#

sweet, thanks

compact mortar
broken tiger
#

fr

compact mortar
#

or use another vencord version in the meantime

zealous oyster
#

hi

#

i accidentally downloaded the outdated version of frosted glass theme

#

it tells me to change the theme, but i cant because the settings are gone

broken tiger
#

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 = []
})()
zealous oyster
#

tysm

#

already fixed

raven smelt
#

why is vencord disabled and you have to reinstall it?

compact mortar
#

reinstall dc

broken tiger
raven smelt
broken tiger
#

no

raven smelt
#

not cool

neon thorn
#

im assuming clearvision is broken?

broken tiger
#

is that a question fit for the vencord server

#

but yes there was a class name update

#

until it reaches stable gibbu isn't going to bother fixing it

wet night
neon thorn
lofty shard
#

Everytime I search a GIF

tight wasp
#

Hey peeps! I wanted to install vencord on my mac (I already have it on my pc) but everytime i click install on the installer it says it doesnt have full disk access eventhough i already gave it access. Can someone help me? I can attach a screenshot if you'd like

lofty shard
#

Everytime I use a GIF

broken tiger
#

is this a vencord issue

#

more likely to be the browser recognising the wrong field types

tight wasp
lofty shard
#

It happens for like a few days already

hollow gyro
#

@broken tiger

#

bottom of the settings page

tight wasp
broken tiger
#

hmmmm

lofty shard
tight wasp
tight wasp
#

i dont think mac has that option

lofty shard
#

Try

broken tiger
#

then restart

prime vapor
#

hi guys zoom plugin blurs the image and its kinda hard to read things do you know how to fix it ?

broken tiger
distant bear
#

the morekaomoji plugin not having the lenny face is fucking criminal how do i fix it

hollow gyro
#

its different now but its not transparent? its just showing a fully white background

broken tiger
#

guhhh

#

try it on normal vencord

#

not vesktop

#

also do /vencord-debug

broken tiger
prime vapor
broken tiger
#

could just be a low res ss

prime vapor
#

no no it does that with all screens

#

and if its low res it would be on zoom lens too

hollow gyro
#

okay THAT worked but now i cant unfullscreen??? im so confused LOL

broken tiger
#

that’s why it’s not in the base vencord

hollow gyro
#

is there a way to fix that

broken tiger
#

i have no idea

broken tiger
#

or have a tiny gap

broken tiger
hollow gyro
#

this works fine for now as long as i can get the fullscreen issue fixed eventually im good

broken tiger
#

i don’t think there is as the transparency settings makes discord ontop? so it’ll always be like that

hollow gyro
#

i see

#

oh well

#

i got the transparency working thats all i need 🤷‍♀️

broken tiger
#

but having the tiniest of gaps at the bottom will fix

hollow gyro
#

im surprised aeroglass actually shows under everything in the application

#

instead of just being a lazy implementation on the titlebar

broken tiger
#

it looks pretty good imo

#

tho personally i don’t really like the windows 7 look

hollow gyro
#

fair enough

stiff anvil
#

Why has the plugin request thing closed I wanted to request better friends plugin it's the only thing that's stopping this from being the perfect discord modification 😭

broken tiger
#

too many brain dead requests (soundboard comes to mind)

compact mortar
#

what better friends do?

broken tiger
stiff anvil
#

I got over 200 friends who 99% I don't talk to

#

And since I'm a hoarder I can't just remove em y'know

#

(what if they were an important contact???)

compact mortar
#

what’s your use case for the plugin (idgi)

stiff anvil
#

Basically you have a favorite friends tab

#

And you can add people you actually talk to onto it

compact mortar
#

oh cool

broken tiger
#

that seems interesting

stiff anvil
#

Yeah

broken tiger
#

like pindms but with friends?

stiff anvil
#

Yep

broken tiger
#

who knows maybe someone will make it

compact mortar
#

oh yeah you can use pindms for the same purpose

#

tho that won’t filter for online users

stiff anvil
#

The second one too

compact mortar
#

well you could likewise forget to fav them

stiff anvil
#

It's still just more tidier than pindms

#

I don't really like pindms tbh-

compact mortar
broken tiger
#

pindms could do with a update

stiff anvil
#

Yeah 😭

broken tiger
#

custom pins, folders?! and colour support

stiff anvil
#

Yeahhh

past fox
#

Hi, I have problem, I copied the wrong link theme on vencord and I can't turn it off

surreal epoch
#

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 = []
})()
past fox
#

thx sm

wet night
tight wasp
#

hm lemme try that

#

am i supposed to edit the {USER} field

broken tiger
tight wasp
broken tiger
#

vs mac

mighty ravenBOT
broken tiger
#

mf mac

#

vf mac

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)

tight wasp
#

lemme just try to get a screen recording of what im doing

#

nvm mac recording thing is creating 114mb files for 20secs videos

surreal epoch
tight wasp
#

so i go to terminal

#

and i paste the command

#

and like yk execute the command

#

and then

#

open vencord

#

and click install

#

and the same pop up shows

#

both of them already have full disk access

compact mortar
stiff anvil
#

The notification badge on vesktop doesnt work

#

and yes i do have libunity

#

linux mint gnome

compact mortar
#

what’s the notif badge?

#

on the tray icon?

stiff anvil
#

yeah

#

on your icon

#

that shows pings

#

neither stock discord nor vesktop

compact mortar
#

works for me on stock dc w/ vc

#

you can check your systray for a dc icon or restart your pc

#

or reinstall dc

stiff anvil
wary schooner
#

heello

#

hello

#

I have a problem taht I have to install vencord each time again

compact mortar
#

reinstall dc

sonic palm
#

hey just got home after not being in for a bit but my vencord isnt booting up is it just out of date?

#

and do i just re run installer to update

tight wasp
#

Lemme upload to youtube

surreal epoch
#

No, everyone gets it because the server is boosted

compact mortar
broken tiger
tight wasp
#

wait huh

broken tiger
tight wasp
#

also

#

nvm

#

sending it

#

there

valid void
#

there should be a repair button

sleek comet
#

I have a question did anyone else here have an issue with the new permission plugin?

compact mortar
#

no reports that i saw, only frequent confusion what it does

sleek comet
#

I fixed it some how It fried one, end of my HDMI cord…. But it worked fine for my other laptop… so I flipped it and it worked now

compact mortar
#

qhar

open pebble
#

okay so i have a problem

#

the titlebar is offscreen and i can't grab it,

broken tiger
#

#

how’d you even manage that

open pebble
#

and every time i try to Alt + Right Click the task preview it hides it.

#

so now i'm just not able to move my screen back down

#

i don't know

#

it was there when i first started Vesktop

broken tiger
#

press f11?

open pebble
#

no luck

#

it doesn't let me interact with the titlebar

broken tiger
#

did you disable it?

open pebble
#

no.

#

its on.

broken tiger
#

right click the icon on the task bar and use the arrow keys?

open pebble
#

it doesnt do anything

#

i tried Ctrl, shift and alt

#

nothing

wet night
#

just hold the windows key n press arrow keys

#

idk which one moves it where but it snaps it onto stuff

open pebble
#

that works

#

thanks

#

also right clicking does nothing

#

it just functions as left click

compact mortar
#

you could try dragging something and pressing <esc> while still holding left mouse button

#

otherwise restarting should surely help

open pebble
compact mortar
#

put it in fullscreen with <win>+<up>, then drag the titlebar down back into windowed mode

shell veldt
#

transparency sucks

#

those things only happen if you have it enabled

tight wasp
broken tiger
#

i don’t use mac sorry

tight wasp
#

rip

#

i miss my windows

shell veldt
#

mac skill issue

#

try rebooting or smth

tight wasp
#

that

#

is actually smart

#

I DID IT WOOO

#

ok im gonna type it out and hopefully someone can pin it for the future mac users

#
  1. Give Terminal and VencordInstaller Full Disk Access
  2. Right Click on VencordInstaller and click "Show Package Contents"
  3. Open the "Contents" folder
  4. Open the "MacOS" folder
  5. Open the VencordInstaller executable file (if you see terminal windows pop up, you're doing it right)
  6. Click on install like usual and it should work

If it doesn't work try using the command sudo chown -R "${USER}:wheel" /Applications/Discord.app in the terminal and follow the steps again (Make sure vencord is closed during this command

manic sparrow
#

hi. is there any way to get transparency on linux without forcing the entire window to be transparent?

#

i only want the background transparent

broken tiger
#

I'm guessing themes are broken again for the 50th million time

surreal epoch
#

clearvision is broken due to a discord update

broken tiger
#

like always

#

just be patient until its fixed

#

unless you want to fix it yourself and kindly PR it for gibbu

broken tiger
#

what happend to my discord

dusky torrent
#

i weirdly like this

broken tiger
#

i hate it lol

limber junco
#

Hii. So I got some themes from BetterDiscord site and added them but their pictures / transparency do not work. On Discord it's just a blue background like the old Discord. I even tried adding the raw css to themes. How do I fix this?

Thanks.

night heath
#

is it possible to apply an order/priority to themes eg theme 1 has a priority of 1 and theme 2 has a priority of 2 so anything theme 2 changes is overriding theme 1

grave trail
#

Hello, I'm from Brazil and I'm here to report something that I can't run the installer and I don't know why it's like this

limber junco
#

Vencord Debug Info

Vencord: v1.5.6 • 188d12d (Standalone) - 13 Oct 2023
Discord Branch: stable
Client: Discord Desktop v1.0.9019
Platform: Win32
Outdated: false
OpenAsar: false
Last Crash Reason: N/A

Enabled Plugins (54):


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

My debug for support

limber junco
#

Was working before until today for some reason

torn reef
#

am i able to use better discord plugins on vencord or nah

unkempt karma
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

torn reef
#

aw

#

am i able to get nitro profiles and nitro themes with the fake nitro plugin or nizz

limber junco
#

Works in the main screen but if I go to a DM or a channel it's still got the blue background

compact mortar
fringe cargo
#

Vencord Debug Info

Vencord: v1.5.6 • 188d12d1 - 12 Oct 2023
Discord Branch: stable
Client: Discord Desktop v1.0.9019
Platform: Win32
Outdated: false
OpenAsar: false
Last Crash Reason: N/A

Enabled Plugins (76):


BadgeAPI, CommandsAPI, ContextMenuAPI, MemberListDecoratorsAPI, MessageAccessoriesAPI, MessageDecorationsAPI, MessageEventsAPI, MessagePopoverAPI, NoticesAPI, ServerListAPI, SettingsStoreAPI, NoTrack, Settings, SupportHelper
broken tiger
fringe cargo
#

it did

#

stuck like this

raven dune
#

my gpu started mto like fuck up cus i oced too hard and now when i have vencord active it looks like this, looks normal if i remove vencord

copper iris
#

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 = []
})()
raven dune
#

should i just not use a theme then lol

copper iris
#

yes they're broken

sonic palm
#

im on latest

compact mortar
#

vs theme

mighty ravenBOT
# compact mortar vs theme
  • errors, e, devtools
  • fixed, update, up
  • linux, l
  • mac, darwin, m
  • missing features, keybinds, mf
  • moreinfo, more info, mi
  • reinstall, redownload
  • windows, w, win
compact mortar
#

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 = []
})()
broken tiger
#

"The term './VencordInstallerCli.exe' is not recognized as a cmdlet name,
function, script file or executable program. Check if you typed the name correctly or if
included a path, verify that the path is correct and try again.
Online: 2 Character: 1"

#

:'v

sonic palm
# sonic palm

also uninstall + reinstall didnt allow me to use vencord via settings

broken tiger
near reef
#

it seems like the new version has broken the themes

compact mortar
#

yup

near reef
#

i guess we wait for a update to be pushed

#

for now im going themeless

compact mortar
#

the updates have to come from each of the theme authors