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

1 messages Β· Page 414 of 1

haughty goblet
#

Not up to us sadly

hard temple
#

I know

vapid berry
kindred kettle
#

because your selector makes no sense, try [class^=panels_] [class*=avatar_]::before

remote onyx
#

i installed vencord and have everything i want but nothing works i cant see my private vcs etc? i did a clean reinstall of discord and everything and repair with vencord

vapid berry
#

a

remote onyx
#

they can see a channel only one person can see

#

idk if its just me tho

haughty goblet
#

Can you do /vencord-debug

#

I just tested, yes its still broken

remote onyx
#

Vencord: v1.9.6 β€’ 5e9a9fe (Standalone) - 25 Jul 2024
Client: stable ~ Discord Desktop v1.0.9155
Platform: Win32
Last Crash Reason: N/A

remote onyx
vapid berry
#

Screenshare is completely blacked out on

haughty goblet
novel zinc
#

Would Vencord/plugin-requests be the right repository to make a suggestion to an already existing plugin?

haughty goblet
#

Yes

novel zinc
#

πŸ‘

vapid berry
#

Stream infinitely loading/ blacked out (vesktop on fedora linux)

#

Im in vc still trying to figure this out

remote onyx
#

can we add our own plugins or no?

marble palmBOT
# remote onyx can we add our own plugins or no?

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.

vapid berry
#

Heres a guide on how to create them

kindred kettle
remote onyx
#

idk what dat mean but ok!

#

so like do we get updates for it or what?

vapid berry
#

Yea u have to likedo pull requests/merges or something

#

Are u familiar w git

haughty goblet
#

if you dont know what it means that its not really for you, we cant give support for dev installs

vapid berry
#

Perchance you should be familiar with... git

#

and have a... code editor.... perchance....

haughty goblet
#

stop helping them otherwise you both can get locked from support

vapid berry
#

Oh no

haughty goblet
#

vs dev

mighty ravenBOT
# haughty goblet vs dev

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

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

vapid berry
#

@remote onyx Dms perchance...

haughty goblet
#

that however is fine

vapid berry
haughty goblet
#

as long as they know they cant get support for it here, because its not for the everage user

vapid berry
#

Evil support channel: we will help regular people... with dev installs... perchance

kindred kettle
#

there's already more than enough really mysterious issues koishu is trying to tackle without everyone having broken custom builds

brisk surge
#

@broken tiger english only

broken tiger
#

Why do the pictograms shift sideways?
Is there any way to fix it?

:root {
  --folder-icon-1: "πŸ€“";
  --folder-icon-2: url(https://discord.com//assets/4edd706d9d0366f0d287.svg);
  --folder-icon-3: "あ";
  --folder-icon-4: "A";
  --folder-icon-5: "1";
}
[aria-label="Servers"] {
  & > :nth-child(5n + 1) {
    --folder-icon: var(--folder-icon-1);
  }
  & > :nth-child(5n + 2) {
    --folder-icon: var(--folder-icon-2);
  }
  & > :nth-child(5n + 3) {
    --folder-icon: var(--folder-icon-3);
  }
  & > :nth-child(5n + 4) {
    --folder-icon: var(--folder-icon-4);
  }
  & > :nth-child(5n + 5) {
    --folder-icon: var(--folder-icon-5);
  }
  [aria-owns^="folder-items-"] > [class^="folderIconWrapper_"] {
    background-color: var(--background-primary) !important;
    [class^="closedFolderIconWrapper_"],
    [class^="expandedFolderIconWrapper_"] {
      display: none;
    }
    &::after {
      content: var(--folder-icon);
      text-align: center;
      font-size: 24px;
      position: absolute;
      top: 12px;
      left: 12px;
      width: 24px;
      height: 24px;
    }
  }
}
kindred kettle
silent pasture
#

uservoiceshow still not working?

broken tiger
vapid berry
broken tiger
vapid berry
#

If someone screws over their installs its on them but just like a step in the right direction

#

Idk im talking out my ass at this point carry on9

autumn crow
haughty goblet
#

there's no need to go on a tangent about it, it wastes time for everyone

thorn sedge
#

what the fuck is happening here in support again

unique badge
#

why does my chat box look like this

haughty goblet
#

Because you have a theme enabled that does that

fresh dune
#

ill try

broken tiger
# kindred kettle I'd replace the emoji with an image of the emoji, that would be the easiest fix

Resolved.
I was an idiot.

:root {
  --folder-icon-1: "πŸ€“";
  --folder-icon-2: url(https://discord.com//assets/4edd706d9d0366f0d287.svg);
  --folder-icon-3: "あ";
}
[aria-label="Servers"] {
  & > :nth-child(3n + 1) {
    --folder-icon: var(--folder-icon-1);
    --position-left: 8px;
  }
  & > :nth-child(3n + 2) {
    --folder-icon: var(--folder-icon-2);
    --position-left: 12px;
  }
  & > :nth-child(3n + 3) {
    --folder-icon: var(--folder-icon-3);
    --position-left: 12px;
  }
  [aria-owns^="folder-items-"] > [class^="folderIconWrapper_"] {
    background-color: var(--background-primary) !important;
    [class^="closedFolderIconWrapper_"],
    [class^="expandedFolderIconWrapper_"] {
      display: none;
    }
    &::after {
      content: var(--folder-icon);
      text-align: center;
      font-size: 24px;
      position: absolute;
      top: 12px;
      left: var(--position-left);
      width: 24px;
      height: 24px;
    }
  }
}
true violet
#

i dont know if this is really help for this kind of stuff but i dont know how to use viewraw

haughty goblet
fresh dune
#

the exe is in the json though.... whatever i don't really care :P

modest ingot
#

FakeNitro profile colors not showing, even in nitro preview tab

hazy breach
modest ingot
#

Enabled Plugins (53):

BetterRoleContext, BetterSettings, BetterUploadButton, BiggerStreamPreview, BlurNSFW, CallTimer, ClearURLs, CopyUserURLs, CrashHandler, CustomRPC, Decor, EmoteCloner, Experiments, FakeNitro, FakeProfileThemes, FavoriteGifSearch, FixSpotifyEmbeds, ForceOwnerCrown, FriendInvites, FriendsSince, GreetStickerPicker, ImplicitRelationships, MemberCount, MessageLogger, MoreKaomoji, MutualGroupDMs, NoBlockedMessages, NoDevtoolsWarning, NoF1, NoReplyMention, NoTypingAnimation, NoUnblockToJump, NSFWGateBypass, OpenInApp, petpet, PlatformIndicators, PreviewMessage, RelationshipNotifier, ReviewDB, SecretRingToneEnabler, SendTimestamps, ShowAllRoles, ShowHiddenChannels, SilentTyping, SortFriendRequests, SpotifyCrack, SpotifyShareCommands, Translate, TypingTweaks, USRBG, ValidUser, VoiceMessages, VolumeBooster
brisk surge
modest ingot
#

yeah that worked :P

#

Gray discord

shell veldt
#

why did that guy get timed out for 24h lol

haughty goblet
#

they were being annoying for that exact reason

modest ingot
azure tinsel
#

Felix_coco_sip_FB I mean I limit my timeouts to trolls and jerks so idk

haughty goblet
#

I use it for trolls/jerks/people who blatantly don’t read #1257025907625951423 and those who continuously post unrelated content

stiff hearth
stiff hearth
cedar laurel
#

i need help

#

its not letting me do cool stuff

rain wasp
quasi raptor
#

i need help

mighty ravenBOT
# quasi raptor i need help

"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 @rain wasp)

cedar laurel
haughty goblet
quasi raptor
#

i can't see images and sticker some how

#

Vencord: v1.9.6 β€’ 5e9a9fe (Standalone) - 25 Jul 2024
Client: stable ~ Discord Desktop v1.0.9155
Platform: Win32
Last Crash Reason: N/A

haughty goblet
quasi raptor
#

i use the every color for themes

#

like on pc

haughty goblet
#

Can you do /vencord-plugins

cedar laurel
quasi raptor
#

Enabled Plugins (22):

AlwaysAnimate, AutomodContext, ClientTheme, CrashHandler, DisableCallIdle, FriendsSince, MaskedLinkPaste, MessageClickActions, MessageLogger, NoBlockedMessages, NoUnblockToJump, PartyMode, PinDMs, RelationshipNotifier, ReplaceGoogleSearch, ServerInfo, ShowHiddenThings, SpotifyCrack, Translate, UserVoiceShow, VoiceMessages, WatchTogetherAdblock
haughty goblet
cedar laurel
boreal turtle
cedar laurel
boreal turtle
#

what cool stuff

quasi raptor
#

i can't even see this guy image

cedar laurel
#

the plug thing

quasi raptor
#

if u send sticker it will say nuh uh

haughty goblet
quasi raptor
#

and i can't send a fucking image now it just happend now

#

before is alright like 3 hours ago

#

its says processing

haughty goblet
cedar laurel
#

I NEED HELP 😑

quasi raptor
#

wym by stock btw?

haughty goblet
#

non-vencord

quasi raptor
#

sorry if im not well know

haughty goblet
quasi raptor
#

yeah it works in mobile like im not using vencord

cedar laurel
#

i am help YOU]

quasi raptor
#

i can't even see playing game

haughty goblet
quasi raptor
#

like what game u play i can't see it

cedar laurel
#

the plugin stuff

quasi raptor
#

i already repair it

haughty goblet
quasi raptor
#

but it doesnt work

cedar laurel
#

yes

haughty goblet
#

then why didnt you say that beforehand

quasi raptor
#

please help me sir

haughty goblet
# cedar laurel yes

Press windows + r then paste %localappdata%/discord and screenshot the contents

haughty goblet
quasi raptor
#

alr ill wait

haughty goblet
#

ur issue is more weird so it will need to wait a bit

quasi raptor
#

yeah idk like it was fine

#

but suddenly its like this

#

weird

haughty goblet
#

since the other guy seems to be dead ill help

quasi raptor
#

imnot even messing with the other pluggins

haughty goblet
#

can you screenshot what you see

#

or rather, dont see

quasi raptor
#

the thing is i can't

#

even send

#

the screenshoot

haughty goblet
#

use another device then

#

take a photo of the screen or somethin

quasi raptor
#

alr

fringe crescent
#

is there a way to fix FakeNitro emotes downscale quality on users dont have vencord installed?

#

it's also rounded in android devices

quasi raptor
haughty goblet
#

Internet issue

rich tide
quasi raptor
#

no its not

haughty goblet
#

Yup it is

quasi raptor
#

im fine with the internet tho

#

alr ima just restart my pc if its still

haughty goblet
#

Not with the discord servers, specially media

#

Because you minimised them

quasi raptor
#

if its internet issue how can i chat u

haughty goblet
#

Because chat and media is 2 different servers

#

(Its not really like that but its the easiest way to explain)

#

Either way its not a vencord issue

quasi raptor
#

weird lowkey

#

but alr

#

thanks for the help lemme try sum

queen flower
#

for some reason my profile is light theme, idk when it did this or how to change it

#

idk if this is a vencord issue or not though

queen flower
kindred kettle
#

not sure you can avoid that, no idea why this setting even exists or why it's not on by default (or is it idk)

#

it's dark theme for me with that setting enabled like it should be

cedar laurel
mighty ravenBOT
#

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

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

For Vencord issues:

  • If you are able to, run the /vencord-debug slash command
  • If not, provide the following info:
    • How are you using Vencord? (Discord Desktop, Browser (name your browser!!), Vencord Desktop, ArmCord, ...)
    • What OS are you using?
  • Open the DevTools with Ctrl + Shift + i (Cmd + Option + i on MacOs) and check the console tab for red error messages

For Installer issues:

  • What OS are you using?

(Auto-response invoked by @flat cove)

flat cove
#

gonna need more info

#

Does your browser stop you from downloading because it thinks it's a virus?

#

Where are you downloading from

#

And what does it say

#

alr

#

Open task manager

#

Make sure there really is no discord left

#

we'll see

fossil yoke
#

Not sure if a issue related to vencord but-
Images and gifs on discord are currently taking ages to load
what could be the cause? it's not my internet

flat cove
#

Do you have the same issue there

rugged sequoia
#

Any update on the fix for user voice show?

fossil yoke
#

but i think desktop discord is fine now too? opened up a server on both browser and desktop to compare and it seems fine on both sides
idk maybe im going crazy lololol

haughty goblet
last jolt
#

yooo

flat cove
#

?

#

does it not work for you

solid kelp
#

dont enable settings without knowing what they do then

#

look thru vesktop settings

solid kelp
#

you turned on "open links in app"

#

vesktop settings

stiff hearth
boreal turtle
stiff hearth
thorn sedge
#

whats the plugin that fixes attachment quality again

boreal turtle
#

oh do u mean emojis from other servers

stiff hearth
#

i mean i want uplaud emoji on role

stiff hearth
boreal turtle
#

yea u can alrdy do that

potent crane
#

what vencord setting lets you see a persons full pfp

haughty goblet
potent crane
last jolt
last jolt
brisk surge
last jolt
#

For

#

This client ?

brisk surge
wise flare
#

Hi, can anyone help me on how to install the vencord installer on linux?

haughty goblet
#

Go to the linux section and use the command

wise flare
#

i try it

haughty goblet
#

Yes

#

Run that

wise flare
thorn sedge
#

epic paste fail

wise flare
#

true

final sapphire
#

i tried to install vencord and it says this now im confused

honest scroll
final sapphire
honest scroll
#

it might be an installation issue

final sapphire
haughty goblet
honest scroll
haughty goblet
#

Internet issue

final sapphire
# haughty goblet Internet issue

my country suffered a internet blackout and the internet is pretty slow now so do you think it will work after my internet gets stable?

honest scroll
#

maybe yes

final sapphire
#

alright ill try again when my internet stabilises

wise flare
#

so is anyone with linux who can help me?

mighty ravenBOT
# wise flare so is anyone with linux who can help me?

"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 @haughty goblet)

peak cedar
#

does transparency not work?
I came back home after a week and when i logged on my theme isnt transparent anymore

honest scroll
honest scroll
#

do you mean window transparency or ui transparency?

peak cedar
honest scroll
peak cedar
#

damn
again?

honest scroll
#

if there is a new version of the theme update it

peak cedar
#

and this is even sadder part

honest scroll
#

do you have the .css file?

peak cedar
honest scroll
brisk surge
#

Hello @shell veldt... the vencord installer does not seem to properly load on my Windows XP based reactOS install.

is my OS unsupported?

peak cedar
kindred kettle
#

@peak cedar disable visual refresh experiment

peak cedar
hazy breach
#

its alr in a/b

peak cedar
hazy breach
#

like 10% rollout or smth

kindred kettle
#

oh

peak cedar
hazy breach
#

no

#

theyre randomish

peak cedar
#

bruh

brisk bough
#

hello i have a problem

#

i dont have sound in my screen sharing

#

why ??

woven knoll
#

hello i'm a big gangsta

brisk surge
brisk bough
mighty ravenBOT
# brisk bough plsss

"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 @haughty goblet)

brisk bough
#

Vencord: v1.9.6 β€’ 5e9a9fe (Vesktop v1.5.3) - 25 Jul 2024
Client: stable ~ Vesktop v1.5.3
Platform: Linux x86_64

#

Enabled Plugins (37):

BetterSettings, BetterUploadButton, CallTimer, CustomRPC, CustomIdle, EmoteCloner, FakeNitro, FakeProfileThemes, FixSpotifyEmbeds, FixYoutubeEmbeds, ForceOwnerCrown, FriendsSince, ImageZoom, ImplicitRelationships, LoadingQuotes, MemberCount, MessageLogger, MutualGroupDMs, OpenInApp, PauseInvitesForever, PinDMs, PlatformIndicators, PreviewMessage, RelationshipNotifier, ReverseImageSearch, ServerInfo, ShowHiddenThings, ShowTimeoutDuration, SpotifyControls, SpotifyCrack, SpotifyShareCommands, Translate, UnlockedAvatarZoom, UserVoiceShow, ValidUser, ViewIcons, ViewRaw
haughty goblet
#

Ah linux, idk how to help there, would need to wait for someone else

queen flower
#

how do i get access to chat channels?

royal kernel
#

Can asomeone help me? I want the uwuifier plugin but I can't find it in the list of plugins, and I don't know what user plugins are

haughty goblet
#

But

#

Vs dev

mighty ravenBOT
# haughty goblet Vs dev

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

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

haughty goblet
royal kernel
#

and how do I install third party plugins

queen flower
haughty goblet
#

You were needy for support in other channels, which you were locked out of other channels

mighty ravenBOT
# royal kernel and how do I install third party plugins

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 @haughty goblet)

royal kernel
#

ty

queen flower
untold stratus
#

Hello, today I installed vencord and I put a theme and it turns out that I am bugging and I can not enter settings to remove the theme, uninstall dc and vencord and I reinstalled it but the same background appears

#

I'm from Argentina and I don't understand much English so I'm using the translator

mighty ravenBOT
# untold stratus Hello, today I installed vencord and I put a theme and it turns out that I am bu...
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 = []
})()
untold stratus
# mighty raven

Can you explain to me step by step I don't understand, sorry

flat cove
#

That's not a status effect

#

also i assume you're talking about this?

#

yea no its gone, I only have it because of a dirty hack

untold stratus
flat cove
#

are you on windows

hasty bridge
#

why do i have an old UI for my vesktop screenshare? is that normal?

untold stratus
hasty bridge
flat cove
#

press Ctrl + Shift + I
DevTools should show up at the side

hasty bridge
#

@flat cove

#

i'm also on the verge of peeling my skin off

#

because screensharing has been a terrible experience all around

haughty goblet
#

Thats just what it looks like on vesktop

hasty bridge
#

and i've found no fixes

#

for any of my problems

haughty goblet
#

Streaming on vesktop for windows is funky

hasty bridge
#

:((

hasty bridge
royal kernel
mighty ravenBOT
# royal kernel Sorry to bother you again, after building vencord how do I know whenever I need ...

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 @haughty goblet)

hasty bridge
#

its really framey and possibly one of the worst things is

#

randomly my audio will spike to like

#

1000% volume for a split second

#

and i'll hear it

haughty goblet
#

Ive never experienced that

hasty bridge
#

and it has made me freak out on multiple occasions

hasty bridge
#

hopefully everything will be refined soon

flat cove
peak prairie
#

boosting this message as i still have no response and am still getting errors

flat cove
#

lmao that's probably just JIT

peak prairie
royal kernel
flat cove
#

Are you a developer

royal kernel
#

Nope, I just built it because I wanted a custom plugin, but I'm not having the dev version

royal kernel
#

:(

flat cove
#

you're on your own

haughty goblet
flat cove
#

dev builds were meant for developers anyways

royal kernel
haughty goblet
#

I cant help

flat cove
#

We can only help with official builds

royal kernel
flat cove
#

If you're a developer, you'd know how all this stuff works

mental yarrow
#

anyone know why devtools won't open with Ctrl + Shift + I? wondering if it could be to do with this AMD shortcut being Ctrl + Shift + I

haughty goblet
#

Yes

flat cove
#

Or try ctrl+shift+j

#

idk if that works though

mental yarrow
#

ah ok, I'll remove the keybind because Ctrl + Shift + J is instant gif lol

mental yarrow
#

yeah removing the keybind worked, thanks!

hollow fiber
flat cove
haughty goblet
flat cove
#

you selected custom location

#

Select this

hollow fiber
narrow finch
#

Ive not been getting any notifications on discord recently which is really annoying, i turned on a plugin that i thought would help (i dont remember the name of it) now whenever i go into any channel everytime a message is sent a really annoying sound plays. Its given my at least 6 migraines and i cant find how to turn it off or how to reset vencord

narrow finch
#

Enabled Plugins (17):

BiggerStreamPreview, CallTimer, ClientTheme, CrashHandler, Decor, DisableCallIdle, FakeNitro, ForceOwnerCrown, MessageClickActions, MessageLogger, MoreCommands, NSFWGateBypass, PinDMs, PreviewMessage, RelationshipNotifier, ShowConnections, Translate
#

its not on there

#

i tried looking for it in the plugins settings filtering enabled only

frigid scaffoldBOT
#

venbotto :3 has not set their last.fm account
To link to the bot you must have a last.fm account and then do:
/set your_last_fm_account

narrow finch
#

oops

#

BiggerStreamPreview, CallTimer, ClientTheme, CrashHandler, Decor, DisableCallIdle, FakeNitro, ForceOwnerCrown, MessageClickActions, MessageLogger, MoreCommands, NSFWGateBypass, PinDMs, PreviewMessage, RelationshipNotifier, ShowConnections, Translate

#

thats what it says

#

none of those involve notifcations or sound other than relationshipnotifier which i had on before it anyway

sleek ruin
#

I installed a new theme and it basically won't let me uninstall it now.

mighty ravenBOT
# sleek ruin I installed a new theme and it basically won't let me uninstall it now.
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 = []
})()
narrow finch
#

o

#

how do i remove this annoying sound

sleek ruin
kindred kettle
flat cove
#

monospaced

narrow finch
#

i dont know if thats it

#

i hear the normal sound but if im in a channel and someone sends something that sound plays too

flat cove
kindred kettle
#

disable same channel notification sound

narrow finch
#

oh thank you

#

i dont know why i didnt look there πŸ’€

mental yarrow
#

do you know if 38.4 is the correct avatar decoration size for the panel in the lower left corner and 96 for the user info panel in settings?

mental yarrow
mental yarrow
#

ok cool thanks πŸ‘

thick plover
#

Can't seem to select the game Rabbit and Steel as an audio source when screensharing. All sorts of combinations of application and system restarts dont seem to fix it. on Pop!OS

hot parrot
still sentinel
#

I downloaded vencord, installed vencord, quit discord and re-opened it and i couldnt find vencord in the setting categories

#

ive tried redownloading the installer and discord

#

but it still does not show up

#

i am using macOS sonoma

shadow bloom
#

Is it known that Vesktop does not support the Join via Desktop App feature?

still sentinel
#

if you jhave discord on still

flat cove
hot parrot
#

bru

still sentinel
#

please quit it

still sentinel
#

but it still didnt work

#

i also tried uninstalling and reinstalling

flat cove
still sentinel
#

alrigh5

hot parrot
still sentinel
#

Hi im on my phone

#

do i download vencord now?

flat cove
still sentinel
#

Yeah

flat cove
#

Install Vencord

mighty ravenBOT
still sentinel
#

okay it says sucessfully patched

#

im opening it right now

#

UH

flat cove
#

well yes but why

still sentinel
#

This is nice

hot parrot
#

guess ill go die then

#

SHUT UP

mighty ravenBOT
flat cove
hot parrot
#

this is the second time ive been told to go do a different channel

mighty ravenBOT
still sentinel
#

sorry

#

i mean not there

hot parrot
still sentinel
#

the vencord category

flat cove
#

But it opened, right?

#

Press option+cmd+I

still sentinel
#

ooh okay

#

elements

#

console

flat cove
#

Go to console

#

Scroll to the top

#

What do you see

still sentinel
#

FAST CONNECT

#

a link

#

encoding etf, version 9

flat cove
#

does it say Vencord anywhere

still sentinel
#

Nope

flat cove
still sentinel
#

console?

#

or terminal

#

ok i pasted it in terminal

#

it says app.asar

#

_app.asar

#

bootstrap

shadow bloom
still sentinel
#

build_info.json electron.icns

flat cove
#

In terminal

#

And send the output

flat cove
#

Close discord

#

Type killall Discord

still sentinel
#

Okay

#

What now

flat cove
#

Then type /Applications/Discord.app/Contents/MacOS/Discord

still sentinel
#

E

#

It says

#

this

flat cove
kindred kettle
still sentinel
#

okay

#

what now

still sentinel
#

Oh okay

kindred kettle
#

uhh I think there have been some that try to recreate discord from scratch but I doubt none that really work for daily use

still sentinel
#

Wait

#

But how

#

When it gives me that prompt

#

I cant type in terminal

flat cove
#

You're supposed to enter your macOS login password

still sentinel
#

whoops

#

wait

#

it says no discord installs found

#

but im typing with discord rightnow

flat cove
still sentinel
#

on my computer

flat cove
#

Send screenshot

still sentinel
flat cove
#

Show the terminal

still sentinel
flat cove
#

your discord disappeared

still sentinel
#

am i cooked

flat cove
#

reinstall discord and run vencord installer

still sentinel
#

alright

flat cove
#

this time it should work

still sentinel
#

ok wait when i download discord once

#

i get two versions

#

is that normal or 😭

flat cove
#

I suggest you delete both of those and start from the beginning

thorn sedge
#

xnu is very stable yesh

still sentinel
#

Yeah i did

flat cove
grand dirge
#

I need help. I can't move discord channels. When ever I hold left clicker over it show an url. I did play with some setting however I want this fix.

still sentinel
#

Ok now it says this

grand dirge
still sentinel
#

but i still cannot find it in the category

#

i also tried repairing it

#

OH

#

it says rename it

#

how do i do that

flat cove
still sentinel
#

yeah i have been downloading from their website

flat cove
still sentinel
grand dirge
flat cove
still sentinel
#

OOOOOOOHHHHHHHHHH

#

My bad.

grand dirge
#

and the other one is letting me move channels

still sentinel
#

TYSMM!!!

#

it works now

flat cove
#

Right click the server

#

Check Show All Channels

flat cove
grand dirge
#

Thank you fixed

#

βœ…

flat cove
#

@still sentinel you should probably turn gatekeeper back on now

flat cove
still sentinel
#

how do i do dat

flat cove
still sentinel
#

ty

flat cove
#

make sure discord still opens

still sentinel
#

it says nothing

flat cove
still sentinel
#

So this is good?

flat cove
#

Quit discord and make sure it still opens

still sentinel
#

alright it works

#

so this is

#

good right

flat cove
#

yes

still sentinel
#

tysm!!!

flat cove
#

does discord still open

still sentinel
#

yeah

#

i reopned it

flat cove
#

nice

mental yarrow
#

anyone know how to make this animate only on hover?

  background-image: var(--avatar-decoration);
  content: "";
  width: 38.4px;
  height: 38.4px;
  background-size: 38.4px;
  position: absolute;
  top: var(--custom-avatar-avatar-decoration-border-position);
  left: var(--custom-avatar-avatar-decoration-border-position);
  z-index: 1;
}```
kindred kettle
mental yarrow
#

yep

kindred kettle
#

you'd have to have also a non-animated one and then switch the background-image between the gif and png for an example using :hover or :not(:hover)

mental yarrow
#

ah ok, I can do that, I'll just get the first frame from the animated one

kindred kettle
mental yarrow
#

oh yeah didn't see that in the channels list, thanks πŸ‘

wise hull
#

hi i didnt know where to ask this but i read through faq and announcements and didnt see it (tbf i did read kinda quickly. anyways)

i was wondering how old your github account has to be before making plugin requests. i just made one today.

gleaming frost
#

i need help to make my background like this

#

i did idk wym

flat cove
#

github simply says "New users"

#

check github docs ig

#

seems to be 24 hours

gleaming frost
flat cove
broken tiger
#

I cant do un mobile

#

In

mighty ravenBOT
# broken tiger I cant do un mobile
Is there a mobile version of Vencord?

Technically yes, we have a very barebones app for android: VendroidHowever, it suffers from many issues and thus is not recommended for daily use (nor is it actively being worked on)

Instead, we recommend the following alternatives:

gleaming frost
wise thicket
mighty ravenBOT
# wise thicket vp bg

Displays user banners from USRBG, allowing anyone to get a banner without Nitro

Authors

AutumnVN, katlyn, pylix, TheKodeToad

wise thicket
#

@gleaming frost ^ use that

flat cove
still sentinel
#

do you know when you supported me

#

a few hours ago

wise thicket
still sentinel
#

So basically

#

It was installed

#

everything seemed/worked fine

#

and now its just

#

GONE

flat cove
#

qhar

#

define gone

still sentinel
#

Cannot find it in category

#

when i try to reinstall it says

#

already patched

flat cove
#

/Applications/Discord.app/Contents/MacOS/Discord

#

run that

still sentinel
#

cant have shit in detriot πŸ˜”

still sentinel
flat cove
#

what happened

still sentinel
#

uh

#

on my dock

#

another discord app appeared for like a second

#

and then dissapeared

flat cove
#

ah

#

i see the problem

#

run ps aux | grep Discord.app

#

send the output

still sentinel
#

oh boy

flat cove
#

quite a lot of output right

#

send it

still sentinel
#

you can read this??

#

you can gather information from this

#

jumble of letters

rigid kraken
#

Is there a plugin that allows me to send a full folder of pictures into discord

still sentinel
#

Here is a more clearer version

#

of the image

still sentinel
flat cove
#

restart your computer

still sentinel
still sentinel
#

and i also see this...

#

😭

flat cove
#

or is that in /Applications

still sentinel
#

oh thats in trash

#

didnt see, mb

still sentinel
flat cove
inland peak
#

ok

still sentinel
#

still do not see vencord though in my categories

still sentinel
flat cove
still sentinel
#

ok

#

just to be clear

#

reinstall, not install right

still sentinel
#

cannot see it in categories

flat cove
#

killall Discord; /Applications/Discord.app/Contents/MacOS/Discord

still sentinel
#

closed and re opened discord

#

basically

#

O

#

I GOT VENCORD\

still sentinel
flat cove
#

Β―_(ツ)_/Β―

umbral pilot
flat cove
#

with gatekeeper on

#

honestly i have no idea anymore because it seems like it sometimes works for them

flat cove
#

Β―_(ツ)_/Β―

flat cove
still sentinel
flat cove
#

nah

#

i dont think you have to mess with gatekeeper

umbral pilot
#

what r u even doing

flat cove
#

Β―_(ツ)_/Β―

#

vencord loads but only when discord is launched from terminal

loud reef
#

how do i know that vencord is running?

flat cove
#

If you see vencord settings then vencord has loaded

#

Use your eyes

blissful ingot
#

this option isnt vencord related right

brisk surge
blissful ingot
little lion
#

hi

#

this dont opeen

#

what

wise thicket
little lion
wise thicket
little lion
wise thicket
clear sigil
#

is there still no way to go back to old discord profiles? Being able to see roles, notes, and account creation date without clicking multiple buttons?

little lion
wise thicket
rapid kelp
#

Hey, I did not see this in known issues, but it appears that the mozilla install via tampermonkey is unable to sync from cloud settings with the following syntax error:
(TypeError: o.headers.get is not a function).

As an added note, I am using a hardened version of mozilla, (arkenfox) and this may be causing issues due to my own security settings.

mighty ravenBOT
#

owo

empty scarab
#

q

soft ingot
#

is the vencord chrome extension working?

mighty ravenBOT
# soft ingot is the vencord chrome extension working?

"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 @wise thicket)

oak parcel
#

works on my machine

copper dagger
#

Can someone help me? When I install Vencord and open Discord, I encounter this error

marble palmBOT
broken tiger
#

what do cloud settings do on vencord?

copper dagger
#

I tried to fix it, but it still has errors

flat cove
broken tiger
flat cove
oak parcel
broken tiger
flat cove
#

...

copper dagger
marble palmBOT
flat cove
#

across devices

broken tiger
flat cove
#

Discord syncs discord settings

#

Vencord cloud is for vencord settings

broken tiger
flat cove
#

What

#

vf mobile

mighty ravenBOT
# flat cove vf mobile
Is there a mobile version of Vencord?

Technically yes, we have a very barebones app for android: VendroidHowever, it suffers from many issues and thus is not recommended for daily use (nor is it actively being worked on)

Instead, we recommend the following alternatives:

broken tiger
#

how do i download it

#

pyonocrod

copper dagger
marble palmBOT
weary rampart
#

Omg, this is suffering.

#

(The guide doesn't work for me, and I use a Ubuntu-based system, lol).

umbral pilot
#

the plugin sync is for vencord, and vencord ONLY.

flat cove
#

try that

broken tiger
flat cove
#

This is vencord support

broken tiger
#

okay

copper dagger
#

Just now I tried uninstalling Vencord and it encountered this error.

weary rampart
weary rampart
#

Linux Mint, with KDE Plasma.

flat cove
#

same

#

And it worked for me

#

Follow the guide again

#

make sure you didn't miss a step

#

Then try rebooting

#

Β―_(ツ)_/Β―

copper dagger
timber beacon
#

im upset that still my extension isn't working and im in a terrible position
i can't go into the vencord settings

mighty ravenBOT
# timber beacon im upset that still my extension isn't working and im in a terrible position i c...

"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 @flat cove)

copper dagger
# flat cove Follow this guide

After trying to install Discord in this way, Discord can be opened normally without installing Vencord, but if I install Vencord, it still encounters errors

flat cove
#

Windows? Mac?

copper dagger
#

windows

flat cove
#

What's the error

copper dagger
marble palmBOT
copper dagger
flat cove
timber beacon
#

ok, i can't update vencord on my device and chrome won't let me, my version is 1.9.3 and it should be 1.9.6 it my bad spot im in and i find it annoying chrome won't let me

copper dagger
#

Yesterday afternoon, I was able to install Vencord and open Discord normally, but at that time it seemed that the translation function had only been used for a while and there was no response.

broken tiger
#

When I go to drag channels they just don't move and it seems like a glitch. Does anyone have idea what is causing this? I uninstalled vencord & it worked but I'd prefer if it worked with vencord

copper dagger
copper dagger
#

Unfortunately, re downloading and repairing functions cannot solve this error problem.

marble palmBOT
broken tiger
#

but you say repair can't fix it so rip

#

you might need someone more experienced sorry

copper dagger
copper dagger
copper dagger
#

The user experience of this plugin is great, but it's also very sad that the errors I encountered cannot be resolved.

copper dagger
flat cove
copper dagger
# copper dagger

I am downloading Discord here, but it seems that he cannot choose the installation path.

copper dagger
timber beacon
#

i would like to force it to update by pack extension
how would this go down

timber beacon
#

yes, a slightly old version
it's candy i think

glass hill
#

I feel like I'm constantly repairing my install, is this a just me thing, or is there any way to prevent this? I know #faq says about whenever Discord updates I just feel like I'm repairing like every day πŸ˜‚

flat cove
#

if you're repairing once a day something is wrong with your installation

flat cove
#

you could also use vesktop

timber beacon
#

is it possible to force a vencord update on this version of chrome

copper dagger
flat cove
#

no

flat cove
#

restart your computer

timber beacon
weary rampart
flat cove
wise sparrow
#

Discord activities randomly stopped working for me like a week ago - any ideas? Latest version of Vencord on Discord Stable with OpenAsar

wise sparrow
#

alright

#

fixed

#

thanks

jagged tulip
#

When devs gonna fix their broken plugin?

haughty goblet
jagged tulip
haughty goblet
#

probably a very low priority, and the fact nobody (not just the devs, anyone can contribute) has decided to do it

broken tiger
haughty goblet
ornate fiber
#

already answered this, but:

#

Do I just use the installer script to patch openasar into vesktop?

haughty goblet
#

there's no need for it

#

vesktop is a completely different client

ornate fiber
#

oh really?

#

inch resting

umbral pilot
#

I think vesktop prompts you if you could have openasar when you first open it

haughty goblet
#

no?

umbral pilot
#

but I don't really know much else from that

ornate fiber
umbral pilot
#

I remember seeing it somewhere but I guess thats just vc installer lol

haughty goblet
#

yeah vesktop doesnt mention anything about openasar

#

just what build you want, if you want to start on startup etc etc

pure ledge
#

Vencord just completely interferes with other applications trying to give a custom rich presence

twilit flax
main cloak
#

hello

#

any plugin to remove the gift gutton

#

b

hazy breach
#

alternatively add https://raw.githubusercontent.com/D3SOX/complementary-discord-theme/master/hide-nitro-upselling.theme.css to online themes

near hearth
#

is there anything that would let me play music while discord is open?

pure ledge
#

Vencord: v1.9.6 β€’ 5e9a9fe (Standalone) - 25 Jul 2024
Client: stable ~ Discord Desktop v1.0.9155
Platform: Win32
Last Crash Reason: N/A
⚠️ NoRPC enabled

hazy breach
#

vplugin norpc

mighty ravenBOT
hazy breach
pure ledge
#

yeah it was enabled without me knowing it

vast iris
#

activities dont seem to be working for me tbh

#

like if i start any activity in a vc it'll just hang on a black screen

haughty goblet
#

do you have openasar

vast iris
haughty goblet
#

that is why

vast iris
#

guess my only solution is to delete it until fixed?

haughty goblet
#

yup

#

or just deal with it

vast iris
#

alr cheers for the help boss πŸ‘

main cloak
#

thanks man

tepid vector
#

I need to add an animated banner in my profile, so i asked my friend who uses vencord too and he told there is a click to request to add animated banned but i cant see idk y

haughty goblet
#

(the cog next to enable)

forest wren
#

can i instal a vencord in discord PTB?

haughty goblet
#

yes but you shouldnt use ptb

#

there's little reason to use ptb if you dont actively hunt and report bugs

crisp mural
#

is there an easier way to send gifs so that it does not close the thing each time

warped shuttle
#

After driving myself crazy trying to get this to work I've caved and need to ask for help
Trying to install Vencord and each time it can't find the install location
Tried feeding it a custom path through task manager, which it tells me I have a broken install
I've clean installed discord (multiple) times just for the same response

marble palmBOT
haughty goblet
#
  1. Make sure discord is fully closed in task manager

  2. Press "take me there"

  3. Make sure you are in the discord folder, if not, go there

  4. ctrl+a and delete (aka, delete everything in the folder)

  5. Go back a folder (outside of the discord folder, it'll either be ProgramData or your windows username)

  6. Delete the discord folder

  7. Now open discord

  • If it works, cool, install vencord
  • If not: reinstall discord, install vencord
warped shuttle
haughty goblet
#

make sure ur deleting the discord folder

#

if you do it right it works

warped shuttle
#

Yep deleted the folder which results in discord no longer working, reinstalled both Vencord and Discord and it just ends up back at the same issue

haughty goblet
#

what folder are you currently in

#

i cant see the top so i have to ask

warped shuttle
#

C:\ProgramData\user

haughty goblet
#

is there nothing in the user folder?

#

if so, delete it

haughty goblet
warped shuttle
#

Also went through %appdata% and %localappdata% for clean installs

haughty goblet
#

going there wont solve a broken install

warped shuttle
#

Deleted it like you said, reinstalled, same issue

haughty goblet
warped shuttle
#

Yes that and the user folder

haughty goblet
warped shuttle
#

I'll keep trying lol

broken tiger
#

@haughty goblet how do you get a custom profile badge after donating

broken tiger
#

how can i add vencord in discord ptb

haughty goblet
weak tundra
#

.

haughty goblet
#

You shouldn’t use ptb anyways, unless ur specifically looking for bugs

broken tiger
haughty goblet
#

Browser:

autumn crow
broken tiger
#

natively

haughty goblet
#

Vesktop:

autumn crow
#

Vesktop good

#

but PTB is fine as long as you understand the risks that it will explode more often

haughty goblet
#

Using canary/ptb is just asking for client mod troubles

haughty goblet
#

So many people come here and wonder why their unstable discord is unstable

haughty goblet
#

@torn imp nobody cares

autumn crow
#

i love mod view

haughty goblet
trim stump
#

i have a problem i downloaded the frosted glass theme and cant access themes or user settings anymore to get rid of the theme can someone please help me with this issue so i can keep on using vencord

#

Also is there a way to reset my plugin settings from vencord

split nimbus
#

anyone elses picture in picture broken? (vencord web)

forest wren
haughty goblet
#

i mean good for you, but know that its more unstable than stable

trim stump
#

can someone help me

haughty goblet
#

vf themes

mighty ravenBOT
# haughty goblet vf themes
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 = []
})()
haughty goblet
trim stump
#

problem is it keeps saying that vencord is not defined

haughty goblet
#

because vencord needs to be installed

trim stump
#

k

forest wren
#

how for ptb?

haughty goblet
#

wym

forest wren
outer ledge
#

hey

#

I need help

haughty goblet
haughty goblet
# outer ledge I need help

cool, wanna say what the issue is, or do you want to play a game of 21 questions till i figure it out?

outer ledge
#

whene I use thus button for read all that dosoen't work on this server

haughty goblet
#

does it work without theme

outer ledge
#

why ?

#

no

haughty goblet
#

works for me

outer ledge
#

serious ?

haughty goblet
#

no im lying, yes im serious

outer ledge
haughty goblet
#

yeah?

outer ledge
#

that juste dosoen't work for this server particulary

#

Idk why

haughty goblet
#

maybe because people are typing quick?

trim stump
#

tysm

outer ledge
haughty goblet
#

what exactly is the issue

outer ledge
#

juste dosoen't read all msg

#

I need to right clik and do manualy

#

and now it's work

#

but I cool read all button dosoen't work

haughty goblet
#

if you press read all it read all's the current messages

haughty goblet
#

if someone sends a message immediately after it doesnt apply to that

outer ledge
#

BUT

#

If I right clik for read all manualy

#

that workl

#

right clik

haughty goblet
#

can you do /vencord-debug

outer ledge
#

read all

#

Vencord: v1.9.6 β€’ 5e9a9fe (Standalone) - 25 Jul 2024
Client: stable ~ Discord Desktop v1.0.9155
Platform: Win32
Last Crash Reason: N/A
⚠️ NoRPC enabled

#

wth

#

Vencord: v1.9.6 β€’ 5e9a9fe (Standalone) - 25 Jul 2024
Client: stable ~ Discord Desktop v1.0.9155
Platform: Win32
Last Crash Reason: N/A
⚠️ NoRPC enabled

haughty goblet
#

can you show a video of it happening

outer ledge
worldly mountain
#

every time I turn on my linux laptop and vencord launches it is just a white screen, I restart the app then it works fine. How do I fix this?

mighty ravenBOT
# worldly mountain every time I turn on my linux laptop and vencord launches it is just a white scr...

"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 @haughty goblet)

worldly mountain
#

Vencord: v1.9.6 β€’ 5e9a9fe (Vesktop v1.5.3) - 25 Jul 2024
Client: stable ~ Vesktop v1.5.3
Platform: Linux x86_64

#

Enabled Plugins (3):

CrashHandler, WebKeybinds, WebScreenShareFixes
haughty goblet
#

what specific distro, what desktop environment, etc etc

north pier
#

Platform: Mac , Problem: theme. I put a random theme into quick CSS editor and it broke my discord. I am now unable to use Discord or turn the theme off

haughty goblet
#

what the fuck

#

vf themes

mighty ravenBOT
# haughty goblet vf themes
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 = []
})()
north pier
elder pasture
#

where is plugin vencord path?

keen aspen
#

i am vencord owner

mighty ravenBOT
# elder pasture where is plugin vencord path?

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 @haughty goblet)

hard temple
keen aspen
elder pasture
#

oh

haughty goblet
haughty goblet
#

no

next juniper
#

Dope.

haughty goblet
#

its just how discord works

wise dagger
#

listen along just doesn't work work for me
just infinitely loads and doesn't actually do anything
no errors in console

#

reconnecting spotify through connections fixed it

ember locust
#

.

haughty goblet
# ember locust .

do you need vencord help or are you figuring out how a keyboard works?

dreamy sedge
#

why whenever i download the vencord installer then click install to download vencord it tells me broken discord installer then tells me to download 2 folders which if i delete discord wont open back up again

marble palmBOT
haughty goblet
#

download 2 folders which if i delete discord wont open back up again

#

?

#

does it say something about a broken install?

dreamy sedge
#

yeah

#

and i delete them

#

it downloads succesfully

haughty goblet
#
  1. Make sure discord is fully closed in task manager

  2. Press "take me there"

  3. Make sure you are in the discord folder, if not, go there

  4. ctrl+a and delete (aka, delete everything in the folder)

  5. Go back a folder (outside of the discord folder, it'll either be ProgramData or your windows username)

  6. Delete the discord folder

  7. Now open discord

  • If it works, cool, install vencord
  • If not: reinstall discord, install vencord