#πŸ₯-vencord-support-πŸ₯

1 messages Β· Page 656 of 1

vapid phoenix
#

a

#

it fixed my problem

viral galleon
#

I just restart my app and they pushed a change and its back to normal πŸ’ƒ

vapid phoenix
#

thank you markus

sick vale
vapid phoenix
viral galleon
#

f* discord :x

vapid phoenix
#

real

river yew
#

you're welcome. Found it on Reddit and just disabled it myself...

sick vale
#

why fuck discord? they can't exactly cater to everyones needs, they just do what the majority want

vapid phoenix
#

thats all i wanted

viral galleon
#

Can u shared the idea into dev channels? πŸ™ (cause there is no suggestion channel)

river yew
#

The only "annoying" thing now are those Icons (camera, monitor) etc. on a server-icon showing if someone is active in a VC or streaming... anyone an Idea how to get rid of those?

sick vale
quick pilot
#

yall are life savers for fixing the message box πŸ™

river yew
haughty goblet
#

Can someone link me the css quickly

river yew
sick vale
haughty goblet
#

Yeah

viral galleon
quick pilot
sick vale
#

i don't know if i've seen one yet, let me go search

haughty goblet
#

Unless its only an experiment

viral galleon
river yew
sick vale
#

so i guess for now its purely just the experiment method

haughty goblet
#

Alright

sick vale
haughty goblet
#

I disabled them cause people get salty when I lock them out of support

sick vale
#

that is valid

broken tiger
#

the new update when your in a vc it cuts off how long you have been in the vc for

#

How long does it take for eppysleepyfan to check your DMs?

sick vale
viral galleon
broken tiger
craggy pawn
#

thank you so much i absolutely hate the typing thing on top lol

viral galleon
scarlet urchin
haughty goblet
teal wave
#

for those of you that are looking for a CSS solution regarding the VC problem

#
.flex__7c0ba, horizontal__7c0ba, justifyStart_abf706, alignCenter_abf706, noWrap_abf706, connection_e131a9
  {
    position: relative;
    height: 50px;
  }

  .labelWrapper__06d62
  {
    position: absolute;
    left: 50px;
  }
barren zodiac
#

why is the gap between the last message and the textbox like so big now

#

its like definitely bigger than before

real lake
#

so we're ALL having this problem awesome

sick vale
timber plinth
barren zodiac
#

is there a way to like undo it

timber plinth
#

experiments

barren zodiac
#

with css or smt

barren zodiac
#

which one

timber plinth
#

ask etan

sick vale
#

also pinned

#

in this channel

barren zodiac
#

mb

#

thanks tho

sick vale
#

its fine aha, no worries

barren zodiac
#

why is discord so dumb

sick vale
#

keep in mind its only a temporary fix until they remove the experiment

#

but css will be made eventually for it im sure

barren zodiac
stable zinc
timber plinth
#

that's always been like that though

stable zinc
timber plinth
#

oh

stable zinc
#

and it reverted

#

or something

#

i cant find it anymore

timber plinth
#

yeah incompatibility with CSS

stable zinc
#

they changed it?

#

i js want a css to make it small

sick vale
#

i only know how to revert the experiment, i do not know how to fix any css issues after reverting

#

my advice is genuienly just wait until someone makes css to revert it and fix everything rather than the experiment. i can almost guarantee someone will be making it as we speak

vagrant cave
stable zinc
#

how did u get it like that?

#

mines massive

vagrant cave
stable zinc
#

i need the custom csssss

vagrant cave
#

this is what i use

.container_c48ade {
--custom-chat-input-margin-bottom: 22px;
}
:root {
--custom-channel-textarea-text-area-height: 42px;
}
.visual-refresh .base_b88801 {
font-size: 13.5px;
height: 22px;
display: flex !important;
align-items: center !important;
}

i didnt make it im not sure who its from

vagrant cave
#

have you reverted the experiment

#

it doesnt work with the new update so youd need to revert

stable zinc
#

whats it called

vagrant cave
#

smth smth bottom aligned

stable zinc
#

is it this?

#

when i enable it

#

it fixes it

vagrant cave
#

thats so weird

latent sinew
#

thank GOD
this is such a life saver i hate the new chat

stable zinc
sick vale
#

i ought to edit my pinned message

#

ok done

teal wave
#

managed to find a way to do it with CSS

sick vale
teal wave
#

yeah just disable the experiment

#

when you do

sick vale
teal wave
lament patio
teal wave
#

below the text input

sick vale
#

no

teal wave
#

where is it

sick vale
#

doesn't show up for me

teal wave
#

hm

#

did you copy paste this or add it to your own

stable zinc
#

i found a fix for it

#

since the pinned one doesnt work

barren zodiac
lament patio
#

any1?^^

barren zodiac
#

kinda talking about it rn

#

theres an experiment u can toggle off for it

#

im making css right now nearly done

#

only thing thats different rn is some chat bubble margins

barren zodiac
#

can someone type real quick so i can test it

lament patio
barren zodiac
brisk surge
barren zodiac
# barren zodiac

there is a small difference tho
just in the margins of the typing bubble

lament patio
barren zodiac
lament patio
brisk surge
barren zodiac
#

but it kinda works

brisk surge
#

type

#

ykyk

barren zodiac
#

there is a tiny difference

sick vale
lament patio
vagrant cave
barren zodiac
rocky hollow
#

Does this also remove the "download apps" option in guild list?

lament patio
#

uh

rocky hollow
lament patio
#

its workingg yay

barren zodiac
#

/* revert chat input position */
.channelTextArea_f75fb0 {
    margin-bottom: 24px;
}

/* revert chat input height */
.align-chat-input {
    --custom-channel-textarea-text-area-height: 52px;
}
.align-chat-input .attachWrapper__0923f {
    padding-top: 10px;
    padding-bottom: 10px;
}

/* revert typing bubbles position */
.align-chat-input .inTextChannel_b88801.base_b88801 {
    bottom: 1px;
    top: auto;
}
.align-chat-input .inTextChannel_b88801 .typingDots_b88801 {
    margin-left: 0;
}
.align-chat-input .inTextChannel_b88801 .text_b88801 {
    margin-left: 4px;
}

/* move chat back down to usual position */
.scrollerSpacer__36d07 {
    height: 28px !important;
}

/* revert color of typing username */
.align-chat-input .inTextChannel_b88801 .text_b88801>strong {
    color: var(--text-secondary);
}

/* change attachment button svg back */
.attachButton__0923f path {
    d: path("M12 23a11 11 0 1 0 0-22 11 11 0 0 0 0 22Zm0-17a1 1 0 0 1 1 1v4h4a1 1 0 1 1 0 2h-4v4a1 1 0 1 1-2 0v-4H7a1 1 0 1 1 0-2h4V7a1 1 0 0 1 1-1Z");
}

/* remove weird gradient thing */
.chatTypingGradientAtBottom__36d07 {
    display: none;
}
.chatTypingGradientNotAtBottom__36d07 {
    display: none;
}
barren zodiac
#

weird gradient thing is this

#

i js set display: none so it disappears

#

if u want that for some reason remove the "remove weird gradient thing" part

wind crow
#

Thanks beast

barren zodiac
barren zodiac
#

but thats not rly important

#

looks good enough 😭

lament patio
#

test

#

better

stable zinc
#

the only thing that fixes it for me is this:

#

.attachButton__0923f path {
d: path("M12 2.00098C6.486 2.00098 2 6.48698 2 12.001C2 17.515 6.486 22.001 12 22.001C17.514 22.001 22 17.515 22 12.001C22 6.48698 17.514 2.00098 12 2.00098ZM17 13.001H13V17.001H11V13.001H7V11.001H11V7.00098H13V11.001H17V13.001Z");
}

#

looks so much better

barren zodiac
#

it feels smaller

#

its definitely smaller hold on

#

for me at least

stable zinc
#

i like it smaller

barren zodiac
#

i want 1:1 accuracy with disabled experiment tbh

stable zinc
barren zodiac
#

so that once it gets removed it's as if it never got retmoved lmao

stable zinc
#

idk why urs

barren zodiac
stable zinc
#

doesnt look like mine

barren zodiac
#

thats so weird

stable zinc
barren zodiac
#

lemme see why mine is smaller

stable zinc
#

@import url("https://milbits.github.io/oldcord/src/components/vars.css");
@import url("https://milbits.github.io/oldcord/src/components/color.css");
@import url("https://milbits.github.io/oldcord/src/components/imgs.css");
@import url("https://milbits.github.io/oldcord/src/components/other.css");
@import url("https://milbits.github.io/oldcord/src/components/redesign.css");

.attachButton__0923f path {
d: path("M12 2.00098C6.486 2.00098 2 6.48698 2 12.001C2 17.515 6.486 22.001 12 22.001C17.514 22.001 22 17.515 22 12.001C22 6.48698 17.514 2.00098 12 2.00098ZM17 13.001H13V17.001H11V13.001H7V11.001H11V7.00098H13V11.001H17V13.001Z");
}

#

all i use

#

in quick css

barren zodiac
lament patio
stable zinc
barren zodiac
#

the redesign.css thing changes the svg itself

#

i js had to manually get it

barren zodiac
#

with the old attachment button svg

stable zinc
#

did i help the cause

barren zodiac
#

so i didnt bother

#

lol

lament patio
#

TEST

#

@barren zodiac noice

barren zodiac
#

so thats the ONLY difference

#

it's pixel perfect

#

other than those typing bubbles

barren zodiac
#

js gotta figure out why the bubbles arent right

tawny tinsel
#

Hey that's me

barren zodiac
#

real

sick vale
tawny tinsel
#

Anyway - Hey all! Having a serious memory leak issue with Vencord.

Restarting Discord always starts it at about 800mb of memory, which is acceptable; But within half an hour to an hour of it being idle while gaming, it tends to climb to a whopping 3 to 20 GB of ram its eating up. Uninstalling Vencord from my client and using just the vanilla Discord Client seems just fine, though.

Now, I'm pretty confident its one of my plugins, obviously (I only use official plugins, I haven't yet dabbled in any 3rd party ones). I'm in the process of turning them all off, then re-enabling them one by one and waiting for the issue to reappear.

But since that's going to be a days-long process, considering how much time the memory leak can take to become noticeable (with freezing and such), I thought it prudent to ask if there are any known, official plugins that tend to result in this issue for some users.

barren zodiac
#

one more tiny thing i have to do

barren zodiac
#

i have to fix the bubble spacing

mighty ravenBOT
#

Please share your Vencord debug info by running the /vencord-debug slash command!

mighty ravenBOT
lament patio
#

Vencord: v1.12.13 β€’ c5888c2 (Web) - 29 Aug 2025
Client: stable ~ Web (Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36)
Platform: Win32

compact pike
lament patio
#

Enabled Plugins (42):

BetterFolders, CopyEmojiMarkdown, CopyFileContents, CrashHandler, CustomIdle, DisableCallIdle, Experiments, ExpressionCloner, FakeNitro, FavoriteEmojiFirst, FriendsSince, iLoveSpam, ImageZoom, MemberCount, MentionAvatars, MessageLogger, NoOnboardingDelay, NoTypingAnimation, NoUnblockToJump, PermissionsViewer, PinDMs, PlainFolderIcon, SendTimestamps, ShowHiddenChannels, ShowTimeoutDuration, SilentTyping, SortFriendRequests, SpotifyControls, SpotifyCrack, Translate, TypingIndicator, TypingTweaks, UnlockedAvatarZoom, ValidReply, ValidUser, VoiceChatDoubleClick, ViewIcons, VoiceDownload, WebContextMenus, WebKeybinds, WebScreenShareFixes, WhoReacted
barren zodiac
sick vale
tawny tinsel
compact pike
tawny tinsel
#

Vencord: v1.12.13 β€’ 9c0af5a (Standalone) - 9 Sept 2025
Client: stable ~ Discord Desktop v1.0.9208
Platform: Win32
Last Crash Reason: N/A
⚠️ Activity Sharing disabled

barren zodiac
#

omg i'm so close to perfect

#

there is literally one thing left

#

the color of the username

barren zodiac
#

it is literally identical
like pixel perfect
to if you disabled the experiment

sick vale
#

just have to wait for slimecat now then and they'll post it

#

maybe

barren zodiac
#

oki

barren zodiac
#

its alr pinned so u can just edit it

#

and ezpz

honest egret
#

did the latest discord update break anyone elses call timer plugin?

honest egret
#

okie epic

barren zodiac
#

yea hopefully itll be fixed soon

pure lance
#

is there any vencord plugin that allows emojis to be at the type bar to be more accessible? or anything similar?

sick vale
barren zodiac
onyx prairie
barren zodiac
onyx prairie
#

yeah

barren zodiac
#

i wouldve assumed its like the update itself caused the entire plugin to break

pure lance
barren zodiac
#

not just it being hidden

#

lol

still smelt
#

how do i send a donation?

onyx prairie
#

nah it just got squished

barren zodiac
honest egret
sick vale
barren zodiac
honest egret
#

this is after i put the css in

balmy crystal
#

anyone know why when i updated vencord messages aren't the same, they're moved a little bit up from the box where u type in

onyx prairie
pure lance
icy topaz
#

that worked but will it sync over the cloud?

balmy crystal
onyx prairie
#

if not I'd say fuck around with the height number @honest egret

honest egret
onyx prairie
honest egret
#

i Assume the plugin wizards will do a fix eventually w the constant updates and shit

sick vale
#

try this

glass glacier
#

tralater icon missing need to uninstall and install?

honest egret
sick vale
glass glacier
# sick vale what icon?

when move mouse on that chat have show emote replay and three right the first one must translate first
this icon

sick vale
#

did i just have a stroke

honest egret
glass glacier
#

when plugin first is translate icon but the chat bar have translate icon

glass glacier
sonic wigeon
#

I made the donation and I didn't receive the badge on my profile. I've already contacted them and they haven't responded!

sick vale
sonic wigeon
#

I'm very anxious

sick vale
#

they will get to you, stop worrying. just send the receipt, badge icon and name to v and they will sort it when they get the chance.

sick vale
sonic wigeon
sick vale
sonic wigeon
sick vale
#

it can be an emoji, yes

sonic wigeon
sick vale
sonic wigeon
sick vale
#

im not sure on the guidelines for badges, ill let someone who knows more answer

brisk surge
#

it’s neither of these so allowed

haughty goblet
#

Pretty sure this is an issue with stock discord

#

Set darkmode for every account

#

(Or lightmode)

#

Probably syncing

#

(On mobile but pretty sure it exists on pc)

sonic wigeon
dapper garden
#

got a friend notification on vencord but no requests, i dont see any on vanilla mobile either

rich crow
#

How do I get rid of this grey space between the last message and the text box?

brisk surge
#

or a nitro ad

dapper garden
#

idk how to see/clear a nitro ad, but im not seeing a bar for message requests either

rich crow
ivory pumice
#

There was a plugin like .clearall for use in chats. Where can I find it?

broken tiger
#

youtube adblocker plugin doesnt work

ivory pumice
#

@frail smelt

shell veldt
pearl canopy
#

@unkempt karma do you know what pluggin makes your servers look like this

#

@azure tinsel

unkempt karma
#

vr ping

mighty ravenBOT
# unkempt karma vr ping
10\. No unsolicited pings, DMs or friend requests

Do not ping other users for support (including replying with a ping to unrelated support messages). Do not send direct messages or friend requests for help.

pearl canopy
hushed shale
pearl canopy
#

oh

hushed shale
brisk surge
swift atlas
#

I think I found the right channel
Sorry for the crosspost.

Does someone have or know where to find the CSS to make voice calls' text not be cut off in Discord?
I have mine showing the time in call, and now it's cut off with a Discord update.

short vessel
#

vr ping

mighty ravenBOT
# short vessel vr ping
10\. No unsolicited pings, DMs or friend requests

Do not ping other users for support (including replying with a ping to unrelated support messages). Do not send direct messages or friend requests for help.

brisk surge
pearl canopy
#

@unkempt karma do yk what it is called

hushed shale
#

dude

hushed shale
#

BEFORE PINGING SOMEONE AGAIN

brisk surge
hushed shale
#

πŸ™

#

@zinc iron

barren zodiac
#

mostly cuz my discord was lagging with devtools open loll

stiff crane
#

does TextReplace replace text in messages you send or messages you receive/see? im looking for something that replaces a regex match (not just visually) in messages you send

hushed shale
#

does fakenitro work with the new custom color gradient thing?

unkempt karma
stiff crane
#

awesome thats perfect. thanks

unkempt karma
hushed shale
#

Vencord: v1.12.13 β€’ 9c0af5a (Standalone) - 9 Sept 2025
Client: stable ~ Discord Desktop v1.0.9208
Platform: Win32
Last Crash Reason: N/A

hushed shale
jagged shuttle
#

Is there anyway to DM a user from their profile in a chat window without discord sending you to that DM window so that I don't lose my place in chat? referring to the image from when clicking the username in chat

agile jay
#

Vencord: v1.12.13 β€’ 9c0af5a (Standalone) - 10 Sept 2025
Client: stable ~ Discord Desktop v1.0.9207
Platform: Win32
Last Crash Reason: N/A
⚠️ Activity Sharing disabled

unkempt karma
jagged shuttle
#

middle click/ctrl click etc don't work, sending the dm sends oyu to the DM same as client

unkempt karma
jagged shuttle
#

you used to be able to do https://discord.com/channels/@me/<userid> and it would open the DM's, or discord://-/users/<userid> but neither open DM's anymore

jagged shuttle
#

when doing it from a server you get the above interaction, and when youre trying to DM someone from several days ago, when going back to the server it puts me in the most current messages, making it a pain to try to find where I was re-catching up on content

unkempt karma
jagged shuttle
#

🫑 were on same page, thanks mate

formal wren
#

this is funny ngl , can i close the window?

unkempt karma
mighty ravenBOT
formal wren
unkempt karma
formal wren
#

Vencord: v1.12.13 β€’ 9c0af5a (Standalone) - 9 Sept 2025
Client: stable ~ Discord Desktop v1.0.9207
Platform: Win32
Last Crash Reason: N/A

#

Enabled Plugins (15):

AlwaysAnimate, AlwaysTrust, CrashHandler, Experiments, FakeNitro, FixImagesQuality, FriendsSince, MemberCount, NoBlockedMessages, NoTypingAnimation, ReadAllNotificationsButton, ReverseImageSearch, SpotifyControls, SpotifyCrack, Translate
haughty goblet
formal wren
nimble galleon
covert crown
#

so
i know im a little late, but how do i get rid of that bell on top of the server list?

shell veldt
#

temporary fix is to set the experiment to treatment 1

#

not treatment 2

covert crown
#

where do i find?

haughty goblet
#

The experiment plugin

#

Enable it and it should enable a new section in your discord settings

brave pawn
#

@formal wren try this out, it would do the same for me but i just clicked this and it fixed

covert crown
#

i have the experiments plugin enabled, whats the next step...?

formal wren
#

experiment. chat input , bucket 1

haughty goblet
#

Read pins

haughty goblet
#

Experiment way is only temporary

covert crown
fringe drum
#

Is this the place for questions?

formal wren
#

@brave pawn ty

haughty goblet
haughty goblet
covert crown
brisk crypt
#

Vencord: v1.12.13 β€’ c5888c2 (Web) - 28 Aug 2025
Client: stable ~ Web (Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36)
Platform: MacIntel
⚠️ Activity Sharing disabled

coral oak
#

alright how do we undo this

haughty goblet
haughty goblet
coral oak
#

beautiful

fringe drum
#

What can I do if vencord is not working properly, and this is prompted when I update it?

brisk crypt
#

how long until chrome users can use the new custom gradient theme?

haughty goblet
#

No eta

brisk crypt
#

okay, thank you

fringe drum
#

Thanks. I'll take a look.

haughty goblet
#

β€œI got automodded but I’m going to do it again anyways”

river yew
covert crown
river yew
#

Normal with experiment enabled

haughty goblet
#

Like I did

#

desktop notification center

stable zinc
#

i fixed it by enabling the feature

#

not disabling it

covert crown
fringe drum
#

I reinstalled Discord and vencord but still can't get vencord to work, I switched 3 vpn's and can't find out what's wrong, thanks if you can help me

topaz fable
#

Hi. I want to know whats the difference between this 2 Installers.

unkempt karma
topaz fable
unkempt karma
#

try the pink one first

topaz fable
unkempt karma
#

the first one doesn't work for everyone

#

use the second if the first doesn't work

topaz fable
agile whale
#

When does FakeNitro update to work with custom themes?

agile whale
unkempt karma
agile whale
unkempt karma
agile whale
#

Yup

fringe drum
unkempt karma
fringe drum
trim compass
#

Is this super large space between the most recent message and the message field something that discord fucked up or a vencord thing?

trim compass
#

Me when I hate making good ui decisions

marble palmBOT
# fringe drum Stranger still...

The easiest & fastest solution to most issues is to just reinstalll / repair Vencord using the installer. Don't worry, you won't lose your settings! They'll all be there like nothing happened once you're back

fringe drum
#

Where can I get the "dist" folder and put it in?

shell veldt
fringe drum
rigid jolt
#

Hi , How can I set custom Install location

fringe drum
#

Great. I did it.

#

I manually downloaded the files here into "dist".

magic elbow
#

i cant find the vencord section in my discord settings

#

hekp

lament patio
haughty goblet
haughty goblet
# magic elbow i cant find the vencord section in my discord settings

Try this

Do a clean reinstall using the guide below (its completely different to a normal reinstall)
https://support.discord.com/hc/en-us/articles/115004307527--Windows-Corrupt-Installation

tldr:

  • press windows+r

  • paste %AppData%

  • delete Discord

  • repeat for %LocalAppData%

  • Install discord

haughty goblet
#

Probably should’ve mentioned that beforehand

magic elbow
#

sorry lmao

patent harbor
#

i tried to install vencord on fedora, the installer isnt throwing any errors but i check settings and dont see vencord working.
i installed discord via rpm fusion if that breaks anything
-# please ping

tiny oyster
#

Can i somehow run the vencord installer automatically? like.. as a CMD thing?
One of the reasons I thought Vesktop was a good app to use as a replacement due to updates constantly making vencord dissapear... broke all discord integrations with games etc

junior heath
#

does fakenitro support this yet?

wise thicket
feral elm
#

translate me fait une traduction de l'anglais vers l'anglais, comment puis-je modifier cela ?

mighty ravenBOT
prime garden
#

i suppose the second part would apply

wise thicket
#

Fair

shell kayak
#

hi i might be stupid, but i have this theme downloaded and it was working fine yesturday, until i accidentally turned off my pc

i clicked cancel so it wouldnt power off and i reopened discord, but since then parts of the theme are annoyingly broken like text behind hidden behind this weird gradient at the bottom of my screen, or buttons being reverted back to the original discord ones and not the custom ones in theme

anyone know what i can do?

#

unsure if its a theme issue since it was workign just fine before i accidentally turned off my pc, or something happened with vencord but its rather annoying

#

if theres slow mode it also completely blocks the latest sentence in a message, again it was not like that before

tried restarting my pc, restarting discord, retoggling the theme, deleting the theme files and reinstalling it, nothing fixed it

agile vale
#

discord just pushed a new ui experiment that changed the chatbar so probably that

#

check pinned

shell kayak
#

oh my god its fixed

#

thank you so much i can read chat now

lapis thistle
#

yo should i update vencord?

cerulean hatch
#

Yes

haughty goblet
lapis thistle
haughty goblet
#

It will break eventually

#

Like a car you can use it at any time, till it runs out

old hatch
#

anyone can help ?

marble palmBOT
broken tiger
mighty ravenBOT
broken tiger
#

oh ok

lament knoll
#

anyone help says patched yet not working

drowsy dawn
#

Hello, what plugin causes the theme to turn black all the time when I switch accounts?

proper quiver
#

is there a chance that a setting will appear so that all settings remain only on 1 account? and do not affect everything at once. just well maybe some people share a PC with other people and it would be quite convenient to separate different preferences for different accounts

dusky robin
dusky robin
formal wren
dusky robin
#

dont work

alpine pawn
dusky robin
alpine pawn
prime garden
alpine pawn
#

my bad

alpine pawn
formal wren
alpine pawn
#

your picture shows it not working

#

the problem is with the bar

formal wren
#

ohh

golden lily
# alpine pawn

I'm having an issue too that's a bit different, no custom CSS

#

Oh apparently I did lol

dusky robin
alpine pawn
broken tiger
#

ViewRaw has died for me (no angular brackets) no matter as i try on Chrome 140
no extensions except proxy

warm bison
#

i dont hear voice

#

can someone help

vague gull
#

does anyone have a css code file whatever that just fixed the new disgusting UI i dont wanna look for it bit by bit like the one piece

hazy juniper
#

@shell veldt

mighty ravenBOT
# hazy juniper <@343383572805058560>
10\. No unsolicited pings, DMs or friend requests

Do not ping other users for support (including replying with a ping to unrelated support messages). Do not send direct messages or friend requests for help.

dusky robin
#

anyone know how to fix this

formal berry
pulsar meadow
#

ive tried putting a theme but it just says this

vague gull
dusky robin
formal berry
dusky robin
mint crown
#

i love you bro

formal berry
dusky robin
formal berry
#

what do you want me to say if there is no solution, no way to revert it

sick vale
dusky robin
sick vale
#

have some patience, they aren't robots they are humans who have a life. they will get to you eventually, there's no timescale where they're obligated to respond within

sick vale
dusky robin
sick vale
# dusky robin yes

try temporarily disabling them and seeing if that makes the pinned css work, its possible some are clashing.

uncut marlin
#

does anyone kno how i can customize the timestamp mode on my customrpc?

formal berry
steel garden
#

used the recent pinned css, mostly fixed the chat bar but the gap between newest message and chat bar is still quite large, any fixes for that available?

hollow pagoda
#

can I implement the css into stylus without the need of installing vencord?

mint crown
#

does anyone know a fix for this ?

sharp maple
#

is it the same for anyone else?

shell veldt
#

you need to update

pallid lily
#

i'm on the latest update (brave browser, extention imported from latest *** build) and it doesn't work for me either

#

like the release, no changes of mine

#

same issue on vesktop for me

sharp maple
#

i use brave browser if that makes any difference

median bone
#

hey..can someone help me..?

pallid lily
formal berry
median bone
#

oh okay..so i wanna use this custom rpc right..so when i put my youtube channel as streaming it doesnt show the purple statuss..yk

pallid lily
#

also does quickcss work with the browser extention

median bone
cold plover
#

hide media not working

unreal basin
#

@shell veldt Can you check your dm, my friend?

unreal basin
#

Ok

lusty trench
midnight condor
#

Does anyone know how to fix this clipping issue?

lapis turtle
brave hearth
lapis turtle
brave hearth
#

Should fix it

brave hearth
turbid island
#

how do i add my own plugin to vencord?

marble palmBOT
# turbid island how do i add my own plugin to vencord?

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.

brave hearth
lapis turtle
#

its just the call timer was added there

brave hearth
crystal solar
#

why is the server list and bottom of discord fully gray?

brave hearth
crystal solar
#

as soon as i install vencord it just turns it gray

lapis turtle
slate marten
#

will custom themes for nitro come to fake nitro

crystal solar
brave hearth
slate marten
lapis turtle
#

which of the 3 options?

brave hearth
lapis turtle
magic oyster
#

I paid for the badge, how do I get it?

rough spire
#

how to install

#

it

pulsar swift
grizzled monolith
#

changing my vencord badge

formal berry
grizzled monolith
formal berry
#

your dms are off

mossy orchid
#

was there a plugin that you can make a text above a gif in the tenor gif and you can send it directly to discord?

coral sphinx
#

Hey for some reason I can use windows normal resize function, please see pictures

#

Any ideas on how to fix this?

sinful pollen
#

did they get rid of the plugin to see age restricted channels

brave hearth
sinful pollen
brave hearth
sinful pollen
#

hmmmmmmmmmmm

#

I think I will blame europe regardless πŸ’―

humble latch
#

anyone knows how to fix this xd

brave hearth
lucid anvil
#

Why did my vencord disappear?

marble palmBOT
# lucid anvil Why did my vencord disappear?

The easiest & fastest solution to most issues is to just reinstalll / repair Vencord using the installer. Don't worry, you won't lose your settings! They'll all be there like nothing happened once you're back

brave hearth
lucid anvil
chilly oak
#

if it's happening again i just have to wait for vencord to update, right? no CSS to readjust things? i've noticed that when i disable the plugin, discord's added a "favorites" title to the favorites section where the search bar is when the plugin's on and i have a bad feeling this is what's breaking it this time. couldn't find any mention of it in #1257025907625951423

gentle root
#

couldnt find much in the faq so im gonna ask here, is rich presence possible with vesktop flatpak?

unreal basin
#

.

halcyon citrus
#

Where do I suggest a snippet? The new chat bar is making my stupid ocd spiral right now and i'd like to make a suggestion for a snippet that reverses it to the old one

halcyon citrus
#

i just open a ticket right?

median sphinx
#

hey im having an issue where after the last update suddenly my text box is larger than normal and its rly irritating
i havent pressed enter at all, it just looks like that by default

shell veldt
modern fog
#

is there like a "last seen" or "last online" style plugin

shell veldt
#

no

coral sphinx
runic marten
#

ermm is there a way to suggest stuff

#

or ask a question

#

i cant read so

spiral hinge
runic marten
#

ok so my question, is it even possible to make a plugin to see WHO deleted a message?

pulsar swift
runic marten
pulsar swift
#

then no its not possible

whole forge
#

after the last discord update, i can't update my vencord

knotty tulip
#

desktop refresh fast follows stopped working, is there anything else i can do to make guild icons bigger?

carmine knot
#

Is there a way to use betterdiscord themes in Vencord on Firefox? It says they aren't supported with the Userscript install, but maybe there is a way.

patent harbor
#

i tried to install vencord on fedora, the installer isnt throwing any errors but i check settings and dont see vencord working.
i installed discord via rpm fusion if that breaks anything
-# please ping

carmine knot
chrome crypt
#

Hello, this is probably a stupid question but i am new to this. Is it possible for the nitro emoji to appear as it should, without it being added as 'image' at the end, if typed together with text?

#

like this, without the name of the emoji appearing at the end and without the emoji appearing as an image, but instead as a normal emoji

brisk surge
#

it’s fake nitro not free nitro

knotty steppe
#

is there any way to bring back the close dm button instead of having 2 right click a dm and close it, i have the experiment on but thats just temporary until they remove it

tribal osprey
median sphinx
oblique root
#

Guys, how do I add something with a plugin next to the search bar? Like Pinned Messages and stuff?
Is this the place to ask btw?

broken tiger
#

are there any plugins for ur mic

#

to make ur mic sound better

#

i remember there was one for loud micing but it also did make ur mic clearer and unlimited

brisk surge
#

no

#

quality is defined server side

broken tiger
#

idk what it did

broken tiger
tawny tinsel
turbid furnace
#

anyone else having issues with multiplying discord windows, but only in the alt+tab window?
like win+tab doesnt show any extra discord windows, and hovering over discord only shows one window

sand timber
#

The Tampermonkey script seems to be completely broken in Firefox. I've tried installing and uninstalling, restarting, refreshing, etc. and it just doesn't do anything. Nothing's added to User Settings or noticeably changed, and I dunno if there'd be anything useful in the logs. This has been the case for a few months now, according to a friend who used to use it as well.

sand timber
zealous whale
#

using the windows native title bar is broken asf

haughty goblet
sand timber
haughty goblet
#

Refreshed?

#

Nvm

sand timber
#

yes, even Shift+Refreshed to clear cache

haughty goblet
#

Weird

#

Likely some extension is conflicting with it

sand timber
# haughty goblet Weird

do you think I might have other FF extensions that might be conflicting? should I send my extensions list

haughty goblet
#

Try with none as a sanity test

sand timber
haughty goblet
sand timber
zealous whale
sand timber
haughty goblet
zealous whale
haughty goblet
sand timber
#

everything that could potentially modify requests is already disabled afaik

haughty goblet
#

Eh, well it is one of them

sand timber
#

I don't see why Don't accept image/webp would break it but that's also disabled

#

yeah one of these is causing issues but idk which one

#

I'll go one by one

haughty goblet
zealous whale
#

yeah

haughty goblet
#

Full*

mighty ravenBOT
# zealous whale yeah

Please share your Vencord debug info by running the /vencord-debug slash command!

(Auto-response invoked by @haughty goblet)

zealous whale
#

Vencord: v1.12.13 β€’ fbc2dbe (Standalone) - 9 Sept 2025
Client: stable ~ Discord Desktop v1.0.9208
Platform: Win32
Last Crash Reason: N/A

haughty goblet
#

I’m not sure then

zealous whale
#

ive looked in known issues and it isnt there

worthy kite
#

Vencord: v1.12.13 β€’ fbc2dbe (Standalone) - 9 Sept 2025
Client: stable ~ Discord Desktop v1.0.9208
Platform: Win32
Last Crash Reason: N/A
⚠️ Activity Sharing disabled

sand timber
#

@haughty goblet okay so I think "Don't accept image/webp" was the thing breaking Vencord; is there some sort of documentation for known-incompatible extensions we could add that to?

haughty goblet
#

Nope

sand timber
thin monolith
#

is there a plug-in where it stops a gif immediately sending upon clicking, like it turns the gif into a link first and i can manually send it ?

mighty ravenBOT
wise thicket
#

^enable this plugin

thin monolith
heady plume
#

Everytime I launch fortnite with vencord installed my discord gets stuck on rtc connecting

polar iron
#

Just a quick question, is there any way to import settings and all plugins from device-to-device? I never saw anything so I have no clue.

#

Would importing settings from C:\Users\Inappropriateusernamelol\AppData\Roaming\Vencord\settings work?

agile reef
#

Anyone knows why my discord is glitching with messages on vencord, so I click, I read the message, but the notification doesnt go out?

polar iron
#

OML THANKIES THANKIES THANKIES.

lilac girder
#

hello when i try to install vencord i get this message

marble palmBOT
# lilac girder hello when i try to install vencord i get this message

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, and please make sure Discord is closed.

Here’s a tutorial video if you’re having trouble: https://cdn.discordapp.com/attachments/796383204667686913/1273973233619832843/Please_Have_The_Ability_To_Read.mp4?ex=67792188&is=6777d008&hm=2aeb64f2f9f55f73f22e3a969151d2a576fe2c17a0e35b51fa9c2132b0ef3809&

lilac girder
#

nothing that can help me

#

someone to help me solve the issue?

haughty goblet
lilac girder
lapis summit
#

Wsp

harsh lichen
#

hi everyone i just tried this app yesterday ok just install it normaly now i opened my discord and i can see everythings is gone why ? do i need to reinstall everytime ??

#

anyone here ?

snow wren
#

help i want vencord but he doesnt work help me pls

#

how want help me

#

@azure tinsel help me pls

vocal glen
#

ahhhh the translator's vencord stopped working afs

marble palmBOT
mighty ravenBOT
# snow wren <@797721161504653332> help me pls
10\. No unsolicited pings, DMs or friend requests

Do not ping other users for support (including replying with a ping to unrelated support messages). Do not send direct messages or friend requests for help.

sinful silo
#

can i ask

#

when i used a theme, it only works if i go to the settings i can see it fully but in chat i cant see it fully

#

i used quick css because i have no theme folder

brisk surge
sinful silo
#

nvm i figured it out

tribal coyote
#

it keeps saying installing updates 1/17 or smt and then when its done it says installing updates and then it says update failed retrying in seconds seconds

#

and i tried to do repair / reinstall it wont work

rocky hollow
#

is there css snippets to remove this red dot on vencord browser?

harsh lichen
tribal osprey
harsh lichen
feral turret
#

I’m not a native English speaker, so please excuse my grammar. After I clicked install on Vencord’s download page, my Discord did restart, but when I opened the settings, I only saw the OpenAsar feature. The Vencord features didn’t appear.

grave kestrel
#

Hi, i've a problem, each discord update, i need to repear vencord?

formal berry
#

if it disappears, yes

charred dagger
#

hey

#

can anyone help me figure out what is this glitch that blacks out vencord extension on chrome

#

im not able to use it

#

i tried re-installing it several times and even tried with a new chrome profile with a fresh discord ID

#

@acoustic canyon

#

@formal berry

mighty ravenBOT
# charred dagger <@575942899519193099>
10\. No unsolicited pings, DMs or friend requests

Do not ping other users for support (including replying with a ping to unrelated support messages). Do not send direct messages or friend requests for help.

charred dagger
#

bruh ur seeing it still not replying i saw u do the msg 2 times 😭

formal berry
#

because i do not have an answer to your problem

charred dagger
#

meh

formal berry
#

try using the userscript in the meantime

deft aurora
#

guys, why does my vencord uninstall every few days?

shell veldt
charred dagger
#

its blacked out and i cant access it

shell veldt
#

there is nothing to access there. you install the extension and that's it

charred dagger
unkempt halo
#

We have an UI update on PC?

brave hearth
unkempt halo
brave hearth
#

As far as i know discord updated the chatbox sizes

hollow pier
#

Why is the translate message button gone

haughty goblet
gilded iris
#

CallTimer looks broken

brave hearth
noble python
#

GUYS I HAVE RUN THAT VENCORD FILE AFTER THAT

#

MY DISCORD IS NOT RUNNING

#

I HAVE TRIED REINSTALLING

#

plz help me

buoyant dragon
#

my discord wont open. i tried repairing it today and it wont show anything. there are five instances of it running in the background, but none of them show any form of life other than wasting a couple mb of my memory

violet plinth
#

hideattachment plugin's button doesnt appear

formal berry
formal berry
covert condor
#

im installing the latest vencord version it says fatal the directory vencord already exists

covert condor
covert condor
#

i dont have it on my desktop or anywhere

#

and it shouldnt work unless its on desktop

formal berry
#

or is that cli installer

covert condor
#

source

#

i just cant use custom sounds cuz of it

formal berry
covert condor
#

i crashed my explorer again somehowπŸ™

formal berry
#

so are you using the installer or building it yourself from the source code

mighty ravenBOT
# covert condor building
13\. We only support official builds

We only provide support for official Vencord builds downloaded from https://vencord.dev. Do not ask for help with unofficial versions (e.g. Equicord) or user plugins. Also do not ask us for help with getting any of these unofficial versions.

covert condor
#

so

#

dawg

#

i cant say that

#

alr i see it says ylal dont help

#

with this

formal berry
#

precisely

ocean field
#

why i cant translate my text on discord web??

hushed wolf
#

Hey!

Who would i message to get the support badges?

drowsy hemlock
zinc verge
#

my theme isnt showing (it wont give me the option to trust it)

hushed wolf
wise thicket
zinc verge
brave hearth
# zinc verge

So whats the issue? U enabled it and it seems to work (i assume the blue colors is from it)

zinc verge
#

but its not

wise thicket
zinc verge
#

its on btw

steep obsidian
#

Hello :3

#

Recently there is a new feature to add custom themes on the client

formal berry
#

yes it has been added to fakenitro

steep obsidian
#

Well uh is it free to use without nitro while having the fake nitro plugin?

formal berry
#

no it does not work for all people at the moment

steep obsidian
#

well ig lemme update my vencord and see if it works

formal berry
# steep obsidian u sure?

i believe if you enable the Experiments plugin and set 2025-05-client-theme-color-picker to treatment 1/2/3 it will begin working

#

thats the fix ive seen but i might be wrong, still worth giving it a try though

zinc verge
#

no one is helping me with my problem 😭

brave hearth
zinc verge
#

if you need the link here it is

steep obsidian
#

@formal berry it worked tysm! ;D

violet plinth
mighty ravenBOT
# violet plinth thoughts?

Please share your Vencord debug info by running the /vencord-debug slash command!

(Auto-response invoked by @haughty goblet)

hallow parcel
#

I'm having a bit of an issue after my computer installed the latest windows update automatically

violet plinth
blazing anchor
#

anyone as well having issues with the shiki codeblocks plugin regarding highlighting in codeblocks?

blazing anchor
#

when using shiki as highlight instead of highlight.js

#

no highlighting when setting prefered option for highlights to shiki instead of highlight.js

unreal basin
#

.

blazing anchor
#

anyone having the same issue?

elder acorn
#

how do i add plugins

blazing anchor
#

@formal berry VanilaPoke
could you check for me? easily checked cuz shiki is default and u can look in the settings window if its brokey

#

just wanna know before posting an issue

#

oh ur on mobile mb

blazing anchor
#

sowwyyy

#

istg is there anyone with a second of time and a pc to check back the highlighting issue

hallow parcel
formal berry
blazing anchor
#

installing plugins is for those who can figure how

#

and getting basic and very simple support is for those lucky

elder acorn
blazing anchor
#

@thick ore yo I think your shiki codeblocks highlighting is brokey when set to perfer shiki highlights over highlights.js
could you check back on your end if thats a local issue?

mighty ravenBOT
blazing anchor
#

Im glad that ur at least able to enforce rules when checking a basic function of an build in plugin is too much bruhtf

blazing anchor
#

fix your own issues then
why even try helping out

broken tiger
#

hello, i cant see what device people are using how do i fix this?

blazing anchor
thick ore
#

thats not even someone that works on vencord

#

god i hate this channel

blazing anchor
#

but I sadly had to ask here first in order to even consider posting a github issue

brave hearth
thick ore
brave hearth
blazing anchor
#

and then not even supporting after asking for the issue heh

thick ore
#

im talking about zero

#

nobody in this channel has more than 3 neurons connected together

#

im convinced

brave hearth
blazing anchor
brave hearth
#

Literally rule 10

blazing anchor
brave hearth
blazing anchor
#

also its not even close to related to what u replied to

#

why are you even talking in here ded

analog tartan
#

Hi im trying to delete the discord and squirrel temp files so I can install vencord but its not letting me delete the discord file

haughty goblet
#

why

wise thicket
#

And make sure it’s actually closed from task manager

storm gorge
#

does the extension work for you guys?

haughty goblet
#

yes

peak heart
#

when I go use the secret ringtone only plugin It always plays the snow halation theme how do I get it to play the 0.1% chance secret ringtone?

fierce willow
#

Hello! I'm new here, and not very knowledgeable about modding Discord. I've been using Vencord for a while now, but recently it broke and the installer shows me this error, not allowing me to reinstall or uninstall. I was wondering if anybody here could help me figure out what is it and hopefully how to fix it

fierce willow
#

Thank you! Will read and try

fierce willow
potent oxide
#

hello, i have a .js file but idk where to put it or set them up?

#

its a plugin

dense vessel
#

did vencords database get leaked?

brisk surge
#

the only β€œdatabase” is settings sync and it didn’t get leaked

quaint sun
#

is vencord back?

crisp coral
#

ugh it seems discrods gave me some more ui clutter is there a way to disable or remove this?

honest egret
honest egret
elder vigil
#

how easy is it to learn typescript for vencord if you have never coded before?

crisp coral
#

there like the back and forth in browsers

honest egret
#

they are the tiniest thing in the corner just ignore it

#

i personally use my mouse side buttons

crisp coral
warm drift
#

how i can active it

crisp coral
#

yeah but is there an experiment attacthed to it?

analog silo
warm drift
formal berry
analog silo
formal berry
#

also if you want donor role use vlink-github in #πŸ€–-bot-commands

mighty anchor
#

how do i redeem my subscription

formal berry
mighty anchor
formal berry
#

#faq message
you dont need to pay monthly for badges and stuff btw

#

one time donation is enough

mighty anchor
#

dm the person that i need to connect

#

hes dm's are off

formal berry
#

your dms are off actually

elder vigil
#

how easy is learning vencord for making plugins?

mighty anchor
formal berry
#

check again then

warm drift
mighty anchor
#

me too

formal berry
#

both of you check if these 2 options are turned on for this server

mighty anchor
#

if i donate 1k do i get anything special?

formal berry
#

no

mighty anchor
#

ah

#

k

pure yew
#

Good evening, I'm having a problem. For some reason, FakeNitro isn't working anymore. I don't know if it's a bug or something, but it won't let me use stickers or emojis from other servers even with the FakeNitro option enabled.

formal berry
pure yew
mighty ravenBOT
# pure yew yes

Please share your Vencord debug info by running the /vencord-debug slash command!

(Auto-response invoked by @formal berry)

warm drift
#

Vencord: v1.12.13 β€’ 9700ec9 (Standalone) - 3 Sept 2025
Client: stable ~ Discord Desktop v1.0.9207
Platform: Win32
Last Crash Reason: N/A

#

Enabled Plugins (11):

CallTimer, ClearURLs, CrashHandler, FavoriteGifSearch, FixImagesQuality, ForceOwnerCrown, MessageLogger, PlatformIndicators, RelationshipNotifier, ShowHiddenChannels, ViewIcons
pure yew
#

Vencord: v1.12.13 β€’ fbc2dbe (Standalone) - 10 Sept 2025
Client: stable ~ Discord Desktop v1.0.9208
Platform: Win32
Last Crash Reason: N/A

formal berry
#

youre not trying to react are you

#

fakenitro doesnt let you use any emoji for reactions

pure yew
#

just use them

#

appear blocked

#

and when I want to give them, it says I don't have nitro

#

and I have the fakenitro plugin activated

#

WTF, for some reason I can now use the stickers, but the emojis still won't let me use them.

#

Enabled Plugins (37):

CallTimer, CrashHandler, DisableCallIdle, FakeNitro, FakeProfileThemes, ForceOwnerCrown, FullSearchContext, GameActivityToggle, iLoveSpam, InvisibleChat, MemberCount, MessageClickActions, MessageLogger, NewGuildSettings, NoBlockedMessages, NoF1, NoOnboardingDelay, NoPendingCount, NoProfileThemes, NoUnblockToJump, PauseInvitesForever, QuickMention, ReadAllNotificationsButton, ShowHiddenChannels, ShowHiddenThings, ShowTimeoutDuration, SilentMessageToggle, SilentTyping, SpotifyControls, SpotifyCrack, SpotifyShareCommands, Translate, USRBG, VoiceDownload, VoiceMessages, VolumeBooster, YoutubeAdblock
harsh badger
#

anyone has this issue with the call timer plugin? its just cut off and doesnt show the the full text

copper flame
#

CallTimer plugin resets timer when onboarding pop up comes up

copper flame
harsh badger
#

it fixes itself after a reset but gets bugged again

formal berry
copper flame
#

oh cool, tyty

sinful jacinth
#

Is Vencord opening in the background able to be fixed?

worthy mason
#

Enabled Plugins (72):

AccountPanelServerProfile, AlwaysExpandRoles, AlwaysTrust, BetterFolders, BetterRoleDot, BetterSessions, BetterSettings, BlurNSFW, CallTimer, CopyUserURLs, CrashHandler, CustomRPC, Dearrow, DisableCallIdle, FakeNitro, FixCodeblockGap, FixSpotifyEmbeds, FixYoutubeEmbeds, ForceOwnerCrown, FriendInvites, FriendsSince, GameActivityToggle, ImageLink, ImageZoom, ImplicitRelationships, KeepCurrentChannel, LoadingQuotes, MemberCount, MentionAvatars, MessageClickActions, MessageLatency, MessageLinkEmbeds, MessageLogger, MessageTags, MutualGroupDMs, NewGuildSettings, NoBlockedMessages, NoDevtoolsWarning, NoOnboardingDelay, NoPendingCount, NoSystemBadge, NotificationVolume, OverrideForumDefaults, PermissionsViewer, PinDMs, PlatformIndicators, PreviewMessage, QuickMention, ReadAllNotificationsButton, RelationshipNotifier, RevealAllSpoilers, ReviewDB, SendTimestamps, ServerInfo, ServerListIndicators, ShowConnections, ShowHiddenChannels, ShowHiddenThings, ShowMeYourName, SortFriendRequests, SpotifyControls, SpotifyShareCommands, StartupTimings, TextReplace, ThemeAttributes, TypingIndicator, TypingTweaks, VencordToolbox, ViewIcons, ViewRaw, VoiceDownload, VoiceMessages
#

damn i got alot lmfao

tepid inlet
#

does vencord have some kind of plugin (even unofficial) to disable SOME activities from being shared? there's some apps i use which have an rpc which cannot be disabled, and i don't want to completely disable sharing activities while i use them

mighty ravenBOT
tepid inlet
#

πŸ—Ώ

#

thanks

midnight osprey
#

does anyone know of a css-snippet to remove the blank space on the bottom of the chat bar?

spiral meteor
#

why i cant exe vencord?

mighty ravenBOT
ocean field
#

Why is there no translate option on vencord web???

honest egret
quiet cobalt
#

any way to remove this in the discord titlebar?

versed bison
#

There must be, since it's not in mine, but I couldn't tell you how it happened.

quiet cobalt
#

appeared after a discord update lol

honest egret
#

use yo mouse buttons girl

blazing ermine
#

I'm having issues screen sharing in Wayland on Arch. I click the button and the dialog and choose my window, but nothing else pops up

old vessel
#

hey amazing people does anyone know how to turn of this theme thing:3

#

its just stuck on

old vessel
#

please ping me if you know

#

im going to sleep

dusty spruce
#

Is it possible to reactivate the notification count on the dock icon?

#

I am using the flatpack version of Discord before applying the patch with vencord, it appeared

#

like this spotify count

kind aurora
#

I just downloaded vencord on my Mac and after running the installer (it says it worked) it just won’t show up on my discord. I’ve reinstalled discord and reinstalled the vencord adder but nothing works. Any fix?

feral crystal
#

dear vencord devs, please remove the FixImagesQuality plugin. i had it enabled for a long time and since recently, it started doing the opposite of what it should do. it was already useless for a while, but now it only does harm than good

pure lake
#

how does vencord know that i havent updated it when i go to this channel? how does it know

haughty goblet
#

Because its a feature

ocean field
#

anyone know why is there no translation on discord web??

#

i asked like 3 times, i got no answer😭

haughty goblet
#

Cause chrome extension isnt updated yet to fix that issue

haughty goblet
#

The chrome extension will always lag behind everything else in updates