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

1 messages Β· Page 575 of 1

edgy harbor
#

guys why cant i use emojis in my about me

unkempt mango
#

Try disabling everything and enabling one by one to see when it comes back

edgy harbor
#

keeps on telling me i have usnsaved changes using fakenitro

haughty goblet
#

Could be themes

edgy harbor
haughty goblet
willow comet
edgy harbor
haughty goblet
edgy harbor
#

they also use vencord

#

he says idk how i did it it just worked

haughty goblet
#

They are lying

#

There is a 1 day free nitro to some, so they might have that

#

The nitro tag doesn’t show up on their profile

willow comet
#

I found the problem, I was using something that was meant to specifically change the icons to the old ones

smoky flame
#

hey, i'm using vesktop on Hyprland and it keeps doing this every time i try to go to DMs. I have the nitro banner on and i cant click on it without this happening either.

willow comet
#

Thank you for the help! I didn't think to check quick css

wary tulip
#

for some reason my discord is not scaling the content of the right side even if i turn off themes and my CSS. Is there something i can turn off or remove to fix this?

wary tulip
#

THIS is a UI issue too?

haughty goblet
#

Yes

gritty ocean
errant swallow
#

yea, discord keeps crashing

haughty goblet
#

If so

mighty ravenBOT
errant swallow
#

Vencord: v1.11.7 β€’ b3bff83 (Standalone) - 21 Mar 2025
Client: stable ~ Discord Desktop v1.0.9187
Platform: Win32
Last Crash Reason: crashed

haughty goblet
#

End discord with task manager and run a reinstall/repair from the vencord installer

errant swallow
#

ok

errant swallow
haughty goblet
#

No need, it is saved

errant swallow
#

ok

opal narwhal
#

ya'll know how to get rid of the new ui?

haughty goblet
#

Pins

broken tiger
#

i cant close discord 😭

haughty goblet
broken tiger
haughty goblet
#

Can you open vencord settings and screenshot

broken tiger
#

ok

haughty goblet
#

Disable the window frame one

dire crown
#

any updates on plainfoldericon plug in

hallow island
#

dear brother, this works perfectly fine, just one small issue. Is there a fix for this misalignment or not?

Best wishes mate.

broken tiger
haughty goblet
#

Would you rather see the options to close discord?

#

Cause thats the only way to fix it

broken tiger
#

Are we sure there is no other way because I think everyone on linux might be having this problem

haughty goblet
#

There is no other way that I know of

broken tiger
hybrid glade
#

why are my themes broken i had to turn off fvui:(

haughty goblet
#

Discord

hollow spade
#

how do i claim

haughty goblet
hollow spade
haughty goblet
#

Patience is a virtue

dry yacht
#

My Vesktop isn't loading, is there any way to reset its settings to default through the console?

severe sleet
#

is there a css for sticker button along with emoji button size

#

cause its really small and it used to be alot bigger than before

weary ferry
#

Wtf was discord smoking when they made the elements more square-ish, this update is so ass πŸ’”

unique talon
#

Hi! I was wondering if there was a way to filter the friend tab by servers?

tidal pebble
#

is there a plugin that change your pfp?

dire crown
brisk surge
tidal pebble
#

he didn't changed his picture

dire crown
tidal pebble
#

he said he uses vencord

#

so im here to asking if there something similar, idiot

mighty ravenBOT
soft crest
#

for anyone who want to get back to the old ui you can go to "settings"-"experiments" and then search "Desktop visual refresh" and click it then open the slide called "bucket overide" and select the first thing

soft crest
lunar moat
#

Changing the lens size and zoom amount on image zoom through the right click menu doesn't work - if I change the amounts in the right click menu the changes aren't applied when I try to zoom and when I go back into the right click menu the changes have reverted

violet glade
#

can someone help me install vencord to mac

hallow island
# haughty goblet No clue

Fixed it bro, add this to the end of your script, and it fixes it. πŸ™‚

/* Revert the special buttons to 40px and center their icons */
.visual-refresh {
  /* Target the Add Server button by its known aria-label */
  [aria-label="Add a Server"] {
    width: 40px !important;
    height: 40px !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  /* Target the Discover button with a partial aria-label match */
  [aria-label*="Discover"] {
    width: 40px !important;
    height: 40px !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
hearty sparrow
#

the hyperlink color isn't abiding with the rgb value that was given (it used to), this is most likely because of the new UI but it's worth a shot asking if there are any other suggestions on how to fix this

craggy pawn
#

if im trying to write custom css for discord, will the class of elements always be the same, like wrapper_cc5dd2?

dusk yarrow
#

Hello, is there a plugin that I can copy people's banners and icons?

abstract gorge
#

Hi folks, I checked in css snippets but didnt find anything updated for visual refresh - how can I hide the discover and download apps buttons at the bottom of the server list?

dusk yarrow
violet glade
#

pls can a mod help me out im ripping my hair out here. im trying to download vencord on my mac and i've ran the sudo chown command, nothing comes up after i do it. the app has full disc access and i have ran the command yet it still wont install

marble palmBOT
# brisk surge Please grant the
  1. Open your terminal app
  2. Type sudo
  3. Drag VencordInstaller.app into your terminal
  4. Append /Contents/MacOS/VencordInstaller
  5. The final input should now look something like this. Double check that you have everything correctly, especially the space.
sudo /Users/YourUsername/Downloads/VencordInstaller.app/Contents/MacOS/VencordInstaller
  1. Run by hitting Enter and the installer should open. If it says file not found, you made a mistake
  2. Installing should now work!
  3. If you still get the same error, give your terminal app Full Disk Access and try again
twin garnet
#

can someone help its so big

brisk surge
#

do this

mighty ravenBOT
# twin garnet can someone help its so big
My themes broke and now I can't open settings or disable them

open the dev tools with CTRL + Shift + i (Cmd + Option + i on MacOs) 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
    try {
        const copy = window.copy ?? Vencord.Webpack.Common.Clipboard.copy
        copy(Vencord.Settings.themeLinks.join("\n"))
    } catch { }
    Vencord.Settings.themeLinks = []
    Vencord.Settings.enabledThemes = []
})()
brisk surge
#

you did not follow the instructions

#

follow them carefully

violet glade
#

I type sudo and this comes up

craggy pawn
#

i mean like the thing after the name like the "cc5dd2" in "wrapper_cc5dd2" does that change? it looks random generated but idk if it is or not

brisk surge
violet glade
#

Right my bad

smoky swallow
#

its because the description is pushing it out

brisk surge
smoky swallow
#

so it doesnt push the stuff out

violet glade
craggy pawn
#

Alright

You know if there's any way to get back the old colors? for the new message red things, link color, etc

they're more dull then they used to be and it looks so crappy on my laptop screen

craggy pawn
spark tundra
#

hi. with vencord installed. my discord is not linking to fivem. everytime i try to join a server it tells me discor dnot linked. but when u uninstall vencord its linked again. and i can join servers. IDK if this is vecord related but it work without vencord. any fix for this?

worthy glacier
#

Idk if discord fucked up or if the Experiments Plugin isn't working right but long channel descriptions break the member sidebar

worthy glacier
#

It is not a theme

brisk surge
#

still read pins

#

tldr: old UI will inevitably break and you should start getting to the new one

worthy glacier
#

thanks

brisk surge
#

in the future redirect to pins

worthy glacier
#

It is probably a discord issue with them not accounting for the space of the old ui elements anymore when resizing ig

smoky swallow
#

You do things so you can live just a little longer

brisk surge
#

in the future, redirect users to pins.

remote magnet
#

anyone getting this bug?

delicate sundial
brisk surge
#

old UI will inevitably break. start using the new UI to fix

smoky swallow
worthy glacier
smoky swallow
#

spare me im joking

brisk surge
delicate sundial
#

might as well customize it to your liking

smoky swallow
worthy glacier
#

I just hate the misaligned everything that it got going on

smoky swallow
#

Until I am forced to succumb to my wounds

worthy glacier
smoky swallow
#

Life is all about delaying the inevitable

worthy glacier
#

i really wonder what the hell discord designers were taking when they redesigned the left sidebar

smoky swallow
#

besides they probably werent thinking

delicate sundial
smoky swallow
#

discord is tryna go public

fringe magnet
#

Hello!

Does someone know, why my Discord is always refreshing?
Since I am using Vencord, it's always refreshing a few time in a day.
When I'm uninstalling Vencord, it's fine.

I just asking, maybe it's a plugin bug or something else..
If there were edited or deleted messages, I can't see them anymore.. it's like noone edited or deleted messages then, you understand?
In this picture you can see all my active plugins.

smoky swallow
fringe magnet
#

Yes, but I had this in the old UI too.

smoky swallow
#

I have no idea

barren dock
#

this isn't more of a complaint, but some info that could be useful. I know the member list can't show up, but it seems to be correlated whether or not you have the searchbar for the server in the upper right corner. In this server it doesn't show up, but in other server's I'm in it works just fine

#

this is what im talking abt if thats there then the members list will show up

pure dawn
#
  1. theres already css fixes that reenables wrapping
  2. this is just spam atp because this is a discord issue and not really a vencord one
lost iris
#

Hey I have an issue with VcNarrator which sounds weird and incomprehensible but when I try to choose the voice this is the only dropdown I get, btw I'm using Vesktop if that matters

Edit: Sorry I've researched a bit more in the past messages and saw that this issue is already known

abstract gorge
# broken tiger Are we sure there is no other way because I think everyone on linux might be hav...

Apps typically cant control window decorations (the exit, minimize etc) on linux. Thats controlled by your DE.
If you want it to not be ugly then youll have to reenable the DE's native title bar and use css to edit or remove discord's, because some ignoramus at discord didnt bother testing this shit on linux and now we get 2 title bars

For example, this theme has an option to move the inbox over into the sidebar, and I used a css snippet to hide the rest of the new discord top/title bar.
Heres a link to the line editing the inbox position, for your reference
https://github.com/refact0r/midnight-discord/blob/d919811feba0bfcca15f571bb6be67675d5295b7/build/midnight.css#L1279

And removing the rest of the title bar

/* hide title bar */
[class="title_c38106"]{
    display: none;
}

and you get something like this (no ugly title bar, inbox moved to server sidebar)

warm birchBOT
merry elk
#

i got a problem with the SpotifyControl plugin, is says:

worn bolt
merry elk
#

idk which console

worn bolt
merry elk
#

it says a bunch of code

worn bolt
#

Click on the console tab

#

At the top

merry elk
#

ikik

#

it only tries to prevent me from being hacked

worn bolt
#

Scroll up, there should be the Spotify error

merry elk
#

so

#

there are many things

#

idk which one is the spotifuy thing

#

should i re open discord?

worn bolt
merry elk
#

its fixed

#

ty

worn bolt
#

No problem

dense violet
#

how do I access vencord plugins in file explorer?

#

or like turn them off

#

because when i open discord settings my discord crashes

rare tinsel
#

@mint wigeon

dense violet
#

i cant even edit my profile

#

or my discord crashes

worn bolt
granite shale
#

Uhh how do you fix this again? I had forgot earlier when one of the admins/mods told me

granite shale
#

like basically my discord is broken rn

brisk surge
granite shale
#

yeah I forgot how when the other guy told me what to do

#

I know I have to add a different background as in a more recent one

#

but I don't remember how to do it

#

when I open this up

#

Do I copy and paste this

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

dense cove
#

dose anyone have vencord Extension files for firefox

worn bolt
granite shale
worn bolt
worn bolt
weak mortar
#

Hi, I have the same issue, did you find anything to resolve that?

worn bolt
granite shale
mighty ravenBOT
granite shale
#

Ok so I copied and pasted it into the command line and it crashed my discord, what do I do now? because its still the same how it was before.

granite shale
pulsar swift
#

There are buttons on message

granite shale
unkempt karma
dense cove
granite shale
#

Enabled Plugins (19):

AlwaysAnimate, BetterSettings, BiggerStreamPreview, CallTimer, ColorSighted, CrashHandler, DisableCallIdle, FixSpotifyEmbeds, FriendsSince, GameActivityToggle, ImageZoom, MessageLogger, PlatformIndicators, RelationshipNotifier, ReverseImageSearch, ShowHiddenChannels, SpotifyControls, SpotifyCrack, ViewIcons
brisk surge
granite shale
#

Vencord: v1.11.7 β€’ b3bff83 (Standalone) - 21 Mar 2025
Client: stable ~ Discord Desktop v1.0.9187
Platform: Win32
Last Crash Reason: N/A
⚠️ Activity Sharing disabled

worn bolt
dense violet
dense cove
pure dawn
#

there are extensions that can load css

crude fractal
#

how i get a custom bages ??

worn bolt
#

When you click on a badge it tells you

dense cove
crude fractal
worn bolt
crude fractal
worn bolt
worn bolt
lean crescent
#

I need some help. I have someone who has Vencord and they can see all my vcs and we have some private channels. How can I stop this

pulsar swift
surreal epoch
pure dawn
#

they cannot see the content, but they can see that the channel exists

surreal epoch
#

vp showhiddenchannels

mighty ravenBOT
pure dawn
#

just don't store any sensitive information in the channel name or channel topic

brisk bough
#

Hello, my vesktop cant display the games that i play, how i fix that pls

#

Vencord: v1.11.7 β€’ b3bff83 (Vesktop v1.5.5) - 21 Mar 2025
Client: stable ~ Vesktop v1.5.5
Platform: Linux x86_64

pure dawn
brisk bough
#

Oh sorry

elfin sable
#

Is there any way to fix an issue with Discord frames becoming incredibly long when their descriptions are also long?

Attaching two screenshots: the first with the issue (channel description is very long), second without (channel description is short enough).

elfin sable
elfin sable
hollow creek
#

Heyo folks, just wanted to ask where I can find Vencords code for their theme editor (the vsc looking one) in the source code on github? i dont have access to #πŸ‘Ύ-core-development (probably missed it somewhere in #info )

hollow creek
#

thanks! do you know if its REQUIRED that the desktop app it's integrated in requires electron? id like to use Tauri (or another framework if i find a more suitable one) with it

#

and not havew to resort to stinky electron

neat fractal
#

how can I edit to fix this of the fixed mention occulting the members list?

broken tiger
unreal crest
#

can some help me

tropic fox
#

then you type in there resmon.exe and enter

#

once you're there you can look up for everything discord is using and closing it there

tropic fox
granite sinew
#

anyone know of theres a updated better folders plugin?

brisk surge
queen verge
#

I got a bug where when in the SHIFT + ~ screen if I click on anything it will force me to my deskop therefore not letting me move anything on it and in this case there cameras are stuck dead center of the screen

queen verge
#

yea

tropic fox
queen verge
brisk surge
#

vencord doesn't mess with that

queen verge
#

._.

azure tinsel
#

disable the overlay and it should fix your issue

cursive halo
#

anyone know why i'm getting this? i had my discord compleatly closed and its saying this

vapid furnace
#

could someone help me with the apple music plugin? apparently something is meant to pop up asking if i consent but i never got that, i have had issues with this specific plugin not working for months

glossy siren
charred acorn
#

how do i get stuff like this

oak parcel
sinful sage
#

Does anybody know if there is a plugin / CSS that lets you widen the memberlist panel? Half of the names are cutoff for me. Can't seem to find a plugin that does it at least, or is it not possible?

glossy siren
sinful sage
sinful sage
#

hmm... I did that just then and nothing seemed to have changed even after relaunching discord

stoic galleon
#

I know this isnt really a vencord issue but I thought I might ask anyway since maybe there is a fix to it and I havent been able to find anything about it. When someone is screensharing and I watch their stream, after a few minutes it closes their stream/puts me back to the grey stream preview with the watch stream button but I can however still hear the audio from their stream, does anyone know a fix to this because it genuinely annoys me so often

glossy siren
sinful sage
#

its the only thing there ye

glossy siren
# sinful sage its the only thing there ye

then try

/* Fix Chat Title/Topics */
div[class*='topic__'],
div[class*='nicknames__'],
div[class*='subtitleCotainer_'] div[class*='children__']{
  width: 0;
}

/* fix forum list mode */
div[class*='list_f369db'][class*='auto__99f8c']{
  position: absolute;
  height: 100%;
}

/* fix VC sizing */
.tileWrapper__6981d{
  position: absolute;
}
sinful sage
glossy siren
sinful sage
#

ye it is

glossy siren
#

uh huh

sinful sage
glossy siren
sinful sage
glossy siren
sinful sage
#

ye it works

glossy siren
#

weird..

sinful sage
#

do you not have that issue on your end?

#

memberlist looks all nice for you?

glossy siren
sinful sage
#

huh

sacred stream
#

hey uh i want to ask for help with custom rpc?

#

ive tried and followed all the steps

#

and it still doesnt show

#

my vencord should show this but its not so idk if im doing something wrong i have the status set as on

sinful sage
#

wait @glossy siren , the css you posted, does it actually do anything to the memberlist widening?

#

im actually using my eyes to read it and it seems to not have anything to do with the memberlist

glossy siren
sinful sage
#

im talking about like in the member list the names get cutoff into ...

glossy siren
#

it has a bug where the alot of things can push the members list offscre-

sinful sage
glossy siren
#

oh

#

OK HOLD ON IM STUPID BRB

sinful sage
#

lmao

sacred stream
#

im wondering if anyone here can help me?

glossy siren
sacred stream
mighty ravenBOT
# sacred stream and it still doesnt show

"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?

(Auto-response invoked by @oak parcel)

sacred stream
#

because i done and followed all the steps and a member in a server has it on

#

and idk if im doing it wrong

ocean root
#

Enabled Plugins (39):

AccountPanelServerProfile, BetterNotesBox, BetterRoleContext, BetterSettings, BiggerStreamPreview, CallTimer, ColorSighted, CrashHandler, DisableCallIdle, EmoteCloner, FixSpotifyEmbeds, ForceOwnerCrown, FriendsSince, GameActivityToggle, iLoveSpam, ImageZoom, MemberCount, MessageClickActions, MessageLogger, NewGuildSettings, NoProfileThemes, PermissionsViewer, PlatformIndicators, QuickReply, ReadAllNotificationsButton, RelationshipNotifier, ReplyTimestamp, ReverseImageSearch, SendTimestamps, ServerInfo, ShowTimeoutDuration, SilentTyping, SpotifyControls, StreamerModeOnStream, Translate, TypingIndicator, ValidUser, VoiceMessages, WhoReacted
sacred stream
# sacred stream

like if you look here it shows the status but i got my friends to check and all

#

and i obviously dont ahve it on

glossy siren
sacred stream
#

any help with mine scatt?

oak parcel
#

how can we help you if you provided no information

glossy siren
glossy siren
sacred stream
#

here

glossy siren
# sacred stream

you're supposed to put in your actual app id, you cant just put 1

sacred stream
valid bolt
#

Hi, I was trying to change the Moyai plugin to play another sound but I came up til the point where I copy the plugin to userplugins then changing the file name and editing it a tiny bit without doing anything major. But its not showing up on plugins page so I cannot choose the plugin and enable it. Any idea to why?

quaint egret
#

I don't know if this is the correct area or not, but I'm trying to download Vencord, but the problem is, Linux will not let me access the part that I need to, so I can't download the Linx option. I can't user the Chrome Store either, as it's telling me to update google chrome.

sacred stream
mighty ravenBOT
# valid bolt Hi, I was trying to change the Moyai plugin to play another sound but I came up ...

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.

(Auto-response invoked by @oak parcel)

glossy siren
# sinful sage lmao
:root {
    --custom-member-list-width: 800px;
}
.member__5d473 {
    max-width: var(--custom-member-list-width);
}

I swear to god if this doesnt work.

sinful sage
#

yooo

#

scatt the goat

#

i will say tho when i remove the custommemberlistwidth line entirely, my memberlist is gone and even restarting discord doesnt fix it, so i have to make sure to have that line in my css plugins now

#

thanks tho

glossy siren
tender sorrel
#

is there a reason my gpu usage is so high? this is on a 4060 ti

sinful sage
#

tyvm again scatt. looken good now

tender sorrel
hexed dust
#

I wish they added it so the blocked message thing wouldn’t appear on your screen

valid bolt
#

really, does anyone have any idea?

#

cuz this have been driving me mad for the last 30 minutes

hexed dust
tender sorrel
#

42.3% of a 4000 series is absolutely insane though

tender sorrel
hexed dust
#

Hey where’s the vencord ipa?

#

IPA file

glossy siren
#

theres no vencord ipa

hexed dust
#

Oh

strong widget
#

how do I get my server folders to open to the right instead of the left?

restive gazelle
#

Assuming that's the one ur talking about

strong widget
#

got my muscle memory all jacked up

restive gazelle
restive gazelle
#

But do make an issue on the plugins github Someone already did it, don't

full bridge
#

hey everyone, i just wanted to know if theres a plugin where, if you click on a steam or spotify link

it will automatically take you to the application instead of opening a window n then taking you to the application?

glossy siren
full bridge
#

cheers

#

works

restive gazelle
#

np

strong widget
strong widget
broken sky
#

This might be the wrong channel for this, but I'll give it a shot here anyway:
I have been trying to use the quickCSS feature to change the font and font features of my discord. I have used my very basic knowledge of CSS to put the following code segment in.

body {
    font-feature-settings:"ss08" 1, "hlig" 1;
    -webkit-font-feature-settings:"ss08" 1, "hlig" 1;
    -moz-font-feature-settings:"ss08" 1, "hlig" 1;
    -ms-font-feature-settings:"ss08" 1, "hlig" 1;
    font-family: Junicode;
}```
However, it only half works(Font changed to Junicode; no font features applied). I would greatly appreciate any help on this issue, as I do not have the CSS knowledge to know if I am doing very wrong. Please help me.
broken sky
glossy siren
broken sky
#

thx!

sour loom
#

Any idea how I can fix this for better folders? Or at least how to add padding to the top

gentle juniper
#

(I just realized I couldn't get any of them to work so I turned off opening in a dedicated column until it's fixed to open on the right again.)

brisk leaf
#

Hi, I'm trying to install vencord on mac, but I can't seem to get it to work. I downloaded the latest installer and followed the directions but I can't get the vencord tab to show up in the discord settings. I've tried restarting my computer, and the installer says its patched. Any suggestions on what I should do?

midnight timber
#

Does "KeepCurrentChannel" only work if you switch accounts and are in the same discord as the alt? If I have different servers on my alts it seems to be delivering me to the top channel in the list, not sure if that's intended.

mint wigeon
brisk surge
#

vslow 0

quiet cobalt
#

thank you venbotto :3

limber adder
#

umm guys...

fading quartz
#

hello, i used the suggested experiment method to roll back the ui changes, but some popular themes (tested dtm-08, dtm-16, dtm-18, and skeuocord) push the search bar and right side panel off the screen when the channel description is long. restarting discord, power cycling the theme, and resizing the window do not change this behavior. is this a problem created by the ui update, or is it a known issue when using themes with vencord?

oak parcel
#

read the first pinned message

restive gazelle
fading quartz
#

sorry i didn't make that clear

limber adder
limber adder
fading quartz
restive gazelle
#

If that don't work, maybe it's discord

limber adder
#

oh yea it happens when i close the app and open it from the taskbar icon

restive gazelle
limber adder
restive gazelle
limber adder
fading quartz
limber adder
#

skeucord is so good

nocturne heart
#

how to fix plain folder

limber adder
errant swallow
#

yeah it's crash randomly again

nocturne heart
#

is there a way to make vencord transparant? cuz i wanna see my desktop wallpaper while chatting

mystic jackal
#

where i can download voices for VC Narator ?

mystic sage
#

guys member list just disappeared off to the right, what is going on

#

this happens in some channels but not in others

unkempt karma
#

@grave totem help me

grave totem
#

NO

brisk surge
#

@grave totem

glossy siren
# mystic sage this happens in some channels but not in others
@import url('https://raw.githubusercontent.com/LuSaffi/VenCordstuff/refs/heads/main/CSS/%5BOLD_UI%5DcutoffFixes.css');

add this to the top of your quickcss but with the knowledge that there is no guarantee it will keep working as the old ui is now deprecated and it will get more and more broken over the coming days

kindred wren
glossy siren
#

nope

#

unless you're online on a different device (i think atleast)

brisk surge
brisk surge
#

(you'll see your own devices even while invisible but others won't)

worldly dragon
#

Vencord doesn't show all hidden channels, is that normal

#

?

haughty goblet
worldly dragon
neat tangle
#

in the vencord installer it says "failed to fetch info from github, no such host" and wont let me re install vencord to discord?

haughty goblet
#

Change dns or use a vpn

long girder
#

are there any plugins that revert the desktop ui to the old one

long girder
#

this is so cheeks πŸ’” πŸ₯€ πŸͺ«

#

what plugins should I have

haughty goblet
haughty goblet
neat tangle
long girder
haughty goblet
versed bison
jaunty heath
#

anyone got any idea why when I start streaming on twitch, it doesnt show up as my status but when I uninstall vencord it does?

mighty ravenBOT
jaunty heath
#

Vencord: v1.11.7 β€’ b3bff83 (Standalone) - 21 Mar 2025
Client: stable ~ Discord Desktop v1.0.9187
Platform: Win32
Last Crash Reason: N/A

#

Enabled Plugins (39):

AccountPanelServerProfile, AlwaysExpandRoles, BetterFolders, BetterSettings, BiggerStreamPreview, BlurNSFW, CallTimer, CrashHandler, CustomIdle, DisableCallIdle, EmoteCloner, Experiments, FavoriteGifSearch, FixSpotifyEmbeds, FriendsSince, ImageZoom, ImplicitRelationships, MentionAvatars, MessageLogger, NoF1, PictureInPicture, PinDMs, PreviewMessage, QuickMention, ReadAllNotificationsButton, RelationshipNotifier, RoleColorEverywhere, ShowHiddenChannels, ShowHiddenThings, SpotifyControls, SpotifyCrack, SpotifyShareCommands, TypingTweaks, UnlockedAvatarZoom, UserMessagesPronouns, UserVoiceShow, ViewIcons, VolumeBooster, WhoReacted
haughty goblet
#

I don’t see any plugins that would affect it

jaunty heath
#

weird

jaunty heath
# jaunty heath weird

ended up disabling all plugins to see and yeah literally nothing changes it and the only way to get it to display is the uninstall vencord

fast oyster
#

how can i do like this guys ?

polar eagle
#

Just me or Discord keep lagging during calls?

brisk surge
fast oyster
brisk surge
#

to claim your badge

fast oyster
fast oyster
brisk surge
#

you need to donate 5$ for a badge
5$=one badge

haughty goblet
polar eagle
haughty goblet
#

By not using any heavy themes

polar eagle
mighty ravenBOT
haughty goblet
#

And the other one

polar eagle
#

Enabled Plugins (12):

AnonymiseFileNames, BetterGifPicker, CrashHandler, EmoteCloner, FakeNitro, FakeProfileThemes, FavoriteEmojiFirst, FavoriteGifSearch, FixImagesQuality, FixSpotifyEmbeds, MemberCount, MessageClickActions
haughty goblet
#

None of those would cause lag

#

Pc/discord issue then

polar eagle
#

Ok

dreamy prism
#

Vencord: v1.11.7 β€’ b3bff83 (Standalone) - 21 Mar 2025
Client: stable ~ Discord Desktop v1.0.9187
Platform: Win32
Last Crash Reason: N/A

nocturne heart
#

anyone know how to fix plain folder icon?

glass oasis
#
import { ApplicationCommandInputType, ApplicationCommandOptionType, registerCommand, sendBotMessage, unregisterCommand } from "@api/Commands";
import { definePluginSettings } from "@api/Settings";
import definePlugin, { OptionType } from "@utils/types";
import { Devs } from "@utils/constants";

const settings = definePluginSettings({
    enableCommands: {
        name: "Enable Commands",
        description: "If enabled, built-in commands for RevUnity staff will be available.",
        type: OptionType.BOOLEAN,
        default: true
    },
    clydeConfirmation: {
        name: "Clyde Confirmation",
        description: "If enabled, Clyde will confirm command usage.",
        type: OptionType.BOOLEAN,
        default: true
    }
});

const commands = [
    {
        name: "website",
        description: "Sends the website!",
        inputType: ApplicationCommandInputType.BUILT_IN,
        execute: async (_, ctx) => {
            // Send the user's message (e.g., the website)
            sendBotMessage(ctx.channel.id, { content: "https://denisxd7.online" });

            // If Clyde confirmation is enabled, send the confirmation from Clyde
            if (settings.store.clydeConfirmation) {
                sendBotMessage(ctx.channel.id, {
                    content: "Your command has been executed!\nLove by denis_xd_7 ![ty](https://cdn.discordapp.com/emojis/1201539316887846942.webp?size=128 "ty")",
                });
            }
        }
    },
    {
        name: "tos",
        description: "Sends the terms of service website!",
        inputType: ApplicationCommandInputType.BUILT_IN,
        execute: async (_, ctx) => {
            // Send the user's message (e.g., the ToS URL)
            sendBotMessage(ctx.channel.id, { content: "https://example.com" });

            // If Clyde confirmation is enabled, send the confirmation from Clyde
            if (settings.store.clydeConfirmation) {
                sendBotMessage(ctx.channel.id, {
                    content: "Your command has been executed!\nLove by denis_xd_7 ![ty](https://cdn.discordapp.com/emojis/1201539316887846942.webp?size=128 "ty")",
                });
            }
        }
    }
];

export default definePlugin({
    name: "NiceCommands",
    description: "Adds built-in commands to Discord.",
    authors: [{ name: "denisxd7", id: 1031199389764550757n }],
    settings,

    start() {
        if (settings.store.enableCommands) {
            for (const command of commands) {
                registerCommand(command, "NiceCommands");
            }
        }
    },

    stop() {
        for (const command of commands) {
            unregisterCommand(command.name);
        }
    }
});

hello , i have a problem with these built in commands, the message i want the user to send (me) it sends clyde but i want only the confirmation message to be sent by clyde
could anyone help please , im sorry if i posted this where it wasnt suppose

#

nvm

#

i got it

wooden forum
#

So for some reason its not resizing properly? It only happens on a few dms and servers, but it gets cut off as you can see. Any idea how to fix this? I dont have any themes or whatever, I just have the refresh setting at 0 to use the old ui

tender patio
barren minnow
#

is there a plugin that lets you read hidden channels? if not what client does it πŸ’” (better discord etc)

stiff lintel
barren minnow
#

aight

haughty goblet
#

Its creepy af too

barren minnow
#

ty

haughty goblet
#

You would be paid to find it by discord

stiff lintel
#

if it's any solace, you can see who's in a hidden VC channel if you have ShowHiddenChannels enabled.

barren minnow
#

its something specificcccc

haughty goblet
#

The act itself is creepy

fathom hatch
#

why is my vencord for web extension not letting me add decorations and stuff?

#

@azure tinsel sry for @ can u help me?

versed bison
#

if you explain what the problem is, maybe anyone could help you

steady egret
#

is there a way to disable the "you blocked a user, do you want to leave voice chat message"
please for the lova god

fathom hatch
#

?

mighty ravenBOT
versed bison
#

(Elaborate means, give more information.)

fathom hatch
haughty goblet
fathom hatch
#

im downloading discord app and abt to download vencord for desktop instead

versed bison
#

Are you getting some kind of error message when you try to add decorations? Any sort of notification at all? Does discord freeze or crash? ‫‫ Turn reply notifications off if you respond to this.

lime thorn
#

is there a theme that makes, for example, dragging 40 files into discord automatically seperate it into four 10-file messages?

#

I remember betterdiscord having that

viscid island
#

i wanted to use it on firefox i followed the instructions and the tampermonkey seems to work but i js dont get the discord vencord settings can any1 help me

severe glacier
#

Having an issue where discord will kind of refresh for a second, the theme will turn off for a second. Would it be a theme related issue or plugin?

haughty goblet
#

Just not needed

haughty goblet
viscid island
#

1 sec

#

noting there

haughty goblet
#

and ur using tampermonkey?

#

or violentmonkey?

viscid island
#

tamper

#

on firefox and linux

haughty goblet
#

Any other extensions?

viscid island
#

sum addblocker

#

and video speed controller

haughty goblet
#

Such as?

viscid island
#

ad guard

haughty goblet
#

That conflicts with vencord for some reason

viscid island
#

oh

haughty goblet
#

Not sure why you didn’t test without extensions

viscid island
#

ima get adblocker plus then

haughty goblet
#

Use ublock origin instead of adguard

#

Ublock origin is the only correct adblocker, the others suck

viscid island
#

tbh

haughty goblet
#

no

viscid island
#

works now

#

thy

quick iris
#

Vencord: v1.11.7 β€’ b3bff83 (Standalone) - 21 Mar 2025
Client: stable ~ Discord Desktop v0.0.342
Platform: MacIntel
Last Crash Reason: N/A

haughty goblet
haughty goblet
snow citrus
#

Im on a quest to fix my discord's UI (not complaining about it please dont delete) and ive looked around for a theme that works well after changing discord back to the old UI but for some reason the channel-list section is just the regular discord color, anyone know what i can put into the CSS editor to fix this?

haughty goblet
#

read pins

snow citrus
#

All that says to do is disable it in experiments, I have, Im just asking for help with the quickCSS editor if anyone knows what i can put in to change color/image for the backgroiund of that section

#

Realistically this has nothing to do with the new UI i just want to know if anyone has the CSS code for that bit

haughty goblet
#

the old ui is no longer supported

#

you will be forced to use the new ui eventually

snow citrus
#

So shit

#

alr thanks

fading quartz
#

prefacing this by saying i know i will be forced to use the new ui eventually

#

i want to create some quickcss "patches" to manually revert the changes to the user bar and chat box, is there a guide to discord's particular css that would help me do this?

coral wave
#

is there any way to reduce client lag with many plugins or is there nothing to really be done about it

haughty goblet
#

nope

haughty goblet
#

most lag is caused by themes

coral wave
mighty ravenBOT
coral wave
#

Vencord: v1.11.7 β€’ b3bff83 (Vesktop v1.5.5) - 21 Mar 2025
Client: stable ~ Vesktop v1.5.5
Platform: Linux x86_64
⚠️ Activity Sharing disabled

#

Enabled Plugins (117):

AccountPanelServerProfile, AlwaysTrust, AnonymiseFileNames, BetterGifAltText, BetterGifPicker, BetterNotesBox, BetterRoleContext, BetterRoleDot, BetterSessions, BetterSettings, BetterUploadButton, BiggerStreamPreview, CallTimer, ClearURLs, ColorSighted, ConsoleJanitor, CopyEmojiMarkdown, CopyFileContents, CopyUserURLs, CrashHandler, CtrlEnterSend, CustomIdle, Decor, DisableCallIdle, DontRoundMyTimestamps, EmoteCloner, Experiments, F8Break, FakeNitro, FakeProfileThemes, FavoriteEmojiFirst, FavoriteGifSearch, FixCodeblockGap, FixImagesQuality, FixSpotifyEmbeds, FixYoutubeEmbeds, ForceOwnerCrown, FriendInvites, FriendsSince, FullSearchContext, GameActivityToggle, GifPaste, GreetStickerPicker, HideMedia, ImageLink, ImageZoom, ImplicitRelationships, InvisibleChat, LoadingQuotes, MentionAvatars, MessageClickActions, MessageLatency, MessageLinkEmbeds, MessageLogger, MessageTags, MoreCommands, MutualGroupDMs, NewGuildSettings, NoDevtoolsWarning, NoF1, NoOnboardingDelay, NoTypingAnimation, NoUnblockToJump, NormalizeMessageLinks, NSFWGateBypass, OnePingPerDM, OpenInApp, OverrideForumDefaults, PauseInvitesForever, PermissionFreeWill, PermissionsViewer, petpet, PinDMs, PlatformIndicators, PreviewMessage, QuickReply, ReactErrorDecoder, ReadAllNotificationsButton, ReplyTimestamp, ReverseImageSearch, SecretRingToneEnabler, SendTimestamps, ServerInfo, ShikiCodeblocks, ShowAllMessageButtons, ShowConnections, ShowHiddenChannels, ShowHiddenThings, ShowMeYourName, ShowTimeoutDuration, SilentMessageToggle, SilentTyping, SortFriendRequests, StickerPaste, SuperReactionTweaks, TextReplace, ThemeAttributes, Translate, TypingTweaks, Unindent, UnlockedAvatarZoom, UnsuppressEmbeds, UserMessagesPronouns, UserVoiceShow, USRBG, ValidReply, ValidUser, VoiceChatDoubleClick, VencordToolbox, ViewIcons, ViewRaw, VoiceDownload, VolumeBooster, WebKeybinds, WebScreenShareFixes, WhoReacted, YoutubeAdblock
haughty goblet
#

none of those are that heavy

coral wave
#

but yeh most of the lag is gone after purging css

#

also any idea what may be going on here?

haughty goblet
#

read pins

coral wave
snow citrus
#

Anyone know any plugins that will remove the bit at the top there that says what game im playing

#

Its almost taken up my half of my screen atp

coral wave
haughty goblet
#

You can turn off game detection

snow citrus
haughty goblet
#

Enable norpc

#

Pretty sure that works

snow citrus
snow citrus
haughty goblet
#

A plugin

coral wave
haughty goblet
#

Yes

fading quartz
#

is there a resource for learning how to use discord's css to make themes?

haughty goblet
fading quartz
#

thank you

wooden forum
haughty goblet
wooden forum
haughty goblet
#

Read the pins

wooden forum
# haughty goblet Read the pins

why even have a support channel if yall arent actually willing to help people? Been observing this channel for a few days all yall are so anal and unhelpful

haughty goblet
#

Because the ui isnt supported anymore?

#

It will slowly break and everyone will be forced to use it

#

Its like complaining why microsoft doesn’t support windows 7 anymore

sonic nest
#

hii i'm not here to complain but i do have a questionAmberHuh just trying to make sure and all.. because, i wouldn't want my acc to get strike, and to know which changes could lead to that-

we all know the update is ass, and so- i wanted to turn it back, i'd like to now before anything that, if i do change the visual will i get problems? such as strikes warning or ban ? maybe it has been asked before and i didn't see it i'm very sorry, but i'm just nerous and would like to know if it's truly safe to keep if if i have really have to keep that awful update..

mortal juniper
haughty goblet
rich helm
#

i think they left already

haughty goblet
wispy pilot
#

Just a little heads-up:
The links on the webpage and in the #plugin-requests channel to request plugins leads to a 404 page on GitHub.
Guess it's because the requests are closed, anyway.

haughty goblet
#

known

mortal juniper
haughty goblet
granite knoll
#

is custom rpc still broken for chrome extension ?

cursive cedar
#

Hello! I have such a problem that when I or someone is added to the group.discord just crashes . who knows what the problem is?

strong charm
haughty goblet
#

read pins

strong charm
#

I read the pins, but I was wondering if it was possible to just remove the topic section?

haughty goblet
#

yes it is possible

#

but again, we dont support the old ui anymore

long girder
#

any recommendations for light custom themes

#

only thing I can find is windowsXP themes

elfin maple
#

yo, my badge isnt showing up

mighty ravenBOT
elfin maple
#

/vencord-debug

marble palmBOT
# elfin maple /vencord-debug

Huh, looks like you tried to send Vencord debugging info, but it didn't quite work. Please check if you have Legacy Chat Input enabled in Settings > Accessibility. If not, it could be that your Vencord is corrupt or not installed! Please reinstall/repair using the installer.

haughty goblet
#

Is vencord installed

elfin maple
#

yea lol

#

can u see it by chance?

pure dawn
#

we can see your badge but given you can't even run the debug commands you likely don't even have vencord installed

elfin maple
#

thought i had it installed

cursive cedar
#

Hello! I have such a problem that when I or someone is added to the group.discord just crashes . who knows what the problem is?

mighty ravenBOT
cursive cedar
#

Vencord: v1.11.7 β€’ b3bff83 (Standalone) - 21 Mar 2025
Client: stable ~ Discord Desktop v1.0.9187
Platform: Win32
Last Crash Reason: N/A

viscid island
#

how does the /petpet command work ?

pure dawn
#

it calls an api with the instructions and the api sends back the image

viscid island
strange lark
#

has there been no work on vencord for 1 week?

viscid island
#

i dont know what i am doing wrong

haughty goblet
#

Userscript?

viscid island
#

yes

#

whit tampermonkey

haughty goblet
haughty goblet
#

Thats why it doesn’t work

viscid island
#

ohhh

#

there is no way to fix that

strange lark
viscid island
#

?

haughty goblet
strange lark
#

i havent seen a single commit in the github repo for 1 week

haughty goblet
viscid island
#

xD

haughty goblet
strange lark
#

oh so the branch stuff was changed?

haughty goblet
#

No

#

There are just multiple branches

#

two for dev, one for release

broken tiger
#

fake and i still see he/him

haughty goblet
#

not to mention the various work done into pull requests

kindred kettle
strange lark
#

i thought main is dev?

haughty goblet
#

nope

#

does it matter anyways?

strange lark
#

it does not eitherway

haughty goblet
#

then im not sure why you mentioned it blobcatcozy

hallow meadow
#

Wanna play soccer with me?

strange lark
#

i got a bit used to the new UI eitherway, forced to use it

strange lark
haughty goblet
haughty goblet
strange lark
haughty goblet
#

yes'nt

strange lark
#

its broken for me

long girder
#

OHHH MY PCCCC

haughty goblet
long girder
#

why is it running so slow

haughty goblet
long girder
#

oh so that's why

haughty goblet
#

alwaysanimate unsurprisingly animates everything

strange lark
#

the member list menu broke on it, and that was enough for me to switch over to the new UI

#

since i cant search messages in servers on the old UI

finite bay
#

My discord suddenly turns gray out of nowhere and it's getting a bit annoying

strange lark
#

oh well

long girder
haughty goblet
finite bay
#

Literally a gray blank space while I'm scrolling on it (Left one)

long girder
#

could it be my light mode

finite bay
#

Not on start up, after it's already on use

finite bay
#

It didn't happen until this new discord update, so I was a bit confused about it

haughty goblet
#

ur system suspends things to allow more resources on other things

finite bay
#

Damn, if that's the issue then I'll have to find how to solve it since I'm clueless

haughty goblet
#

you dont

finite bay
#

Oh

long girder
#

I'm here to complain about the new UI

haughty goblet
#

im here to tell you it doesnt belong here

brisk surge
sacred stream
#

hey can someone help me with my rpc?

#

its not showing and i asked others, they also have no idea

mighty ravenBOT
# sacred stream hey can someone help me with my rpc?

"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?

(Auto-response invoked by @brisk surge)

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

1 Followed a youtube video on how to create a custom bot for my game for the application id
2 Copied application ID onto Custom RPC
3 Pasted in the image that I wanted for my Custom RPC and filled all required lines, state lines details etc etc.
4 It showed if you click on the Custom RPC that it should be there however it is not
5 Checked if my status was on for RPC which it is
6 I asked my friend who also uses Vencord and it works perfectly fine with him too. However I am still having the issue
7 I can provide screenshots of my Application ID and my screenshot of my Custom RPC screen of all options I have filled out.

lapis cobalt
#

i just opened discord but vencord has been removed is there a reason for this or has it just bugged out and needing to be installed again?

tough belfry
#

i need a plugin for bidirectional microphone to discord by voice meeter?

sudden tundra
#

Is there anyone how can I use js like quick css in vencord

#

Please anyone??

haughty goblet
sudden tundra
tough belfry
#

like this, only left side

sudden tundra
#

Like I have changed lil bit css of discord vc but when I am using pop out then css doesn't work on it so?

haughty goblet
sudden tundra
haughty goblet
#

In the console

#

ctrl + shift + i

dull bison
#

any way to have smth like vencord for andriod too?

haughty goblet
#

(Don’t use vendroid)

sudden tundra
dull bison
haughty goblet
#

All plugins are compiled into a single file

sudden tundra
#

Which

haughty goblet
sudden tundra
haughty goblet
#

No

broken tiger
#

i accidentally said 'dont run' when the warning popped up, and now it wont work. Can it be fixed?

nocturne heart
#

HOW TO FIX

#

is there a way to fix plainfoldericon?

haughty goblet
#

You wait for an update

mighty ravenBOT
# broken tiger <@133203646983831552>
Rule 5

All Vencord support requests/questions belong in #πŸ₯-vencord-support-πŸ₯. If you ask in any other channel, you will lose access to all channels except support. No pinging or dming for support

  • If someone breaks rule 5, do not help them or you're part of the problem. Either direct them to the support channel or ignore them.
granite rose
#

yo guys , how to install my own plugins without downloading anything?

granite rose
copper drum
#

hi i have a strange bug with the old discord ui plugin thing, in random channels (like this one actually) the member list is just. gone???. hiding the member list just expands into who knows where

if this is something that cant be fixed that's fine, i'd just like to ask to be sure because it's just a couple channels per server and literally everything else is fine

broken tiger
#

can u answer me aswell??

haughty goblet
#

Google it

broken tiger
#

u couldve just said that

haughty goblet
#

You could’ve just googled it trolley

broken tiger
#

i googled it

#

it doesnt help

tropic fox
haughty goblet
broken tiger
#

google doesnt know shit either

copper drum
# haughty goblet Read pins

somehow i conveniently missed the bit of the first sentence that specifies the visual refresh 😭 oops

haughty goblet
haughty goblet
#

Google that

broken tiger
#

alr

tropic fox
haughty goblet
#

Discord wont maintain the old ui anymore

broken tiger
copper drum
haughty goblet
tropic fox
#

@haughty goblet I don't know if this is something I should know or not but, why are you guys telling "not possible" to almost every thing that people asks? I mean there are questions that pretty much it's true there's no way to answer without a "not possible", but I've seen already that like 5 times on completely answerable questions, does this have something to do with moderation, vencord or discord? I ask because I've already answered some things but maybe I did it wrong or something

haughty goblet
#

Not reasonably possible

#

The maintenance would be too high for something that takes a lot of effort and makes a lot of changes

smoky flame
#

is there a css or a plugin that makes the channel list and server list fold?

haughty goblet
tropic fox
smoky flame
#

ill check out the snippet channel

tropic fox
haughty goblet
#

Its not reasonably possible

#

If we say β€œit’s possible but too much effort” people will complain more than if you just said β€œnot possible”

#

Its painful enough to do support here as it currently is

tropic fox
#

I guess that's true, and making something like a channel or thread to temporary fixes also will imply moderation and answering the same questions over and over

it makes sense actually, thank you, I just wanted to know that

hollow aurora
#

I bought a monthly subscription and I'm waiting for the badge and I didn't get it @shell veldt

haughty goblet
#

Patience (if you dmed them)

stone venture
#

guys

polar lion
#

can soeone send me what css rule i can use to style the refresh server/folder icons?

stone venture
#

what's the plugin that shows deleted message

#

no

haughty goblet
stone venture
haughty goblet
#

Messagelogger

stone venture
#

ooo

stone venture
haughty goblet
#

Yes

tropic fox
# stone venture that's the name?

Be aware that, that plugin it's only going to show you deleted messages of after you enabled the plugin, by the way you're talking I'm guessing you want to see an already deleted message, if that's the case, it won't show up because you didn't have the plugin enabled before

stone venture
#

ok

frozen trout
#

Is there any plugin to add close / minimize / maximize buttons to the new top bar (or perhaps an entirely functional custom titlebar) on linux, so it's like how windows has a custom titlebar?

haughty goblet
stone venture
#

i downloaded it on github

haughty goblet
#

Wdym newest version

tropic fox
#

version of the plugin(? wdym

haughty goblet
#

You cant add plugins to vencord

stone venture
haughty goblet
#

Which isnt vencord

haughty goblet
#

Idk why you are talking about it as its completely unrelated

rustic vessel
#

When will the lagging be fixed, its been months

gaunt ice
#

should i file bug report?

ivory saffron
mild basalt
#

Are there any plugins for quick video sending? LIke the gif selector but with video files instead

rustic vessel
tribal coyote
#

ok

umbral rapids
#

@coarse bronze bad dog

brisk surge
haughty goblet
smoky swallow
#

oh

#

bro got banned? or did he leave

#

shit got tragic new patik

hollow aurora
#

I donated for vencord and I want to redeem my rewards @shell veldt

pulsar swift
rustic vessel
#

ty

loud ember
#

is there a way to move folder content to the right? as it was before ui update?

haughty goblet
loud ember
digital scaffold
#

hi, I'm not sure if this is a general vencord or just a vesktop issue so I'm posting here. I seem so have an issue where the channel descriptions seem to not collapse..? not sure what is actually wrong with it, but on channels with shorter channel descriptions this issue doesn't happen (right side of the screen, to clarify).

hard mesa
#

Does the SpotifyControls plugin work?

I'm seeing a few other people have it working, but it's not appearing for me, oddly enough.
I just reconnected my Spotify to my Discord

Edit: Just had to restart my computer, why? No clue!

past yew
versed bison
#

I don't use invisiblechat but I think you have to have the password

slate hawk
#

I already read know issues, but I can't find this "experiments" thing, i've searched manually and on the "Search" thing, what do I have to do to make it appear?

slate hawk
broken tiger
#

why vencord use 35-50%

haughty goblet
slate hawk
loud ember
#

right at the top

haughty goblet
#

Don’t need to add extra noise

slate hawk
haughty goblet
slate hawk
#

doing the next steps rn

mighty ravenBOT
broken tiger
#

Vencord: v1.11.7 β€’ b3bff83 (Standalone) - 21 Mar 2025
Client: stable ~ Discord Desktop v1.0.9187
Platform: Win32
Last Crash Reason: N/A
⚠️ Activity Sharing disabled

slate hawk
#

yay it worked

haughty goblet
#

And the other button

broken tiger
#

Enabled Plugins (91):

AccountPanelServerProfile, AlwaysAnimate, AnonymiseFileNames, BANger, BetterGifAltText, BetterRoleContext, BetterRoleDot, BetterSessions, BetterSettings, BetterUploadButton, BlurNSFW, CallTimer, ClearURLs, CopyEmojiMarkdown, CopyFileContents, CopyUserURLs, CrashHandler, Decor, DisableCallIdle, EmoteCloner, FakeNitro, FavoriteEmojiFirst, FixImagesQuality, FixYoutubeEmbeds, ForceOwnerCrown, FriendInvites, FriendsSince, FullSearchContext, FullUserInChatbox, GameActivityToggle, GifPaste, ImageLink, ImageZoom, ImplicitRelationships, InvisibleChat, MemberCount, MessageLatency, MessageLinkEmbeds, MessageLogger, MessageTags, MoreCommands, MoreKaomoji, Moyai, MutualGroupDMs, NoOnboardingDelay, NoReplyMention, NoTypingAnimation, NoUnblockToJump, NotificationVolume, NSFWGateBypass, PermissionFreeWill, PermissionsViewer, petpet, PictureInPicture, PinDMs, PlatformIndicators, ReadAllNotificationsButton, RelationshipNotifier, ReplyTimestamp, ReverseImageSearch, ReviewDB, Summaries, ServerInfo, ServerListIndicators, ShikiCodeblocks, ShowAllMessageButtons, ShowConnections, ShowHiddenChannels, ShowHiddenThings, ShowMeYourName, ShowTimeoutDuration, SilentTyping, SortFriendRequests, SpotifyControls, SpotifyCrack, SpotifyShareCommands, StickerPaste, SuperReactionTweaks, TextReplace, Translate, UnlockedAvatarZoom, UserVoiceShow, ValidReply, ValidUser, VcNarrator, ViewRaw, VoiceDownload, VoiceMessages, VolumeBooster, WhoReacted, YoutubeAdblock
haughty goblet
#

Generally enabling every single plugin without reading what to does doesn’t help

#

Disable alwaysanimate

broken tiger
haughty goblet
#

Thats all

broken tiger
#

ok thx for ur help

haughty goblet
#

Alwaysanimate unsurprisingly animates everything

broken tiger
#

it worked now it's only 20%

#

where is the themes folder? i have the css for a theme but idk what to do with it

haughty goblet
#

What os are you on

pure dawn
#

theres a button in the themes section of vencord to open the folder

broken tiger
#

windows, i'm using the vencord plugin with supermium

haughty goblet
#

What version of windows

broken tiger
#

xp x64

#

don't ask

haughty goblet
#

Not supported

broken tiger
#

the browser is up to date though

haughty goblet
#

Not supported

broken tiger
#

ok what if i use it on win10

haughty goblet
#

Then its supported

broken tiger
#

hold on

lunar idol
#

Someone know why themes doesn't appear?

haughty goblet
lunar idol
haughty goblet
#

Then it wont work

lunar idol
#

oh

broken tiger
haughty goblet
#

Does pressing upload work

pulsar plover
#

guys was usertags removed? i cant find it

broken tiger
#

no

#

upload does nothing

haughty goblet
#

Or some weird browser issues

broken tiger
#

works if i spam it, where's the actual folder located at though?

haughty goblet
#

Most likely browser issue

haughty goblet
broken tiger
#

oh wait, now its working under xp too, hold on a sec

steep elk
#

Vencord: v1.11.7 β€’ b3bff83 (Standalone) - 21 Mar 2025
Client: stable ~ Discord Desktop v1.0.9187
Platform: Win32
Last Crash Reason: N/A

broken tiger
#

yay, now it works

#

thanks

slate hawk
#

anyone know how to disable discord overlay? trying to play a game and I cna't click S or it pops up

haughty goblet
#

By going into settings and disabling it

slate hawk
#

lol

lime thorn
slate hawk
#

πŸ’”

#

im so dumb

tropic fox
haughty goblet
broken tiger
#

hmm, is it normal for css themes to cause lag?

haughty goblet
haughty goblet
lime thorn
#

well of course but a bit of automation is just poggies

broken tiger
#

yeah this is quite bad on this vm, rip

lime thorn
haughty goblet
broken tiger
#

probably a hint i shouldn't use this on my laptop either if i care about battery life

lime thorn
haughty goblet
#

Not much you can do about it

gaunt ice
haughty goblet
gaunt ice
haughty goblet
gaunt ice
#

it asked me today its updated so i clicked the new color

haughty goblet
#

Weird

#

Not sure then

gaunt ice
#

should i report in github?

haughty goblet
#

It’s likely just a weird interaction of discord and vencord

#

You are the only person with that issue

gaunt ice
#

i know

#

i am on gento also if relevant

#

but the .ebuild seems fine

#

got new gpu too also B580

uneven scroll
mint herald
#

the theme bypass/fix makes screenshares not centered b tw

high hornet
#

how does vencord/vesktop inject stuff into the discord client like custom settings or buttons etc, trying to figure out how and where this is done in the code

static vector
#

hum, i did use experiments the other day to revert to the old UI but today my theme doesnt load, except if i use the new UI

trim shoal
#

Every time i am in a call, after some minutes or even one minute after entering it makes me disconnect from it and discord reloads again then the same thing happens again

trim shoal
sacred stream
bleak canyon
#

mobile typing ui on pc

bleak canyon
flint vessel
#

Why can't I switch between my logged in discord accounts when Vencord is installed? I tried uninstalling Vencord, and then I was able to switch accounts

pure dawn
#

you can switch accounts with vencord installed

#

nothing is stopping you

#

except maybe your own ignorance by messing with css or experiments

flint vessel
#

wait nvm i can switch now, i dont know why i couldnt before

broken tiger
#

hey guys I have an question

#

How can I add my own plugin?

marble palmBOT
# broken tiger How can I add my own plugin?

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.

broken tiger
#

SHUSH

#

SHUT UP

brisk surge
modern yacht
#

is it possible to put back the 2 buttons back in here?
literally thats all i hate about the new ui lol
just that bar which i see is removable but removes the mentions buttons with it

broken tiger
modern yacht
#

yea i wanna know the css code lol
i only figured the html part (messing with it in inspect element)

broken tiger
#

I don't get it

#

Guys how do I implement something that I want to use into discord?

#

Like plug1n

tropic fox
# broken tiger Like plug1n

it depends actually, you want to add a javascript plugin?, if so do what they told you before, or do you want to change some graphical thing on discord?, if so, then you can very easly by writting css on the quick css editor on your user settings > vencord > theme

broken tiger
sacred stream
#

can someone help me?

modern yacht
sacred stream
#

ive been having this issue for a while now and no one seems to have answered

tropic fox
broken tiger
#

Just askin..

sacred stream
#

let me link my message

sacred stream
#

in this message i replied to the bot and explained all the steps and answered all questions however i havent gotten a reply since

tropic fox
# broken tiger If I use AI would I be considered the worst man on earth?

Ngl, imo do whatever you want, after all it will only for you, and if you dont know how to write css properly and you want your thing anyways, do it, I dont there's actually a problem with it, just dont mess too much with discord itself, if you're gonna ask an AI, just tell it you want a some png/gif that follow your cursor on css, dont say discord because its gonna start making up things

sacred stream
#

do i just need to wait for someone to reply or ask again? i asked this a few hours ago

broken tiger
#

Uhh.. ahem..

pure dawn
sacred stream
tropic fox
# broken tiger I said "for discord"..

I dont recommend saying it, because an AI will not assume you're using vencord, and instead its gonna try suggesting solutions to a non existing problema just tell it that thing I said before

slender sage
#

is the member list display issue fixed?

pure dawn
sacred stream
broken tiger
pure dawn
#

Either provide it now or don't at all

sacred stream
tropic fox
# broken tiger So without discord word ok

tell it something like "I want a png/gif that follow my cursor on css to whatever I move my mouse on the website with a little delay", that should be enough, then you go to

user settings > vencord > themes > and hit the quick css button and you try testing your css there

pure dawn
#

if i ctrl+f'd everyone in this chat when they asked for help i'd be here forever

broken tiger
sacred stream
#

1 Followed a youtube video on how to create a custom bot for my game for the application id
2 Copied application ID onto Custom RPC
3 Pasted in the image that I wanted for my Custom RPC and filled all required lines, state lines details etc etc.
4 It showed if you click on the Custom RPC that it should be there however it is not
5 Checked if my status was on for RPC which it is
6 I asked my friend who also uses Vencord and it works perfectly fine with him too. However I am still having the issue
7 I can provide screenshots of my Application ID and my screenshot of my Custom RPC screen of all options I have filled out.

sacred stream
tropic fox
mighty ravenBOT
broken tiger
sacred stream
#

Vencord: v1.11.7 β€’ b3bff83 (Standalone) - 21 Mar 2025
Client: stable ~ Discord Desktop v1.0.9187
Platform: Win32
Last Crash Reason: N/A

#

Vencord: v1.11.7 β€’ b3bff83 (Standalone) - 21 Mar 2025
Client: stable ~ Discord Desktop v1.0.9187
Platform: Win32
Last Crash Reason: N/A