#🏥-vencord-support-🏥

1 messages · Page 277 of 1

fickle comet
#

is there a way to get vencord on phone

sweet forum
fickle comet
night forge
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!

fickle comet
#

thx

sweet forum
young nest
#

Hello, guys, anyone know this issue?
Until yesterday i had no issue.
I did today the last update to vencord and the issue started.
So, until now i used a plugin into my streamdeck that controls the whole discord... mute....etc.
After last vencord update i t is not recognized anymore. I did reinstalled discord without vencord and discord control from my streamdeck works. When im installing vencord it stopped working. Is like my discord doesn't recognize my streamdeck at all.
Any solutions ?

young nest
night forge
#

Vesktop doesn't work with stream deck

#

Not sure why it worked before but yeah

young nest
#

Until now i had no issue

sweet forum
#

vencord is already updated, any other fix ?

proper compass
#

Is there any quickcss to disable the yellow mention highlighting altogether?

Asking for a friend shiggy

night forge
#

I think

stark sail
#

oops

div[class*="mentioned"] {
  background-color: var(--background-primary);
}

div[class*="mentioned"]:hover {
  background-color: var(--background-message-hover) !important;
}
broken tiger
#

i love how i get invalid code when trying to auth with userdb

#

oh im dumb frfr

broken tiger
#

yay!!!

small ivy
#

i'm having trouble downloading discord on mac despite enabling full disc access and also running the script suggested in terminal

marble palmBOT
small ivy
shell veldt
small ivy
simple owl
#

hi venbot!

red forge
#

Anyone knows why does this happen? 😅
The same two dms show a bunch of times in a row. Blured names and conversation for privacy.. :)

shell veldt
visual python
#

Are there any tutorials on how to code Vencord plugins?

unkempt flower
#

True

shell halo
#

read ⁠⚠-known-issues-⚠ before asking for help!

visual python
simple owl
#

besides docs you can use other plugins as templates

#

see how they do it and do the same

foggy stirrup
#

Is there a plugin that adds a sound bar to modify the sound of a shorts when it is sent and read on discord?

small ivy
visual python
main prawn
#

make the sticky message capitals and add 2 more lines

#

drill it into their head its too nice

foggy stirrup
#

s there a plugin that adds a sound bar to modify the sound of a shorts when it is sent and read on discord?

obtuse nebula
#

can i see stream without join

main prawn
night forge
wise thicket
obtuse nebula
kind thicket
#

Is there any way to make the venkitty show up behind important elements like the text box?

visual python
#

Do I always have to reload Discord for the changes to take effect?

loud marlin
#

Is there a solution to my problem?

wise thicket
mighty ravenBOT
# wise thicket 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?
loud marlin
#

Yesterday, the names of my friends appeared to me in the game, but now they do not appear to me, for example

fiery knoll
#

I've got something constantly adding a script into the body tag. Like every second constantly
Specifically this script:


    if (document.getElementById("ACsettingsModal") == null) {
        var html = '<span class="close" id="closeSettings">&times;</span><div class="ACsettings-modal-content" id="webviewSettingsContainer"></div>';
        const elem = document.createElement("div");
        elem.id = "ACsettingsModal";
        elem.classList.add("ACsettings-modal");
        elem.innerHTML = html;
        document.getElementById("app-mount").prepend(elem);
        document.getElementById("closeSettings").addEventListener("click", () => {
            document.getElementById("webviewSettingsContainer").innerHTML = "";
            document.getElementById("ACsettingsModal").style.display = "none";
        });
    }
    

I will admit that I'm not 100% sure this wasn't happening before, but I noticed it after trying out the new "BetterSettings" plugin.
I was going to try and find the selector for my quick-css edit I can make to fix my theme

I'm using Armcord, and I'll use the vencord-debug command for it to grab whatever info I'm not aware you might need

#

Vencord Debug Info

Vencord: v1.7.4 • bdef47e (Web) - 28 Mar 2024
Discord Branch: stable
Client: ArmCord v3.2.6
Platform: Linux x86_64
Outdated: false
OpenAsar: false

Enabled Plugins (14):


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

may i ask if " betterPinDMs " also got issues or no? cuz when i restarted my discord it stopped working

craggy meadow
mighty ravenBOT
# wise thicket vs dev

If you are trying to install plugins from the third party plugins channel, see the pinned message there.
Do not ask for further help or you will lose access to support. If you cannot figure it out with the pinned message, it's not for you.

Absolutely no support is provided with such installs. If you want to ask for help with bugs / issues, install the regular way.

shell veldt
#

thats obviously armcord code

proper compass
craggy meadow
shell veldt
#

v+ no support @craggy meadow

worthy ivy
#

I fixed it. I added the exclusive_caps=1 option to the v4l2loopback module

fiery knoll
shell veldt
#

why do you need ot ti stop

broken tiger
#

shup

#

shup

fiery knoll
#

Why is it happening? I would rather not my dom constantly grow

warm birchBOT
# shell veldt well its armcord bug lol https://github.com/ArmCord/ArmCord/blob/b4af01fccb443e4...

**preload.ts: **Lines 74-88

setInterval(() => {
    addScript(`
    if (document.getElementById("ACsettingsModal") == null) {
        var html = '<span class="close" id="closeSettings">&times;</span><div class="ACsettings-modal-content" id="webviewSettingsContainer"></div>';
        const elem = document.createElement("div");
        elem.id = "ACsettingsModal";
        elem.classList.add("ACsettings-modal");
        elem.innerHTML = html;
        document.getElementById("app-mount").prepend(elem);
        document.getElementById("closeSettings").addEventListener("click", () => {
            document.getElementById("webviewSettingsContainer").innerHTML = "";
            document.getElementById("ACsettingsModal").style.display = "none";
        });
    }
    `);
shell veldt
#

or report the issue to armcord

fiery knoll
fiery knoll
loud marlin
#

Yesterday, the names of my friends appeared to me in the game, but now they do not appear to me, for example

trim rune
#

im not sure why but i just randomly got this large ui when in a voice call after getting back on after a couple hours, not sure if theres a fix for this or not because this may be new

surreal epoch
#

it is not a vencord issue

loud marlin
trim rune
#

i cant see what im typin btw

surreal epoch
trim rune
surreal epoch
#

turn off quickcss to see if it works

simple owl
#

comment out everything in your quickcss

#

yeah

trim rune
#

Thx

chilly marsh
#

Anyone having issues with notifications? I've been noticing on channels I don't get ping notifications next to the channel name, and the channels don't highlight when someone types a message? I spoke to discord support (not telling them I use this) and they reckon it maybe a bug but I wanted to check if its an issue with Vencord? (I check all notification settings both my own and the channel/server and its fine)

trim rune
zenith furnace
#

anyone know why Vencord is so slow suddenly? Like my client is lagging like crazy. Is this happenign to anyone else?

trim rune
#

Imma jus keep it off for now

simple owl
simple owl
tawny violet
#

May I just mention this fact that came up earlier?

Apparently Discord's reverting some (or maybe all?) of the class changes. Themes will revert to working again soon apparently even without change.

simple owl
#

that's good to know

#

anyone say why they did all the class changes ?

surreal epoch
#

happens occasionally

simple owl
#

ah gotcha

chilly marsh
#

Been like a month or two since it started

simple owl
tawny violet
simple owl
#

oh okay

#

hm

chilly marsh
#

Will have a check with the theme off now 1 sec

loud marlin
#

Please, how do I solve the problem? I do not understand anything

surreal epoch
chilly marsh
#

Oh my bad guys, the channels don't even light up on discord browser so I think its actually a bug with them

lapis bay
#

you're lucky people are even responding to you

broken tiger
#

vencord no work

surreal epoch
carmine heron
simple owl
#

perhaps perhaps

lapis bay
#

why are all the people in here so dumb ong

carmine heron
#

THEY STOOOOPID

minor condor
#

Hey! How you install vencord in chrome?

broken tiger
surreal epoch
simple owl
simple owl
#

white names unironically ask questions like that 😭

heavy solar
heavy solar
lapis bay
minor condor
minor condor
surreal epoch
#

read

heavy solar
surreal epoch
minor condor
last seal
#

uh
are the dm categories broke because
i have no idea what is happening

main prawn
#

how do i make vesktop not fucking summon at this size and position

main prawn
#

also uh

#

actually its more concerning that its mee6

last seal
#

i've barely chatted with mee6 since i was just using commands in dank memer
and then all of a sudden
just

#

this-

ebon sun
#

my chat screen looks like this, the profile pictures aren't where they should be

simple owl
limber citrus
simple owl
#

@ebon sun

last seal
#

did not like the fact I was using dank memer/j

silver solstice
ebon sun
#

I don't see how anything in known issue has anything to do with my problem

#

it's not the theme

silver solstice
#

This happens when I click on my inbox

ebon sun
#

and I don't think it's any plugins

rough brook
#

bruh

silver solstice
#

nvm, appears to be a discord problem.

ebon sun
simple owl
ebon sun
#

oh sorry for tagging

simple owl
ebon sun
#

nvm just found a switch to disable all CSS and it didn't work

night forge
#

😭

simple owl
ebon sun
simple owl
#

hmm

lapis bay
ebon sun
#

idk what openasar is and how to check it

night forge
ebon sun
simple owl
simple owl
#

disable them all and run /vencord-debug

ebon sun
#

ok one second

#

Vencord Debug Info

Vencord: v1.7.4 • bdef47e (Standalone) - 28 Mar 2024
Discord Branch: stable
Client: Discord Desktop v1.0.9038
Platform: Win32
Outdated: false
OpenAsar: false
Last Crash Reason: N/A

Enabled Plugins (9):


BadgeAPI, ChatInputButtonAPI, CommandsAPI, ContextMenuAPI, MessageEventsAPI, NoticesAPI, NoTrack, Settings, SupportHelper
#

idk why it says I have plugins enabled, they're all disabled

wise thicket
ebon sun
#

oh ok

#

sooo, what now?

lapis bay
night forge
#

But i digress

lapis bay
ebon sun
simple owl
simple owl
ebon sun
#

I just switch it off

simple owl
#

do you have anything here

#

that should be commented out?

ebon sun
#

lemme check

plush gorge
#

eclectic is there a way to see what the updates do?

ebon sun
#

that was it

#

I disbled the theme, removed whatever was written and its' working

#

thankss

#

<33

simple owl
simple owl
#

glad we figured it out

plush gorge
#

k thanks

#

I will look at it

formal urchin
#

Idk where this would go but is there already a plugin that auto reconnects you to a vc you’re kicked from

plush gorge
#

ok this venbot is annoying

formal urchin
#

It is

simple owl
plush gorge
#

wish they would of made it so you need to run a comand or smth

simple owl
#

no this is much better

plush gorge
#

ok

simple owl
#

i love venbot <3

plush gorge
#

how bad is the other one?

simple owl
# plush gorge how bad is the other one?

people just flood the channel and there are more people asking for support than people answering so the message venbot is sending rn gets lost amongst all the people not reading

plush gorge
#

dang

simple owl
#

so this is better

plush gorge
#

yea

mighty ravenBOT
plush gorge
#

did they change the logo for read all notifications?

round shoal
wise thicket
winter sand
#

so my vencord whenever discord updates needs to be reinstalled/patched and with the recent update when i tried to patch it i cant it has full disk access and ive run the command

marble palmBOT
winter sand
#

cool

ruby blaze
#

When attempting to install vencord after the discord update, it states the following,

broken tiger
#

did you close discord

#

i.e. properly close it, not just minimise it

ruby blaze
broken tiger
#

you can alt + f4 on discord and it should fully close

ruby blaze
#

alright

ruby blaze
broken tiger
#

is there a fix for this:

/* Unclamp the About Me section, so it's not limited to just 6 lines. (normally it cuts off at 6 and adds a ...) */
.clamped-2ZePhX{
    -webkit-line-clamp: 190; /*Maximum amount of characters as new lines, unset just breaks links*/
    max-height:112px;
    overflow-x: hidden;
    overflow-y:scroll;
}
.clamped-2ZePhX::-webkit-scrollbar {
  width: 10px;
  height: 15px;
}
.clamped-2ZePhX::-webkit-scrollbar-track {
  border-radius: 10px; /*How round you want the scrollbar to be. 0 is square, 10px is round.*/
  background-color: rgb(255 255 255 / 10%); /*Edit this to what color you want the track to be.*/
}
.clamped-2ZePhX::-webkit-scrollbar-thumb {
  background: linear-gradient(45deg, #C62347, #830432); /* Edit this to whatever color/colors you'd like*/
  border-radius: 10px; /*How round you want the scrollbar thumb to be. 0 is square, 10px is round.*/
}```
#
/* Menu Hover Animations */
.wrapper__612a5 .link_ddbb36 /* channels */,
.container_a48b21 /* members */,
.channel__0aef5 /* dms */,
.side_b4b3f6 .item__48dda /* settings */ {
    transition: margin-left 0.2s ease;
}
.wrapper__612a5:hover .link_ddbb36,
.side_b4b3f6 .item__48dda:hover {
    margin-left: 10px;
}
.container_a48b21:hover,
.channel__0aef5:hover {
    margin-left: 18px;
}```

check this out
heavy solar
#

This replies to a tool that updates the CSS registries of the code people inputs into it

broken tiger
#

i fixed it, the new elements only

heavy solar
#

Just use this next time

broken tiger
#

nope i use the link abovee ^

broken tiger
heavy solar
#

If it's CSS, that works for it

fair roost
#

yo i can't see a fake profile theme on my and my friends profiles but they can see mine and their fake theme, i tried to turn on and off the plugin, resetting discord and using the repair option in installator but none of that works

brisk surge
#

do you have NoProfileThemes enabled

fair roost
#

yup

brisk surge
#

then use your brain for a second

#

if you have a plugin DISABLING profile themes
and you are complaining about not seeing them

#

what do you do

dawn otter
#

does anyone know a possible reason why streams dont work? i can only see dark green when i want to watch one... that of course if it even loads, audio works perfectly but no video

fair roost
vague lichen
shell halo
#

the self husk

random dawn
#

hi i have this issue with my vencord where every icon on my server bar turns froma circle to a square and i went in thru the css and tryed tinkering with all the settings and nothing worked

heavy solar
random dawn
#

i dont use themes

#

i use custom photos and colors

#

and plus when i use the one setting that makes it square or circle, i put in 50% which was the circle it doesnt work it just stays square

azure perch
#

that is a theme

bitter jackal
marble palmBOT
# bitter jackal anyone know of a fix for vencord on wayland not detecting afk? for BD there's th...

You cannot use BetterDiscord plugins on Vencord. (Nor plugins of any other mods)

You can only use plugins made specifically for Vencord.

If you are trying to install plugins from the third party plugins channel, see the pinned message there.
Do not ask for further help or you will lose access to support. If you cannot figure it out with the pinned message, it's not for you.

Absolutely no support is provided with such installs. If you want to ask for help in this channel, install the regular way.

bitter jackal
#

yes ms. bot

knotty plaza
#

Hi! I have a question regarding the browser extension on the chrome web store.

  • Why does the extension need permission to block content on all websites?
random dawn
spark kayak
marble palmBOT
spark kayak
#

its ok tessie i got this

bitter jackal
#

she is so helpful

#

good bot

brisk surge
marble palmBOT
light juniper
#

helo, im having issue where I crash everytime I try opening the stream modal

#

Vencord Debug Info

Vencord: v1.7.4 • bdef47e - 29 Mar 2024
Discord Branch: stable
Client: Discord Desktop v1.0.9038
Platform: Win32
Outdated: false
OpenAsar: false
Last Crash Reason: N/A

Enabled Plugins (48):


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

I had some userplugins but have disabled them all and still having it

mighty ravenBOT
# wise thicket vs dev

If you are trying to install plugins from the third party plugins channel, see the pinned message there.
Do not ask for further help or you will lose access to support. If you cannot figure it out with the pinned message, it's not for you.

Absolutely no support is provided with such installs. If you want to ask for help with bugs / issues, install the regular way.

vague lichen
#

How to instal arch linus??

light juniper
#

does that include manual install rather than using the installer? i thought they just used the same branch anyway to update

#

i'll re-install with the vencord installer

#

guh

#

still getting it while uninjected

#

sry I should have checked before, didnt think discord whould have done sucha a boo boo themselves

tepid cloak
#

my dms wont load at all after updating

light juniper
#

but now I think its prob openasaar

pliant patrol
light juniper
#

which I don't have installed...

vague lichen
#

Can i use linus from linus tech tips

pliant patrol
vague lichen
knotty plaza
#

Alright, thanks for the clarification @spark kayak @brisk surge.

vagrant stream
#

my twemoji is broken in channel names and usernames

lament talon
#

Twemoji was never there

vagrant stream
#

it wasnt???

lament talon
#

channel names and user names (possibly a few other places) use your OS's emoji font

vagrant stream
#

that makes sense

lament talon
#

I think there's a plugin for this...? which might have been broken by the recent Discord update there isn't

vagrant stream
#

i forgot long time ago i had setup a twemoji font

simple owl
#

no more sticky message :(

brisk surge
light juniper
pine slate
#

Im getting vencord crashing when Im trying to watch a stream, if I uninstall and use standard discord, it stops crashing?

vagrant stream
knotty plaza
vagrant stream
#

like any markdown hyperlink? they added that some time ago

knotty plaza
lament talon
knotty plaza
lament talon
#

does Chromium even support SVGinOT

lilac sentinel
#

i think idk

vagrant stream
#

yes

lilac sentinel
#

there

knotty plaza
#

Thanks guys!

lilac sentinel
#

yw

#

nice

rapid viper
#

i used a modified version of the theme quiet and after running it through the theme fixer, the margins for the text box at the bottom of my screen is a little messed, anyone know where in the code i can fix this? ive only edited the colors nothing else

scarlet agate
#

can trust me with it too, i code html/css for a living

wanton mirage
#

tf is this lmao

rapid viper
marble palmBOT
# rapid viper

You cannot use BetterDiscord plugins on Vencord. (Nor plugins of any other mods)

You can only use plugins made specifically for Vencord.

If you are trying to install plugins from the third party plugins channel, see the pinned message there.
Do not ask for further help or you will lose access to support. If you cannot figure it out with the pinned message, it's not for you.

Absolutely no support is provided with such installs. If you want to ask for help in this channel, install the regular way.

If you are having issues with Vencord on canary, try using stable instead. canary is a development version of Discord, so plugins break on it more frequently. Often times, it is not possible to make plugins work on stable and updated canary simultaneously, so fixes might only be released once the changes arrive on stable.

scarlet agate
rapid viper
# scarlet agate oh my GOD this is so unorganized

i downloaded the orignal quiet, edited the hex codes to make it yellow. then when it broke recently i ran it through that theme fixer website linked here. the website probably ruined the organisation lmao

reef sentinel
#

vencord folder is missing from documents after fresh uninstall and reinstall so i cant install any plugins on dev build, how do i fix?

dusty sparrow
#

Hey someone can explain what's is going on with Spotify integration for Discord plugin?

grizzled pollen
#

the vencord installer isnt opening at all

marble palmBOT
dusty sparrow
#

Can we have a log of what's addons are currently broke or something? Vencord is got only approved plugins, soo it's maybe a nice moment to showoff every working or not in a list.

shell veldt
haughty goblet
shell veldt
#

all plugins work

dusty sparrow
shell veldt
#

do you even have spotify linked to your discord

dusty sparrow
#

Yes

last stream
#

how can get this badge?

surreal epoch
#

contribute code to vencord

last stream
#

badge vencord

#

how?

surreal epoch
#

make a plugin or contribute something else to the repo

surreal epoch
#

no

#

add code to vencord

shell veldt
last stream
broken tiger
#

How many time needed to update the browser extension ???

crude bear
#

i activated 2 themes and it isnt letting me scroll on the settings menu anymore

haughty goblet
#

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

yeah i know but any guess its boring to send only defalut emoji

haughty goblet
broken tiger
#

wow whata guess 😂

tulip mortar
#

after updating to the newest version of vencord my themes/css no longer work, is this a known bug or just me?

haughty goblet
#

I recommend reading

tulip mortar
#

right, i wrote them

#

which is why i'm confused as to why they don't function now

haughty goblet
#

It says

#

The classes updated

heavy solar
tulip mortar
#

understood, that's all i was trying to understand

tulip mortar
#

thank you friends

brazen pulsar
#

is vencord web updated yet

rose violet
#

extremely new linux user here (been using linux mint for 5 minutes)
what does it mean by custom discord location...

brazen pulsar
#

bruh

#

im dying

#

without vencord

haughty goblet
#

Nothing we can do to make it faster

#

You can try the userscript however

rose violet
#

installation complete

jade fog
#

heyya so for some reason after updating vendorcore on discord and for some reason i got 3 tabs open for discord but theres only 1 app opened!?

rose violet
#

ok says successfully patched

jade fog
shell veldt
#

not vencord issue

jade fog
#

do you might know whats happening

shell veldt
#

nope

gleaming reef
#

call idle still broken

sudden gate
#

Bug: collapsing the pinned DMs drop-down while in legacy sorting mode does not properly highlight the selected DM

#

it seems to highlight the selected DM as if it was not using legacy sorting

#

so like when collapsed it'll show one of the pinned DMs of someone I do not have currently open

jade fog
#

well the update did somthing

#

lol

vagrant peak
#

Question

Whenever a theme gets fixed, Does vencord update that on it's own? or is it an automatic fix without vencord having to make us repair?

craggy geyser
#

is image zoom also not working for everyone else?

haughty goblet
haughty goblet
dull sierra
#

chat why isnt my no time limit working >:/

craggy geyser
haughty goblet
dull sierra
#

smh

brazen pulsar
haughty goblet
#

The userscript

craggy geyser
haughty goblet
vagrant peak
#

rest in peace "Theme Couve"

Last updated 03 / 05 / 23 (i think it's dead)

craggy geyser
#

ok thanks @haughty goblet

pearl escarp
#

On vesktop, Screenshareing a specific window also shares desktop audio?

#

how do i change it so it doesnt do that, on windows

nocturne olive
#

themes not working

#

wtf

haughty goblet
simple owl
#

i was also using it too

#

i switched to catpuccin macchiato

#

which has nearly the same shades cuz i think couve was inspired from macchiato anyway

vagrant peak
simple owl
#

preview

#

i gave everything a blue accent

surreal epoch
#

i tried using that but it was way to laggy

simple owl
#

i use vesktop

surreal epoch
#

fair enough

simple owl
#

evened it out

#

yeah

vagrant peak
simple owl
vagrant peak
simple owl
shell veldt
#

reason i just use clienttheme plugin

simple owl
#

yeahh

shell veldt
rich tide
#

the catppuccin theme is sooo laggyyy

surreal epoch
rich tide
#

I tried it before it was just horrible to use

simple owl
#

but yeah ik what you mean

rich tide
#

it looked nice but the performance is just killed

shell veldt
rich tide
#

now I just use client theme too

simple owl
#

true

shell veldt
#

good performance, hasn't broken in over half a year with no updates

#

looks decent

vagrant peak
simple owl
#

star?

#

OH

#

it's from experiments

#

it's called the favorites server

#

enable the experiments plugin, search for "favorites" and toggle it on. then find a channel you want to favorite and favorite it

#

then the star server will appear at the top of your server list. it's been nearly a fully functioning feature of discord's for years now

#

they've just never fully implemented it for some reason

vagrant peak
#

is that "risky" though? i saw the warning about enabling the "Expermients" Plugin

cold birch
simple owl
#

as risky as any plugin

simple owl
cold birch
#

Discord literally knows people use expirements and they don't care

shell veldt
cold birch
#

It's the custom notifications thing I think

#

It's like "We know you are excited for this feature but you need to wait" or sum like that

shell veldt
vagrant peak
uneven leaf
#

hi is there an issue with streaming a game using vencord ? i keep crashing despite i updated vencord

cold birch
#

I have this issue too

cold birch
sudden gate
cold birch
#

That fixed my issue

uneven leaf
# cold birch Try using source as resolution instead

nvm got that fixed the discord update seems to corrupt discord it self for some reason even restoring it back to stock it still did not work i had to uninstall and reinstall then install vencord again and it is working now thank you !

soft marlin
#

my folders are offcentred but the servers arent

night forge
#

Theme issue

#

Actually maybe not

#

But most likely

heavy solar
#

It's definetly either themes or CSS

obtuse igloo
#

My issue has been fixed, W.

radiant prawn
#

Is it possible to translate Vencord and plugins?

flat nebula
#

Hey there!

I was wondering if there's a way to get the purple status/live indicator for when you're streaming on Twitch to work with arRPC on Vesktop.

It's working for stuff like "is playing X game" and etc.

Is this remotely possible, or just a pipedream/something I'm going to need the official client for?

Thanks in advance!

rocky tangle
#

anyone else's client stuck on a theme even when you turn it off?
the theme automatically activates as long as the theme file is in the folder
the toggle is off in settings

night forge
#

Vf themefix

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
#

uh

#

emoji replace is not working

granite kraken
#

My theme fixed. U guys are geniuses

haughty goblet
grizzled grove
#

Henloses!
I use the browser version of Vencord, just updated, with ViolentMonkey.
Oneko simply will not work, does/did anyone else has/have this problem?
Also does the browser automatically update?

flat nebula
bitter pollen
#

Vencord Debug Info

Vencord: v1.7.3 • de9122b (Standalone) - 28 Mar 2024
Discord Branch: stable
Client: Discord Desktop v1.0.9038
Platform: Win32
Outdated: false
OpenAsar: false
Last Crash Reason: N/A

Enabled Plugins (90):


BadgeAPI, ChatInputButtonAPI, CommandsAPI, ContextMenuAPI, MemberListDecoratorsAPI, MessageAccessoriesAPI, MessageDecorationsAPI, MessageEventsAPI, MessagePopoverAPI, NoticesAPI, ServerListAPI, NoTrack, Settings, SupportHelper
marble palmBOT
bitter pollen
#

:amebr

torn depot
#

The ShowHiddenChannels doesn't add the icon to channels for me

bitter pollen
#

Try reinstalling Discord?

grizzled grove
torn depot
vast flint
#

? i check installer in virustotal

fickle oasis
#

Ever heard of false positives?

low trout
#

vencord is literally open source

#

you can check the code for yourself if you don't trust other 100s of people that did it before

#

yeah

haughty goblet
sudden gate
#

(for legal reasons this is a joke)

hardy berry
#

can i have help?

haughty goblet
hardy berry
#

ive installed vencord and accessed fake nitro but i cant get the perms it says i can get

vagrant peak
sudden gate
#

yayyy I did

hardy berry
#

yes perks

#

sorry my bad it was auto correct

marble palmBOT
haughty goblet
#

shut up tessie

haughty goblet
# hardy berry yes perks

If you aren’t able to do the emotes in a specific channel, thats because the channel doesn’t allow external emotes

#

If not, update vencord

sudden gate
hardy berry
#

i can use the emojis from any server

mossy trail
#

Any plugin for fake deafen

vagrant peak
mossy trail
#

No I'm asking

hardy rock
#

Hello everyone, for over the past month my spotify (browser spotify) hasn't been wanting to cooperate at all. I can't seem to understand why either, I've been having 401 issues even with cloud syncing about 70% of the time I've been using vencord and I couldn't tell you why. I've already restarted, uninstalled, reinstalled, turned the spotify-related plugin on and off, nothing helps.

I'm running the chrome browser extension of vencord on a slightly older chrome OS machine
Version 103.0.5060.53 (Official Build) beta (64-bit)

Any help is appreciated 🙏🏻

Edit: I won't be uninstalling/reinstalling the vencord extension anymore because Google wants me to update my version of chrome in order for me to do so, and since I have no more available updates for my device, I don't want to remove the extension, although I do have the ability to turn toggle the extension on/off

austere light
vagrant peak
sudden gate
#

for theme

vagrant peak
#

me?

sudden gate
#

yeah

vagrant peak
haughty goblet
sudden gate
#

it converts themes

#

to make them work again

mossy trail
golden nacelle
#

Lying to people about not listening is creepy as fuck tho

mossy trail
#

HHHHHHHHHHHHH

haughty goblet
#

also this

mossy trail
vagrant peak
sudden gate
#

oh rip

haughty goblet
#

its possible the theme calls upon another css, which you'd also need to convert

vagrant peak
#

wait am i doing it wrong?

haughty goblet
haughty goblet
#

you'd need to fix that css too

vagrant peak
#

ohh

#

wait how do i do that

haughty goblet
#

yes

#

you need to host it yourself i think

haughty goblet
bitter pollen
#

Vencord Debug Info

Vencord: v1.7.3 • de9122b (Standalone) - 28 Mar 2024
Discord Branch: stable
Client: Discord Desktop v1.0.9038
Platform: Win32
Outdated: false
OpenAsar: false
Last Crash Reason: N/A

Enabled Plugins (90):


BadgeAPI, ChatInputButtonAPI, CommandsAPI, ContextMenuAPI, MemberListDecoratorsAPI, MessageAccessoriesAPI, MessageDecorationsAPI, MessageEventsAPI, MessagePopoverAPI, NoticesAPI, ServerListAPI, NoTrack, Settings, SupportHelper
marble palmBOT
bitter pollen
#

what does that mean

haughty goblet
#

what does what mean

tight edge
#

Hello!
I'm trying to create a vencord plugin but can't figure out how to set it up
I'm trying to follow this guide https://github.com/Vendicated/Vencord/blob/main/docs/2_PLUGINS.md, but I'm confused as to where I'm supposed to create the src/userplugins/ folder.

"If it doesn't already exist, create a folder called userplugins in the src directory of this repo."

I'm not supposed to clone the entire vencord repo am I 😭

Apologies if it's a brainrot question but I can't figure it out

dull forum
haughty goblet
#

because it is

haughty goblet
dull forum
#

It’s basically stalking?

deep raft
#

Better discord or vencord

haughty goblet
#

you're asking in the vencord server

#

obv vencord

deep raft
#

No bias?

haughty goblet
#

no bias

dull forum
haughty goblet
#

vencord objectively runs better and has higher quality code

#

focuses on quality over quantity

dull forum
#

The code is made out of gold?

haughty goblet
deep raft
#

No its made out of files

haughty goblet
#

message logger, yes

deep raft
#

Can you see that one?

haughty goblet
#

yes

dull forum
#

Oh em gee
He’s using a message logger!
Ban him!!

haughty goblet
deep raft
#

Bet I'ma switch rn

#

BET

#

what's the site

haughty goblet
#

vencord.dev

dull forum
#

Horror theme for vencord!?!?!

#

Well

#

Just a horror theme

haughty goblet
dull forum
haughty goblet
deep raft
#

When I press install a thing pops up

haughty goblet
#

then read it

deep raft
#

Failed to patfh this install

deep raft
#

Nothing to read

#

Just that text

haughty goblet
deep raft
#

Appdata/local/discord

#

?

tight edge
# haughty goblet the guide tells exactly what to do

Yes but like I said I'm confused about where I should place the src/userplugins and

"If it doesn't already exist, create a folder called userplugins in the src directory of this repo."

I'm asking questions about the guide

vagrant peak
tight edge
#

I'm asking for clarification*

haughty goblet
tight edge
sudden gate
#

a directory

#

called

deep raft
#

Yea holon

sudden gate
#

"src"

tight edge
haughty goblet
#

btw this also exists

tight edge
#

I'm trynna learn
Didn't know there was an alternative though ty for mentioning it

hardy rock
haughty goblet
#

must use dev install

vagrant peak
tight edge
#

Lemme get it rq

haughty goblet
#

We cant help you with it so

#

(And it eventually might lock you out of support if you keep talking about it)

tight edge
#

I'm a bit confused
Do I need the dev install to create third party (develop my own) plugins & am I allowed to ask for support regarding the development of third party plugins

haughty goblet
#

Yes and no

tight edge
#

Alright tysm dance

deep raft
#

Bru

#

It's talking Abt asar or something

haughty goblet
#

Clean reinstall discord

#

its easier to fix the issue

deep raft
#

loook

#

ima send ss

#

boom

#

i click install

haughty goblet
deep raft
#

then that pops up

#

and discord closes

#

clicking openasar works tho

haughty goblet
#

“Works” as in fixes installing?

haughty goblet
dull forum
#

Discord on web loads so slow

#

Wthh

haughty goblet
dull forum
#

Is it happening globally?
Or just me
Cause my internet is fine and fast

haughty goblet
#

Your connection to discord could be slow

#

Nothing vencord can do about it

molten bolt
#

yall, has the spotifycrack been fixed? had a problem yesterday so i had to disconnect my spotify acc from discord. so i'm wondering if it's fine now? venniecozycat

haughty goblet
#

Try it and find out

dull forum
#

woohoo
my vencord is vencording

molten bolt
#

been playing for more than 30 seconds rn, so it's probably fine now :D

crimson heart
#

decor crashes discord when i try to change it

haughty goblet
#

Can you do /vencord-debug here

crimson heart
#

yeah

#

Vencord Debug Info

Vencord: v1.7.3 • caa14ec (Web) - 21 Mar 2024
Discord Branch: stable
Client: Web (Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36)
Platform: Linux x86_64
Outdated: false
OpenAsar: false

Enabled Plugins (45):


BadgeAPI, ChatInputButtonAPI, CommandsAPI, ContextMenuAPI, MessageEventsAPI, NoticesAPI, ServerListAPI, NoTrack, Settings, SupportHelper
marble palmBOT
haughty goblet
#

Update

crimson heart
#

brother

haughty goblet
#

Ur outdated

crimson heart
#

oh

#

i js reinstalled today

#

but okay

#

also it says outdated: false, does it not?

haughty goblet
#

Its just like that

crimson heart
#

huh

#

whatever

#

decor is working now, thanks

agile plover
#

hello guys

haughty goblet
broken tiger
#

I want a version of vencord for Windows 7

#

The new version did not open for me on Windows 7

wise dagger
#

vs w

mighty ravenBOT
haughty goblet
#

Might wanna update from an unsupported OS

wise dagger
#

^

low trout
kindred kettle
#

the operating system is nearing 15 years old

broken tiger
kindred kettle
#

discord itself will soon have no more updates for you

broken tiger
#

🙂

#

Smiling, despite disability

low trout
kindred kettle
#

yeah I'd look into linux tbh, a lot of things are gonna stop working soon for you

broken tiger
#

Everything will stop working in Windows 7

kindred kettle
#

if you used a 15 year old OS when win7 was released you'd be on windows 3.1, just to give you some perspective

#

tech moves on

fierce dagger
#

trust me dude there are options

low trout
#

yeah

#

mine is 5gb ram but running KDE6, Firefox and vesktop

kindred kettle
broken tiger
#

Thank you all for being so prepared

fierce dagger
#

but i can't make heads or tails of what you're trying to say

kindred kettle
#

I mean ram usage is often not a good way to measure hw requirements or how heavy a software is because the OS allocates it at will when it's available and frees it when needed, if you were to say also how much ram you have available it could give some idea, but saying 1GB used when you could have 2GB or 32GB in your system it doesn't tell much about anything

hot thunder
#

1gb on idle isnt even that good lmao

low trout
#

but it's the easiest metric to say

kindred kettle
#

easy and sometimes a good metric but can also be very misleading under some conditions

floral silo
#

dev branch hasn't been merged to main.

i cant reproduce on dev branch

fierce dagger
scenic vale
#

would idle CPU usage be a better metic?

kindred kettle
low trout
#

I have 5/16 gb used with Firefox and vesktop open on kde

tacit mica
#

my discord crashing, and dont show nothing fixing with "ctrl + r"

haughty goblet
fierce dagger
tacit mica
#

Vencord Debug Info

Vencord: v1.7.4 • bdef47e (Standalone) - 28 Mar 2024
Discord Branch: stable
Client: Discord Desktop v1.0.9038
Platform: Win32
Outdated: false
OpenAsar: false
Last Crash Reason: N/A

Enabled Plugins (111):


BadgeAPI, ChatInputButtonAPI, CommandsAPI, ContextMenuAPI, MemberListDecoratorsAPI, MessageAccessoriesAPI, MessageDecorationsAPI, MessageEventsAPI, MessagePopoverAPI, NoticesAPI, ServerListAPI, NoTrack, Settings, SupportHelper
marble palmBOT
kindred kettle
haughty goblet
#

isnt 28th march updated

kindred kettle
#

wait yeah it is, I'm dumb

#

I forgor what day it is

haughty goblet
#

mood

scenic vale
#

having issues screensharing with Vesktop, I can start screensharing but its just perpetually loading. Any ideas?

scenic vale
#

yeah, it persists through reinstalls

#

I updated pipewire too just incase that was causing the issue

slow sorrel
#

which plugin lets you change the font?

kindred kettle
#

:root { --font-primary: "comic sans ms"; }

slow sorrel
#

aight thanks

kindred kettle
#

that snippet shows how to use fonts from google fonts and also there's the font variables used for a few other things

slow sorrel
#

alright thanks

haughty goblet
#

which plugin did you get to remove ur humour

#

do you need vencord support or not

#

considering im the one helping people, i dont think i need vencord support

kindred kettle
#

they left lol

haughty goblet
#

lmao

low trout
#

lmao

frigid scaffold
#

Hello, it's been quite a long time that I had the following issue. I don't really know if it's due to vencord or to openasar.
The issue is that sometimes, when I exit discord (still in the system tray), when I reopen discord, it reloads for a pretty long time.

#

also it pretty much does it randomly

brisk surge
#

nobody will friend you. you will forever be lonely

round mortar
#

This feature not working

tough rapids
#

or

  • havent refreshed after enabling
  • havent updated vencord
daring gale
tough rapids
#

sure, but why do you want to

#

brief explanation is oke

shrewd violet
#

anyone knows how to resize vencord using native windows titlebar ?

daring gale
#

i want to make a meme plugin for friends that reads the audit log to see if you get disconnected from the vc, then kicks the person from the vc who did it instead

round mortar
#

Vencrord not supports external plugins

tough rapids
daring gale
#

o

tough rapids
scenic vale
daring gale
scenic vale
#

eeeehhh, debatable

round mortar
tough rapids
#

also no, vencord does not support .js (bd) plugins

daring gale
#

theres literally a channel for third party plugins too lol

tough rapids
#

1sec mb

#

this is the correct one, sorry @round mortar

wind locust
#

bro got hacked

brisk surge
#

no he's just a child

vagrant stream
broken tiger
#

Is there any way to mod the plugins? I want to mod the plugin that replaces discord's loading quotes so i can have them be funny quotes from good friends of mine

haughty goblet
#

nope

#

no easy way

simple owl
broken tiger
haughty goblet
#

getting a dev install and changing the code yourself

#

however

#

vs dev

mighty ravenBOT
# haughty goblet vs dev

If you are trying to install plugins from the third party plugins channel, see the pinned message there.
Do not ask for further help or you will lose access to support. If you cannot figure it out with the pinned message, it's not for you.

Absolutely no support is provided with such installs. If you want to ask for help with bugs / issues, install the regular way.

haughty goblet
#

hence why its the "hard way"

broken tiger
#

i see.

#

thank you

haughty goblet
#

Np

dull sierra
# round mortar This feature not working

im having the same issue. none of my plugs are working n ik its bc vencord needa update but im on browser n im stuck waiting for google or wtvr to accept the update or some shit

#

idfk ngl

near bloom
#

does anyone know why today all of the suddeen when i try to watch anyones screen share discord just closes completely

dull sierra
near bloom
#

?

dull sierra
#

my plugs arent working n ik like, most if not every browser vencord user is having problems today n yesterday

limber citrus
dull sierra
#

yeah i saw it

#

i got it :3

#

had to uninstall n reinstall

rocky pond
#

im having this issue where if im watching someone steam and my discord is on my second monitor then when i move it to my main the whole thing crashes,, what to do

tender cedar
#

i know that vendroid is just a poc, but i wanna try it, so how do i remove the devtools thing on the bottom

#

its blocking settings

white patrol
tender cedar
#

okay

hallow bough
rocky pond
hallow bough
rocky pond
hallow bough
#

hmm
ill try to uninstall vencord and see if it also happens in regular discord

if it doesnt ill create a issue on github

oak yacht
#

btw

#

we cant use vencord on opera right?

wise dagger
#

you can

oak yacht
#

the browser?

wise dagger
#

its chromium based. you can get it from the chrome webstore

oak yacht
#

bc when i used to have opera i couldn't get the vencord browser thing on opera

swift dirge
#

vesktop broken on arch catfrown when switching account it sometimes merges both accounts into thinking 1 has access to 2nd's DMs and friendship plugin says that the friends and GCs in the past account are now gone

tardy echo
#

I gotta uninstall vencord because a theme called osx make discord unuseable and i can not see how to disable it

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 = []
})()
tardy echo
#

?

#

?

#

?

#

?

#

?

tough rapids
#

read

tardy echo
#

It don't let me too

oak yacht
#

when i said opera doesnt work, it acc doesnt 💀

tough rapids
oak yacht
#

does anyone know if opera acc works with vencord? bc i got the extention but nothing appers in settings

tough rapids
#

theres no reason for it to not work

#

have you reopened discord

oak yacht
tardy echo
tough rapids
#

write allow pasting and hit enter

#

it literally does say you have to do that to allow pasting

oak yacht
tough rapids
#

hm

#

check ur extensions to see if u did in fact install

oak yacht
#

i've refreshed a lot

tough rapids
#

are you in incognito by any chance

tardy echo
oak yacht
#

how do u check that?

#

i jst redownloaded opera

#

its been a while 💀

tough rapids
#

it should be obvious

#

if you open a new tab it'll say you're in incognito

tardy echo
# oak yacht

Bro got his information stolen by chinese company who bought opera and opera gx

oak yacht
#

💀 why u think i swiched back to chrome

#

im not on incognito

#

doesnt show

tough rapids
#
  • restart your browser
  • if it still doesnt work just use chrome instead
broken tiger
tough rapids
#

no they're using opera

broken tiger
#

Your data is still being stolen.

tough rapids
#

aka chrome

broken tiger
oak yacht
#

i switched back to opera to see how to download again

#

other then that i jst used chrome

broken tiger
#

How do I get volume booster in vencord?

tough rapids
#

mic?

thorn sedge
#

i think they mean spotify

#

(?)

tough rapids
#

i'm fairly sure they mean mic

thorn sedge
#

hm

west sable
#

this happens when I try to screenshare

#

tried reinstalling vesktop

grizzled grove
broken tiger
#

Including in data roaming?

severe nebula
#

hey guys i need with setting up a plugin

scenic cedar
#

webstore version for oneko

#

...

broken tiger
grizzled grove
#

firefox

severe nebula
scenic cedar
scenic cedar
#

against something

grizzled grove
#

also uhhh

broken tiger
tough rapids
#

vban @severe nebula rule 11

mighty ravenBOT
west sable
broken tiger
lapis bay
#

is inbox broken for anyone else or just me

#

:/

broken tiger
#

/vencord-debug

torn depot
#

Does the ShowHiddenChannels plugin not have the eye with the slash for anyone else?

torn depot
#

Ye

broken tiger
#

Thats preview messages

torn depot
#

It doesn't show for me like it says it should

broken tiger
#

Hehehe

broken tiger
broken tiger
haughty goblet
torn depot
#

Vencord Debug Info

Vencord: v1.6.6 • d73790e (Dev) - 11 Jan 2024

shell veldt
haughty goblet
torn depot
#

I just realized I'm still on a dev branch...

haughty goblet
#

and also a dev build

torn depot
#

yurp

broken tiger
torn depot
#

How do I un dev build again lol

haughty goblet
torn depot
#

It says dev lmao

#

Vencord: v1.6.6 • d73790e (Dev) - 11 Jan 2024

broken tiger
bright patrol
#

Any Horizontal Server/Friend list pl?

torn depot
#

Vencord Debug Info

Vencord: v1.7.4 • bdef47e (Standalone) - 28 Mar 2024

#

There we go

tough rapids
#

there's also no such plugins

rocky bane
#

i cant update

torn depot
#

uh oh

bright patrol
rocky bane
broken tiger
tough rapids
rocky bane
fierce mason
#

support french ?

tough rapids
#

no.

fierce mason
tough rapids
#

you cant add bd plugins.

marble palmBOT
# tough rapids you cant add bd plugins.

You cannot use BetterDiscord plugins on Vencord. (Nor plugins of any other mods)

You can only use plugins made specifically for Vencord.

If you are trying to install plugins from the third party plugins channel, see the pinned message there.
Do not ask for further help or you will lose access to support. If you cannot figure it out with the pinned message, it's not for you.

Absolutely no support is provided with such installs. If you want to ask for help in this channel, install the regular way.

fierce mason
#

there is no basis ?

tough rapids
#

vban @fierce mason rule 11

mighty ravenBOT
hazy breach
#

why straight up ban for asking

#

just point them to rules

tough rapids
#

it didn't seem like a person anyone should be dealing with

#

broken english, incompetent etc

versed fable
#

its says that i need to close discord but i have discord fully closed now i cant use vencord

tough rapids
#

if it's a reasonable person i won't ban immediately

lapis bay
# broken tiger `/vencord-debug`

Vencord Debug Info

Vencord: v1.7.4 • bdef47e (Web) - 28 Mar 2024
Discord Branch: stable
Client: Web (Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.6167.186 Safari/537.36)
Platform: Win32
Outdated: false
OpenAsar: false

Enabled Plugins (32):

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

shell veldt
#

not a vencord issue

rocky pond
#

okay i have now tried to repair and reinstall venvord to fix my issue but nothing works.. why can i not watch streams on my main display..

shell veldt
#

likely not a vencord issue

rocky pond
#

no bc ist only when i use it

tough rapids
rocky pond
#

if i use discord without it then i have 0 isuuses

shell veldt
mighty ravenBOT
# shell veldt 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?
rocky pond
tough rapids
#

read

#

read the message below it

sly tiger
#

How'd you get Channel Tabs working? 🙏

rocky pond
#

well the bot had not written the message when i wrote so thats why i asked.. but i found the problem its when i have discord on hardware acceleration

#

now my discord is just slow as fuck...

#

so its a loss loss i guess

shell veldt
crimson tide
#

I know most plugins are broken right now but why is it saying "Failed to render" when I click on inbox button?

dull anvil
#

any one have some css to fix the grey surrounding the spotify section?