#🏥-vencord-support-🏥

1 messages · Page 32 of 1

shell veldt
#

we use githubs api to fetch info about this release and see if it's newer than your local install

#

yeah!

#

You can reuse any code that is part of free/open source software (just the code being on github isn't enough, it needs a license that is recognised by github here)

To do so, you need to comply with the terms of the license. You always at least need to credit the original authors and include their License in your project, and many licenses have additional terms, for example ours requires that you use the same license and make your source code available as well to anyone using it

#

if you open a LICENSE file on github, it will show you a short summary like this telling you what you need to do

#

vban 7 @broken tiger troll/racial slurs

mighty ravenBOT
frail smelt
#

lmfao what

#

idiot

shell veldt
#

clueless user: why are stereo mic plugins banned
sanest stereo mic plugin user:

grim flint
shell veldt
#

I don't use that plugin in particular and the bug is very niche

#

it only happens when you accept a group dm invite link with the plugin enabled

#

you did!

#

that's the only way the issue happened

#

did you accept a friend invite

#

then that's it

#

to understand the issue, you first need to know that dms have the guild id @me

#

the way the plugin worked is that every time you accepted an invite, it would mute the guild you just joined by passing the guild id to the muteGuild function

#

So if you accepted a friend or group dm invite, it would mute the @me guild

#

which effectively muted every single dm

copper iris
#

we do dogfood our own plugins quite a lot, but as ven said there are niche edge cases that we dont always test for (usually because we dont think about them when we make the plugin)

vernal sigil
shell veldt
#

even if we wanted to test everything we wouldn't have the resources

vernal sigil
#

yeah you would need:

  • windows 7 to 11
  • mac (cantina to m2)
  • linux (literally tons of distros)
  • browsers (possibly more than linux distros)
  • android (6? to 10)
  • mobile browsers (if people are deranged and use it on there)
#

damn im surprised you dont have windows 1.0

wise dirge
#

the one noone believes me exists is my uncle had a laptop with win3.0

#

back like 30 years ago

#

well i say laptop. it was a suitcase computer. that stood like 3' tall and the screen was behind a foldout tray for a wired keyboard. it was monochrome too

eternal void
#

hey so ive got an issue with silent typing, ive turned the plugin off completely but people still cant see me type in dms. does work in gcs tho so idk

fair harbor
#

I have the raw link pasted, how do i load the theme in? it says its valid

shell veldt
#

show a screenshot for 3xample

shell veldt
#

it also has a silent typing setting so maybe you enabled that

eternal void
simple owl
#

something very specific to a small group of people
ex) using vencord is relatively niche compared to discord's userbase

#

ive heard it rhymed with quiche but also like snitch

modest hearth
#

I have heard that I was supposed pnpm uninject to uninstall the client, but am not quite sure. u tried DevTools added a slash etc. What do I do?

wise dagger
#

yeah i was gonna say does the installer not have an uninstall button

modest hearth
#

oh makes sense

#

sry

wise dagger
#

vencord desktop is just a web client right? is it possible to have the same game activity rpc as normal discord?

sick glade
#

i think ven mentioned yesterday that you can use arRPC to get it working

shell veldt
#

yeah you can use arRPC

#

run this on ur pc and enable the Vencord arRPC plugin

wise dagger
#

i know this isnt a vencord related issue, but any ideas?

shell veldt
#

you haven't installed dependencies!

wise dagger
#

oh dear those are needed

shell veldt
wise dagger
#

turns out i have problems with spelling "install"

#

omg we're making PROGRESS

#

nevermind

ashen atlas
#

did the dm notifications being broken also apply to android? i have the plugin on windows obviously but i also wasnt getting notifs on my phone

frail smelt
#

yes

wise dagger
#

i think so

#

it applied to your whole account

#

regardless of device

ashen atlas
#

that is very epic, ty for fixing it

dusty fossil
#

hello, I installed vencord, but now I'm trying to uninstall... and its not working, it says it can't find the file path

#

how do I manually unistall vencord? I downloaded it to a default location

hazy breach
#

whats the exact error

dusty fossil
#

"The system cannot find the file specified"

marble palmBOT
# dusty fossil

Your original Discord installation has gone missing. Reinstall Discord.

dusty fossil
#

Goddamn

#

I want to unistall it so that I can access my BetterDiscord favourited media again, so uninstalling discord itself feels risky

#

oh wait thats a bot holy crap

hazy breach
#

bd settings should still be there

#

if they arent they were already removed when installing vencord so

dusty fossil
#

WHAT

#

nononononononono

copper iris
#

it always entertains me when people realise tesseract is a bot

dusty fossil
#

I had 600 favourited images and 200 videos

copper iris
#

anyway your BD settings should still exist in %appdata%/BetterDiscord i believe

hazy breach
vocal tendon
#

^^

dusty fossil
#

alr... hopefully

hazy breach
#

cause theyre stored separately

dusty fossil
#

thx guys

hazy breach
#

same for vencord

dusty fossil
#

alright this worked, thanks everyone 🥰

wise dagger
#

aarpcs sending api request but still doing nothing

broken tiger
#

not sure if its vencord or discord or my fault

sick glade
#

vfaq themes

mighty ravenBOT
#
My themes broke and now I can't open settings or disable them

open the dev tools with CTRL + Shift + i and click on the "console" tab at the top. Then paste and run (with enter) the following code.

It will

  • disable custom css (you can turn it back on in Vencord Settings)
  • copy your current theme links to your clipboard as a backup
  • remove all themes
(() => {
    Vencord.Settings.useQuickCss = false
    copy(Vencord.Settings.themeLinks.join("\n"))
    Vencord.Settings.themeLinks = []
})()
sick glade
#

not sure why it's broken though

wise dagger
#
(() => {
  copy(Vencord.Settings.themeLinks.join("\n"))
  Vencord.Settings.themeLinks = []
})()```
#

oh man i typed that oput

broken tiger
#

oop now its working

wise dagger
#

capital "V"?

broken tiger
#

thanks

sick glade
#

nice 👍

wise dagger
#

how do i make a .ps1 file run in my tray

shell veldt
#

arRPC?

wise dagger
#

i want to auto run aarpc on system start

shell veldt
#

ah

#

ye

#

make a second ps1 script that just contains

Start-Process -Hidden ./other.ps1
#

should work i think

#

ah no

#
Start-Process -WindowStyle hidden ./other.ps1
#

dunno if that actually works

wise dagger
#

no it doesnt

#

thanks anwyays

#

i ended a random powershell.exe instance by accident, hoping my gpu doesnt explode

amber plover
wise dagger
#

????????

shell veldt
#

go to about:config and set dom.indexedDB.privateBrowsing.enabled to true @amber plover

#

but this will leave data on your disk despite using incognito mode

amber plover
#

😮

#

ohh hmm

amber plover
shell veldt
#

indexeddb

wise dagger
#

im tryna debug it and windows is pushing me over the edge

shell veldt
#

here's what we store in IndexedDB

#

this is stored on disk and disabled in incognito

amber plover
#

ohh okay

#

nothing else right?

shell veldt
#

for now.

amber plover
#

then ig its finee

#

ahh okayy

shell veldt
#

but if you enable that setting, ANY site can store persistent data on ur pc even in incognito mode

amber plover
#

ohh damnn

shell veldt
#

so your disk will contain a log of any site you visited in incognito moide that uses idb

amber plover
#

that sucks :\

#

is there anyway to auto import settings?

shell veldt
#

there's unfortunately not a good way for us to fix that, other than not using idb which is not ideal

amber plover
#

I do it manually currently

shell veldt
#

no there isn't

#

not without cloudsync

#

what's your use case for using vencord in a private tab?

amber plover
#

I use an alt in incognito I dont want to use multi account thingy

shell veldt
wise dagger
#

i just have two different discords downloaded

wise dagger
#

also i figured it out ven

shell veldt
amber plover
shell veldt
#

extension by mozilla themselves that lets u create containers that all have their own cookies

#

colour coded and stuff so it's really comfy

amber plover
#

wait which distro do you use

shell veldt
#

windows / arch

simple owl
#

I love firefox containers

#

I use sidebery to keep them organized

#

An incredible extension (both)

quaint fiber
#

r ⁢‍⁡⁣⁣‍‌‍⁡‌‍‌⁢⁡⁢⁡⁢‌‍⁡⁢‌⁢⁡‌⁢‍‌‍⁡⁣⁡‌‍⁤⁢‌‌⁢‍⁢‌⁢⁢‍⁢⁡‍⁡‌‍⁡⁢⁢‌‍‌⁢⁣‍‌‌⁢⁣⁡⁢⁣⁤‍⁢‌‍‌‌⁤‍⁤‍⁢⁡‌‌⁤⁡⁢⁡‍⁢⁢‍⁤⁢⁡⁢‌⁢⁢⁤‌⁢‌⁢⁢‌‌‍⁡⁢⁡‍⁢⁢⁢⁤⁡⁣‌‌‌⁡⁢⁣‍‌‌‌‍⁡‍⁡⁣⁢‌‍‌⁣‌⁢‍⁢‍⁢⁢⁡⁢⁢⁡‍a

shell halo
hallow sun
#

Can stream bitrate be changed?

wary girder
#

I used an outdated theme and it completely broke my discord. I can't access my settings to remove it and the code on the vencord website that says it disabled the theme isn't working. It says “vencord isn't defined”

shell veldt
wary girder
#

Whole thing or just the error portion?

shell veldt
#

whole thing

wary girder
azure perch
shell veldt
#

you need to run it inside discord

wary girder
#

OH i thought it didn't matter where I did it lol

shell veldt
#

where'd u even find that website

#

google?

wary girder
#

yes

shell veldt
#

lmao

wary girder
#

tyty

wispy jungle
#

Regarding the announcement, if I have never enabled the MuteNewGuilds plugin, do I have to do anything?

sick glade
#

you very likely don't have to do anything

simple owl
#

yea u good

shell veldt
dense cedar
#

where can i make plugin requests catstun

azure perch
unkempt hollow
#

hey does anyone know what happened to that plugin that stops discord from disconnecting you from calls? I used to have it and now I don't see it anywhere

shell veldt
#

update

unkempt hollow
#

ah

#

is it still going to be maintained? 🙏

shell veldt
#

yea

chilly zephyr
#

I'm having a problem with CustomRPC. When setting a status other than "Playing", any text for the image tooltip also displays in the RPC content. I already searched this discord, and found this conversation. #🏥-vencord-support-🏥 message
I want to confirm. This is an issue with Discord itself, and not with CustomRPC, right?

azure perch
#

yes

chilly zephyr
#

Oh well. Thats frustrating. Thank you.

torn lagoon
shell veldt
#

update adds it back

torn lagoon
restive salmon
#

how do I disable the markdown eqperiment

restive salmon
#

I am already on control

azure perch
#

test

restive salmon
#

ah it was for the other one thx

tidal dune
#

lol wtf

#

I'll check it out

#

this too, I guess its cause of the function I yoinked from the other plugins

#

Thanks

dense zodiac
#

If I update and Vencord is nowhere to be found, should I restart my client or just re-install

#

(I realize that I could just test this by restarting my client)

wise dagger
#

what did you update, vencord or discord?

dense zodiac
simple owl
#

did restarting do anything

dense zodiac
simple owl
#

try running the installer again

simple tree
#

i downgraded from monterey to macos mojave since its more firm on my 8 year old macbook

#

but it seems to dont work

#

do i have to build from source?

#

looks like it

stiff hazel
#

pretty sure About DisableDMCallIdle broke lmk if there is anything I need to post here

#

I just got dc'd from a call with the clyde message saying I'd been alone for 3 minutes but that message is hidden

simple tree
#

whenever i run it i just get this

simple tree
#

why do i have macos %@

#

what kind of macos version am i on

stiff hazel
simple tree
#

i tried opening package contents and running the installer manually but to no avail

#

guess ill try building from source

#

installed brew, now just waitin for it to install the apt library

#

ok apparently it is linux only

#

looks good

#

wrong one

#

nevermind

mortal juniper
#

How do I break DM notifications permanently?

rich tide
#

you want to break them?

mortal juniper
#

that's what I said

rich tide
#

strange request but well

#
Vencord.Webpack.findByProps('updateGuildNotificationSettings').updateGuildNotificationSettings(null,{'muted':true,'suppress_everyone':true,'suppress_roles':true})
mortal juniper
#

thanks

#

this is why vencord is the best

wise dagger
rich tide
#

just dms

wise dagger
#

oh right

#

yeah

#

ShowMeYourName doesn't work properly in slash commands

simple tree
#

why the hell not

#

lets do it

stray thunder
simple tree
#

great start

#

looks like i dont have sudo]

#

ok works now

manic bobcat
#

i recelty reset my pc and now im having this issue. i think my original pc user name has changed

#

does anybody know anything about this

shell veldt
shell veldt
manic bobcat
#

i seen that

foggy radish
manic bobcat
foggy radish
#

oof, forgot it's just an exe with no config

simple tree
#

ive tried everything but to no avail

#

i dunno how to do it

#

@shell veldt the closest ive got is this i think

#

i have no clue what to do next

shell veldt
#

pnpm inject

simple tree
#

oh my it is doing something

#

ELIFECYCLE  Command failed with exit code 1.

#

of course

#

"It seems like you are running into an error while trying to run an installer for Vencord. The error message suggests that the installer is built for Mac OS X 12.0, but the expected framework is missing in your system. This could be caused by a mismatch between the version of the installer and the version of your operating system.

To resolve this issue, you could try updating your operating system to the latest version and then running the installer again. You could also check if there is a newer version of the Vencord installer that is compatible with your current operating system version.

Additionally, you could check if any dependencies are missing by running go mod tidy and pnpm i commands in your project directory to ensure all dependencies are installed and up-to-date."

#

thanks chatgpt

#

great

#

i need big sur

#

because its only for dumb apple silicon versions

#

no mojave and no vencord

shell veldt
#

it works on oldr macs too

#

extract the .app and manually run the binary you'll find somewhere

manic bobcat
#

nothing here has to do with vencord

foggy radish
#

You could try creating it, with the exact name in the variable part, and the correct path in the value, if that doesn't work then it can probably be deleted after

foggy radish
#

Dang, I'm all out of ideas then, sorry

simple tree
manic bobcat
simple tree
#

welp

manic bobcat
#

@foggy radish so it seemed that vencord didnt have permission to make files within my appdata folder, so i simply just created the files for them :D

simple tree
#

looks like i either update and have a slower macbook for just vencord or i live with the browser extension version

shell veldt
simple tree
#

holy shit you guys had this all along??

broken tiger
#

what about this?

wise dagger
#

what

quartz cosmos
#

I'm using ArmCord and keep getting a popup error about cloud sync api not working. Is this feature not supported for web/armcord/etc?

wise dagger
#

disable and re enable it

simple tree
tidal dune
#

I identified all the issues and their fixes, thank you

#

I closed the pull request though because I realised how messed up it is

#

I'll be making a new one soon once I fix everything

gray loom
#

How do I install custom plugins?

azure perch
#

read docs folder on github

shell halo
#

does anyone know why this may happen?

#

otherwise i can dump the whole file

#

xD (I just added a plugin and this happened after creating its own directory)

#

I'm only exporting the plugin definition thing and it's the default

shell veldt
shell halo
#

i only added quickConnections/index.tsx and styles.css, the typescript file has a default export

#

this should work right?

#

it did a minute ago, just before i moved it :P

gray loom
azure perch
#

... it likes the better version of npm

gray loom
#

How do I use it after install?

azure perch
#

use like npm but replace npm with pnpm

shell halo
gray loom
azure perch
#

you just need to type what command it said then enter lol

static rose
#

Hello i need help my discord

broken tiger
#

great explanation!

static rose
wise dagger
#

whats the issue?

static rose
torn lagoon
#

Ok?

static rose
torn lagoon
#

What's the actual problem

static rose
torn lagoon
#

Please stop with the screenshots

wise dagger
#

use your words

#

you can do it

azure perch
#

vfaq betterdiscord

mighty ravenBOT
#
How do I install BetterDiscord / Replugged / [insert other mod here] plugins?

You can't.

Chances are, it's already a Vencord plugin! Or if it isn't, you can open a plugin request

static rose
#

I no longer have my themes and I wanted to install more things for my discord and now I no longer have access to my themes. it marks me a message in my theme and vancord ni better discord works and it tells me a message from github

wise dagger
#

what theme were you trying to use

static rose
#

the screenshots speak louder than words sometimes so why I send you this for help

copper iris
#

wha?

shell veldt
#

your screenshots show perfectly functionign vencord, we cant read ur mind!!

vestal shell
#

whenever I look at a text channel it says someone is typing wtf

static rose
#

...

wise dagger
vestal shell
#

keeps changing

copper iris
#

did you run this by any chance

copper iris
#

it looks like you ran it more than once

#

lol

vestal shell
#

guess it didn't stop

copper iris
#

reload your discord

#

me when i run a snippet specifically to cause people to randomly type and then complain that they randomly type

vestal shell
#

lmao

copper iris
#

that actually made me laugh though thank you

static rose
#

je suis dans le support.

vestal shell
wise dagger
static rose
#

je suis francais

#

i traduction

#

all

vestal shell
static rose
#

and i need help sorry

#

because

wise dagger
#

describe your problem

#

en francais if that helps

static rose
azure perch
#

if your theme is gone just put it back?

wise dagger
static rose
azure perch
#

there is nothing wrong in your screenshots

shell veldt
#

STOP SENDING THESE SCREENSHOTS 😭

static rose
#

if I could do that would be good but I have installed several vancord and betterdiscrod software I prefer betterdiscord because it works more with you!!

vestal shell
wise dagger
#

vancord

plush ridge
static rose
#

@shell veldtgive me some solutions please it would help me more

vestal shell
wise dagger
#

solutions for what 😭

plush ridge
copper iris
#

@static rose we don't actually know what's wrong

#

what is your issue?

vestal shell
plush ridge
copper iris
#

you've sent a bunch of screenshots that look perfectly fine to us

shell veldt
#

i don't have solutions to perfectly functioning software

If you have any actual issues, please state what's wrong

copper iris
#

alongside some.. BD ones

vestal shell
#

why I use bestDiscord

plush ridge
#

then dont use bd

#

💀

vestal shell
prisma apex
#

any reason the "relationship notifications" don't work on normal discord but do on ptb? something i can do to fix this?

vestal shell
#

aka vencord

plush ridge
#

i didnt know vencord was called bestdisord

#

discord

#

oh shit this is support

floral surge
#
  • Vencord and BetterDiscord do not work together
  • Vencord does not support BetterDiscord plugins
  • BetterDiscord themes can be installed on Vencord by following the instructions on the screen
floral surge
#

L

mighty ravenBOT
# shell veldt vsupport more info

"doesn't work" or similar are not very helpful.
You can make our lives easier by doing the following steps:

  • Run the /vencord-debug slash command inside Discord to send information about your Discord and Vencord to us
  • Are there any errors? Open the console (Ctrl+Shift+I) and check the console tab. If there are any errors (red text), please provide them.
  • Does this issue persistently happen, or only sometimes?
  • Please provide steps to reproduce this issue. Screenshots or videos are also helpful.
static rose
#

an expert who can help me with teamviewer to correct my problem please. im so lost =/

wise dagger
#

what problem

static rose
#

I would like to know why I no longer have access to my themes and the screenshots that I had to do several and bad manipulations with several plugin software and its no longer finds my themes and I am not too good at fixing them. I'm sorry but I would like a private message from someone who knows about it and can watch or help me thanks

azure perch
shell veldt
wise dagger
#

en francais

static rose
#

@mighty raventhe bot helps me more than some people who only tell me to stop screen and explain my problem without really helping ... I don't want to bother you but I have a real problem and it doesn't work well or I don't don't know how to do it correctly, I apologize for the inconvenience

wise dagger
#

dis-le simplement en français

static rose
#

aider moi

vestal shell
lucid granite
#

i cant paste anything into my theme

static rose
#

j'ai plus accées a mes theme j'ai installer plein de chose et qui fonctionne pas ensemble

vestal shell
lucid granite
#

chrome

vestal shell
#

because themes do not work on firefox

copper iris
#

right

#

so

static rose
#

i m chrome

#

je suis sur chrome

lucid granite
#

i cannot even type anything

vestal shell
copper iris
#

you installed multiple different mods and then everything broke?

vestal shell
#

the theme menu broke for a bit

copper iris
#

we can't provide support for that

lucid granite
vestal shell
#

just reinstall vencord web'

shell veldt
#

chrome is outdated because google isn't approving the update

copper iris
#

you'll need to readd your themes

vestal shell
#

and wait for it to be updated

#

or install it unpacked

#

from the repo

lucid granite
#

alr

vestal shell
#

I'm on firefox so no CSS whatsoever lol

#

thanks Mozilla

#

probably a security feature tho tbh

#

like how firefox has no WebUSB or WebSerial API

static rose
#

i traduction

lucid granite
#

how do i install the updated version for chrome

#

isnt it this one

vestal shell
vestal shell
lucid granite
shell veldt
#

yes

static rose
#

I have several browsers but I want to keep chrome

lucid granite
static rose
#

j'ai plusieur navigateur mais je veut garder chrome.

shell veldt
#

what is that filename lol

vestal shell
shell veldt
#

oh i accidently turned it on

wise dagger
static rose
#

@shell veldt???

vestal shell
#

oh noes!

#

Mozilla ext store with the donate button

wise dagger
#

no rights

#

:(

vestal shell
lucid granite
shell veldt
#

yes

vestal shell
#

umm is it vencord web unpacked or ehat

lucid granite
#

actually no

#

it worked

#

i didnt need to extract it

vestal shell
lucid granite
#

ty for the support

vestal shell
#

@shell veldt maybe put a link to this update or the chrome ext unpacked in the vencord readme for now

static rose
#

je redemande ma question .quelqu'un peut aller sur mon ordinateur a distance? et m'assister pour corriger mon probleme moi je ne vous comprends pas tous en meme temps

vestal shell
#

but I understand you

#

so you put multiple client mods together or what

#

because you're not supposed to do that

static rose
#

...

shell veldt
#

Non. Vous ne devriez pas non plus laisser un étranger se connecter à votre PC.

Veuillez expliquer votre problème réel EN DÉTAIL.
Qu'essayez-vous de faire?
Qu'attendez-vous qu'il se passe ?
Que se passe-t-il à la place ?

shell veldt
#

I'm too lazy to practice my french skills so google translate to the rescue

wise dagger
vestal shell
#

I can read his french

#

but too lazy to type in french

shell veldt
vestal shell
#

I always find that weird

#

as vous can also mean multiple people

static rose
#

no one understands me... is there a discord computer expert to correct the problem remotely instead of all of us wasting our time? thank you to those who can help me with team teamviewer

vestal shell
#

ever

vestal shell
#

too lazy to switch keyboards for accents

static rose
#

@vestal shellyes but i not understand 😢

copper iris
vestal shell
static rose
#

il y a bien des gens de confiance

#

ou je dois partir et me debrouiller seul

vestal shell
#

ugh

#

no it wasn't

static rose
#

j'ai regarder plusieurs video sur youtube

#

et j'ai installer

#

des logicielles

#

pour modifier

vestal shell
static rose
#

l'apparence de mon discorde

vestal shell
static rose
#

et y a plein de truc et a la fois rien

vestal shell
#

because you can only have 1 client mod

static rose
#

car mal fait

vestal shell
#

NAME THEM

#

Nommez-les

shell veldt
#

this person is allergic to help

vestal shell
#

fuck I think that french was wrong

static rose
#

j'ai voulut mettre boost nitro j'ai voulus mettre betterd discord and vancord and ghihub

vestal shell
#

I'm not using gtranslate

#

I'm using brain.exe

wise dagger
wise dagger
#

vancord

vestal shell
#

pick one

static rose
#

?

vestal shell
#

uninstall the others

#

the other client mds

#

pick one to keep

static rose
#

ok

vestal shell
#

get rid of the other client mods

#

the other logiciels

static rose
#

@vestal shelli go test

copper iris
vestal shell
wise dagger
vestal shell
#

vencord best >:(

copper iris
wise dagger
#

me when i dont

copper iris
#

is that deepl by any chance

static rose
#

la il y a vancord qui s'affiche je voudrais donc lui si sa marche avec chrome mais on ma dit que non alors je suis perdu

vestal shell
#

not a translator

copper iris
#

im using a mix cause i can understand some but not all

vestal shell
copper iris
#

i did 7 years of french and i barely know anything

vestal shell
vestal shell
static rose
#

i go test uninstl betterdiscord

wise dagger
#

yes

static rose
#

a plus tard

wise dagger
#

i love this language

shell veldt
#

same

#

a plus tard

wise dagger
#

a plus tard

clear cradle
vestal shell
vestal shell
wise dagger
#

frr

shell veldt
static rose
#

je trouve pas comment désinstaller discordbetter tous et melanger

clear cradle
#

oui?

static rose
wise dagger
#

uninstall through the installer

static rose
#

ok je vais voir sa

#

c'est pour installer pas pour desinstaller

vestal shell
static rose
#

ou sa

wise dagger
#

Agree to the license.

#

Select "Uninstall BetterDiscord" from the list of options.

static rose
wise dagger
#

Click the "Uninstall" button, and discord should restart with BetterDiscord removed.

static rose
#

oki test

#

je vais contacter le support de github je comprend pas l'anglais et je trouve pas la version dans mes organisation et la version actuelle de discordbetter pour la désinstaller

#

tous ce passe avec github maintenant

#

merci et bon courage a vous j'espere réussir

wise dagger
#

right

static rose
#

merci

#

je peut désinstallé 🙂

strange bobcat
#

nothing happened

unkempt flame
gray loom
unkempt flame
#

what this mean?

thin vessel
unkempt flame
#

this is my update thing if that makes any differenve

unkempt flame
azure perch
#

wait if you use installer to install then it look wrong, somehow it detected other commit and prevent update

torn lagoon
unkempt flame
#

nope

azure perch
#

maybe reinstall vencord lol

cinder summit
#

probably a stupid question but where does Vencord save settings for 3rd party plugins? (aka those you put into src/userplugins folder)

copper iris
#

in the same location as regular settings

#

%appdata%/vencord

cinder summit
#

i tried looking into settings/settings.json, but i didn't find it here

#

even if i have it from source?

copper iris
#

mhm

cinder summit
#

i see, thank you. I was a bit confused because of the settings folder that is in the source folder.
So, does that mean even if settings in source folder gets deleted, it won't have any effect?

shell veldt
#

there should not be any settings folder in the src folder

cinder summit
#

i mean inside the Vencord folder you clone, sorry for misunderstanding

shell veldt
#

there is no settings folder there

copper iris
cinder summit
#

welp, it generated for me..

copper iris
#

thats not part of vencord's bundle

shell veldt
#

you did something weird, show the full file path please

cinder summit
#

full file path of what?

shell veldt
#

of the folder

vestal shell
cinder summit
#

w10

#

i mean the path shouldn't matter, as you git clone it wherever you want
But here you go: C:\Users\XaaRi\Vencord

shell veldt
#

did you set the Vencord data dir environment variable

#

(don't)

cinder summit
#

i didn't set any environment vars

shell veldt
#

you have some oddity then, shrug

#

shouldn't happen

#

you did something weird

cinder summit
#

it probably doesn't matter anyways...

#

the only oddity i am aware of is that i had to update node from v16 and after that update pnpm as well

#

but that really doesn't sound like the issue

cinder summit
#

out of curiosity i fully reinstalled Vencord and everything is now as it should be

obtuse anchor
#

the rank things besides peoples name, what perms are they based on?

gray loom
#

How do I build Vencord desktop on windows?

sick glade
#

it's on the readme

spiral scroll
#

can l use custom Banner without nitro on desktop (l use the extension)

tidal dune
shell veldt
#

you can use usrbg plugin that should be coming very soon

spiral scroll
#

oooh ok

devout stream
#

Ik you have to do it through GitHub to make feature requests but I don’t have an account so I’ll take the low chance of it being implemented by asking here: plug-in to disable super reaction animations, or at least to disable the button on desktop when you hover over a message to add a super reaction (keeping the regular reaction button there)

spiral scroll
wise dagger
devout stream
simple owl
#

there's a css snippet

#

@import url('https://d3sox.me/complementary-discord-theme/hide-nitro-upselling.theme.css');

devout stream
#

Is that only going to remove the super reactions?

spiral scroll
# wise dagger what would be the point of that

well if ur using things like fake Nitro plugin and if you don't have the Nitro badge people are going to wonder how you're doing that without Nitro and they may ban you or report you so the fake nitro badge is a way to disguise yourself

simple owl
#

i have it imported and i don't see it on hover

simple owl
wise dagger
simple owl
#

so they'll know how you're doing things without Nitro

spiral scroll
#

idk l just thought the fake nitro badge would be cool

wise dagger
#

it would be client sided

#

therefore serve no purpose

simple owl
#

idk themes are client sided and still serve the purpose of looking cool
bblackforrestt could just want to look cool to themselves

wise dagger
#

they have nitro

simple owl
#

¯_(ツ)_/¯

spiral scroll
simple owl
#

i feel like a fake nitro badge is sort of like self-gaslighting 😂

spiral scroll
#

I just thought it would make sense if you using the fake Nitro plugin and someone snitches to discord

simple owl
#

if people snitch they can take a picture of your profile-- they won't see the badge

wise dagger
#

have all the badges

#

Get all the funny badges (only shows for you, not for other users (duh))

(() => {
    const flags = Vencord.Webpack.findByProps("ACTIVE_DEVELOPER", "PARTNER", "MFA_SMS");
    const allFlags = ["ACTIVE_DEVELOPER", "BUG_HUNTER_LEVEL_1", "BUG_HUNTER_LEVEL_2", "CERTIFIED_MODERATOR", "HYPESQUAD", "HYPESQUAD_ONLINE_HOUSE_1", "HYPESQUAD_ONLINE_HOUSE_2", "HYPESQUAD_ONLINE_HOUSE_3", "PARTNER", "STAFF", "PREMIUM_EARLY_SUPPORTER", "VERIFIED_DEVELOPER"].reduce((acc, curr) => acc + flags[curr], 0);
    Vencord.Webpack.Common.UserStore.getCurrentUser().flags = allFlags;
})()

restart Discord to undo

#

funny!!1!1!

spiral scroll
#

brainBasket well

#

even if it is client sided a fake badge plugin where ppl can see it would be nice

simple owl
#

uhm client sided means people can't see it

#

you can't have both 😅

spiral scroll
#

mhm anyway

#

the theme links are not working for me

simple owl
#

what os

#

send a screenshot of the theme box

#

vsupport more info

mighty ravenBOT
# simple owl vsupport more info

"doesn't work" or similar are not very helpful.
You can make our lives easier by doing the following steps:

  • Run the /vencord-debug slash command inside Discord to send information about your Discord and Vencord to us
  • Are there any errors? Open the console (Ctrl+Shift+I) and check the console tab. If there are any errors (red text), please provide them.
  • Does this issue persistently happen, or only sometimes?
  • Please provide steps to reproduce this issue. Screenshots or videos are also helpful.
spiral scroll
#

when l try to put in the link in the link box nothing happens and the link does not appear in the box

simple owl
#

are you on browser

spiral scroll
#

yes

simple owl
#

browser is broken because google won't approve update

spiral scroll
#

oooh ok

wise dagger
#

we recommend vencord desktop :o

spiral scroll
#

ok!

sick glade
simple owl
#

there've been more details + such

#

something about needing a privacy policy stuffs

sick glade
#

ah i see

devout stream
#

I can try it out and see

simple owl
#

it definitely does

#

just to be a PITA

#

i was on my vanilla discord earlier while testing some stuff with vencord

#

and it was showing up on hover

devout stream
hot cradle
#

hello fellow citizens why does vencord keep crashing without any reason

copper iris
#

vsupport more info

mighty ravenBOT
# copper iris vsupport more info

"doesn't work" or similar are not very helpful.
You can make our lives easier by doing the following steps:

  • Run the /vencord-debug slash command inside Discord to send information about your Discord and Vencord to us
  • Are there any errors? Open the console (Ctrl+Shift+I) and check the console tab. If there are any errors (red text), please provide them.
  • Does this issue persistently happen, or only sometimes?
  • Please provide steps to reproduce this issue. Screenshots or videos are also helpful.
simple owl
#

or better yet, just import it and see the difference

hot cradle
#

Vencord Debug Info

Discord Branch: ptb
Client: Desktop v1.0.1026
Platform: Win32
Vencord Version: cb3bd4b (Standalone)
Outdated: false
Enabled Plugins:

BadgeAPI, CommandsAPI, ContextMenuAPI, MemberListDecoratorsAPI, MessageAccessoriesAPI, MessageDecorationsAPI, MessageEventsAPI, MessagePopoverAPI, NoticesAPI, ServerListAPI, EmoteCloner, NoTrack, PlainFolderIcon, Settings, ShikiCodeblocks, SupportHelper
#

oh cool

simple owl
#

you're on ptb

#

that could def contribute

hot cradle
#

ah ic are there any issues with vencord on ptb? or is it just ptb in general being annoying

simple owl
#

do you open your dev tools a lot?

hot cradle
#

no

#

i barely touch them

simple owl
#

can you run DiscordNative.processUtils.getLastCrash() in devtools and show

devout stream
simple owl
#

@devout stream

devout stream
#

Oh ok

#

Ty

copper iris
hot cradle
#

¯_(ツ)_/¯

rich tide
#

ran out of memory

wise dagger
#

oom

mortal iris
#

Fake profile theme plugin works only for people with this plugin?

sick glade
#

yes

broken tiger
#

I kinda got hacked through vencord i think...

sick glade
#

you'll need to be a little more specific

vocal tendon
copper iris
broken tiger
#

can anyone also tell me how to unlock task manager...

copper iris
#

well this isnt generic malware support but

#

is regedit enabled

marsh niche
#

does anyone know how to install third party plugins on vencord for armcord

gray loom
marble palmBOT
# gray loom Help?

Your original Discord installation has gone missing. Reinstall Discord.

vocal tendon
#

^^

shell veldt
#

if you provide more info what happened we could possibly help you anyway

copper iris
#

i know the malware family that they ran too so its not something for us to really concern ourselves with

#

the best instructions i can give are to try and run REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System /v DisableTaskMgr /t REG_DWORD /d /0 /f in an admin command prompt to reenable task manager and go and get a malware scanner like hitmanpro to clean it up

#

or just skip to hitmanpro, it'll fix it for you

sick glade
#

force close discord(?)

gray loom
#

Why is this in here 💀💀💀

shell veldt
# gray loom Reinstalled

a lot of these errors are very self explanatory if you spent a minute to read and try to understand them

#

I still don't know why you're trying to install from source but if you're struggling this much you will also later struggle updating or fixing issues if anything breaks

sick glade
shell veldt
#

so I recommend you just stick to the regular approach

sick glade
#

he closed the ms edge process and his pc bluescreened

#

everything was inside it

#

love windows

vocal tendon
#

windows being windows

shell veldt
#

the future Microsoft wants

sick glade
#

wait dumb question but does vencord desktop not update itself

shell veldt
#

EdgeOs

vocal tendon
shell veldt
#

on mac auto updates aren't possible without code signing which im not gonna waste 100 bucks a year on, on linux it'll be handled by package managers

sick glade
#

ah i see

shell veldt
#

what platform do u use?

#

out of curiosity

sick glade
#

binbows

shell veldt
#

ah

sick glade
#

need them games

gray loom
broken tiger
copper iris
#

admin command prompt

copper iris
broken tiger
shell veldt
#

I feel like manually updating isn't that inconvenient considering you just need to download, open, click okay and wait a few seconds but I also agree that having a more automatic process similar to discord would be nice

copper iris
#

anyway, beyond this there's not a lot i can help you with

broken tiger
#

oh alr thanks

sick glade
copper iris
#

this isnt a vencord issue and im not a malware analysis expert

broken tiger
#

fair enough

#

So i just run the command you gave me?

copper iris
copper iris
#

if regedit is disabled then there's not a lot to be done

sick glade
#

oh huh screenshare button throws this error

shell veldt
#

yeah

sick glade
#

ooo not merged yet

#

i should pay more attention

shell veldt
#

it's not fully done yet

sick glade
#

ye i saw

broken tiger
#

Cmd said that it had an invalid syntax

tired scroll
#
/* Old Italics */
@font-face {
    font-family: 'Old Italics';
    font-style: normal;
    font-weight: 400;
    src: url(/assets/082e59042c15a057af01d5b717d01fb3.woff2) format("woff2");
}
@font-face {
    font-family: 'Old Italics';
    font-style: bold;
    font-weight: 700;
    src: url(/assets/4bc3ebf7886dab550f0af897eb0c0b2d.woff2) format("woff2");
}
.markup-eYLPri em, .italics-1HfeXG {
    font-family: 'Old Italics';
    font-style: oblique !important;
}```
when i put this in custom css it works, but not in vencord themes
gray loom
gray loom
sick glade
#

oop

azure perch
broken tiger
#

i use vencord desktop
but it snow i use Web

azure perch
mint coyote
#

sooooooo how do i use the encripter on web

#

web site discord

simple owl
#

hover over it

#

and hit the lock button

mint coyote
#

its not there

simple owl
#

oh wait that did work

#

jsut slow

mint coyote
simple owl
#

this is ⁤‍⁣‍⁢⁡‍⁣‌⁡‍‍‍⁡⁢⁣⁡‌‌⁡⁢‍⁢⁡‍⁡‌‍‍⁡⁢‍⁡⁢‍⁡⁤⁡‍‍‍⁡⁢‌⁢‌‌⁡‍⁡‌⁡⁢⁣⁤‌⁤⁢‍‌‍⁡‌‌‌⁡‌‍‌⁡⁢⁡⁤⁣‍⁣⁢‌⁡‌⁢‌⁤⁤⁡‍‌⁢‍⁤‍‍‌⁣⁣‌‍‍⁡⁢‌⁢⁡‌⁡‍‌‍⁢‌⁡⁢‌‍‌‍‌‌‍‌‍‍⁢⁡⁢‍‍‌⁡‌⁢‌⁢‌⁢‌⁣‍⁤⁡‍⁤‍‌‌‍‌⁢‍⁤‌‌⁢‌‍⁢‍⁡‍‍‌⁡‌⁢‍⁡‌‍‍‌⁡‌‌⁢‌‌⁢‌⁡‍‌⁡‌⁡⁢‌⁢⁣⁤‍‌‍⁤⁣⁡encrypted

mint coyote
#

i can see its encrypted

simple owl
#

click on this

mint coyote
#

button is not there

#

i cant even decrayet my own⁤‍‌⁤‍‌⁤⁢‌⁣⁡‌⁢‌⁢‌‍⁡⁢‍⁡‍⁢‌⁡‍⁢⁡⁢⁡‍‌‍⁢‍⁣‌‌⁡‍‍‍⁢⁣‌⁢‌⁡⁢‌‍⁢⁡‌‌⁤⁢⁡‍‍⁢⁣‍‍‌‍⁣‍⁢‌‌‍⁣⁡⁢‌‌⁢‌⁡‌‌⁣⁢⁡⁤⁣‍‌‍‌‌⁤‍⁡‍⁢‍‍‍⁢‍‌⁤⁢⁣⁢‍‌⁣⁡‍⁢‌⁡⁤‍⁡‍‍‍⁢⁣⁢‌⁢‌‍‍⁢⁡⁢‍‌⁢⁡‌⁡⁢‌‍‌‌‌⁢‍‍‌⁡‍⁢‌⁤⁡‌

simple owl
#

i guess try a reinstall?

#

that is really weird

simple tree
#

are you sure vencord desktop is not a trojan getting my discord token

azure perch
#

try it and see if your account gone

misty fjord
#

Does Vencord have any plugins or support for sharing application audio on linux?

broken tiger
#

try it and find out

azure perch
#

if you can't find it, it doesn't exist trolley

agile olive
#

I love snarky answers to a yes or no question in a support channel

deep briar
#

lol he leaved

limber heron
#

Tryna use the mobile/web version, keep getting this everytime I open the plugins tab

simple owl
#

I don't think the mobile web version is really supported

#

It's kind borke

limber heron
#

Yeahhh I expected that answer, just using it because Vendetta's themes kinda suuuck FA_SnowpixSigh

simple owl
#

I think there's a converter

#

Wait no

#

Wait

#

?

hazy breach
simple owl
#

Is there no converter

hazy breach
#

there is

#

but idk the link

simple owl
#

I was thinking last time this got brought up ven linked this

#

Hm

hazy breach
#

this one

simple owl
#

Ah

hazy breach
#

think it works with both emnity and aliurn themes

#

but not sure

simple owl
#

I will rec this one next time

simple owl
#

Thought that would work

limber heron
#

I'll try both!

simple owl
#

Gluck!

hazy breach
#

themes are js

simple owl
#

Oh is it for like

hazy breach
#

for old aliucord

simple owl
#

Ohh

#

Gotcha

#

Aliucord -> aliucord

mint coyote
simple owl
#

Vencord or the extension

#

Do you have any themes that could be impacting the extension

#

Also do /vencord-debug

limber heron
hazy breach
#

can you send which theme you are trying to convert?

limber heron
#

Yeahyeah

#

GitHub link or json file?

hazy breach
#

either

limber heron
hazy breach
#

i'm guessing these are the themes after being converted?

#

idk how it even did that

limber heron
#

Nope I just forgot to disable the randomize file name plugin lol

#

Hold on

#

I mostly just have it to hide when I used something like y2mate for a meme lol

mint coyote
#

/vencord-debug

limber heron
#

Maybe I'm supposed to be using older themes? Legosi_Think

azure perch
mint coyote
#

???

azure perch
mint coyote
#

aint here wtf

limber heron
mint coyote
#

/vencord

limber heron
#

Goddammit I forgot to turn off ping Legoshi_Cry

azure perch
mint coyote
#

‌‍⁡⁢⁣⁤⁢⁡⁡⁣‍⁢‌⁡‍⁡⁡⁢‌⁡⁢‍⁡‌‍⁣‌‍⁢⁣⁢⁤⁡⁣⁢⁢⁤⁤⁡‌‍⁢⁡‌⁤‍⁢⁡‌⁡⁢⁢⁣⁢‌⁡⁢‍⁢⁣⁡‌‍⁡⁢⁡⁡⁤‌‍⁢⁣⁤‍⁢⁡⁤‌

azure perch
#

he said you try re-install vencord

#

you dont have slash command is also weird

mint coyote
#

i tried

azure perch
#

open discord settings, scroll down and screenshot some version text below log out button

faint tangle
#

Does Cloud work with Vencord Browser Extension on Firefox?

shell halo
azure perch
#

fake nitro doesn't do that

#

no

#

idk

broken tiger
#

how to change this text

#

owner staff bot webhook mod

hazy breach
# broken tiger how to change this text
[data-tag*="owner"] > span {
    display: none;
}
[data-tag*="owner"]::after {
    content: "new text here";

    color: var(--black-500);
    font-weight: 600;
    text-transform: initial;
}
thin hatch
copper iris
#

doesn't work in Firefox

broken tiger
#

bot 。 admin

#
[data-tag*="admin"] > span {
    display: none;
}
[data-tag*="admin"]::after {
    content: "群組管理員";
    color: white;
    font-weight: 600;
    text-transform: initial;
}

i use this
bot disappear

#

if bot showbot 。 staff
same

hazy breach
#

oh its for localization
in that case i think it should be part of the plugin tbh, because otherwise you have to add a case for every variant (normal, bot and original poster)

ebon sage
marble palmBOT
# ebon sage help?

Seems like Discord is still running in the background. Make sure you close it fully. It will most likely be in your tray, but if not you can use your Task Manager to force close it. After that, you should be able to install Vencord properly.

ebon sage
#

is there a log from the message logger? where the messages are stored so i dont have to search the deleted texts in the messages?

ebon sage
#

ok tysm

simple owl
#

That shouldn't be possible

sacred needle
#

how do you set the image for the custom rpc?

#

I've added the image under the application

azure perch
#

remove .png

sacred needle
#

ah ic

#

tysm

#

Honestly that was kinda dumb ty for the help

junior yoke
#

hi, I enabled the toggle game activity plugin and now there is no settings icon xd
how can I disable the plugin without deleting the whole client

shell veldt
#

In any case that's your theme's fault lol

junior yoke
#

thanks

gray loom
#

How do you make a rich presence say what server and channel you are in?

shell veldt
#

Javascript

strange bobcat
#

why my spotify listen along doesn't work

#

even my spotifycrack plugin is enabled

modest current
#

uh hi

hazy breach
#

dont ask to ask

wise dagger
shell veldt
#

yeah just ask away

#

you can absolutely ask that's what this channel is for :P

vocal tendon
quasi sail
#

When i open discord setting it all grayed

hazy breach
mighty ravenBOT
# hazy breach vsupport moreinfo

"doesn't work" or similar are not very helpful.
You can make our lives easier by doing the following steps:

  • Run the /vencord-debug slash command inside Discord to send information about your Discord and Vencord to us
  • Are there any errors? Open the console (Ctrl+Shift+I) and check the console tab. If there are any errors (red text), please provide them.
  • Does this issue persistently happen, or only sometimes?
  • Please provide steps to reproduce this issue. Screenshots or videos are also helpful.
quasi sail
#

Vencord Debug Info

Discord Branch: stable
Client: Desktop v1.0.9012
Platform: Win32
Vencord Version: cb3bd4b (Standalone)
Outdated: false
Enabled Plugins:

AlwaysAnimate, AnonymiseFileNames, BadgeAPI, CommandsAPI, ContextMenuAPI, MessageEventsAPI, MessagePopoverAPI, NoticesAPI, ServerListAPI, SettingsStoreAPI, CallTimer, ClearURLs, CrashHandler, UrbanDictionary, EmoteCloner, GameActivityToggle, LoadingQuotes, MessageLogger, MuteNewGuild, NoTrack, NSFWGateBypass, QuickMention, QuickReply, ReadAllNotificationsButton, RevealAllSpoilers, ReverseImageSearch, ReviewDB, Settings, SpotifyControls, SupportHelper, VolumeBooster
#

it just show a gray screen when opening setting

shell veldt
#

show a screenshot please

quasi sail
shell veldt
#

lol

shell veldt
#

vfaq 6

mighty ravenBOT
#
My themes broke and now I can't open settings or disable them

open the dev tools with CTRL + Shift + i and click on the "console" tab at the top. Then paste and run (with enter) the following code.

It will

  • disable custom css (you can turn it back on in Vencord Settings)
  • copy your current theme links to your clipboard as a backup
  • remove all themes
(() => {
    Vencord.Settings.useQuickCss = false
    copy(Vencord.Settings.themeLinks.join("\n"))
    Vencord.Settings.themeLinks = []
})()
quasi sail
#

i dont have any theme but i will try this

shell veldt
#

huh??

#

then you might have something that causes crashes

#

usually grey screens like that are caused by really bad themes, that's why I sent that

quasi sail
#

I Never put a theme in

#

Btw i get undefined

shell veldt
quasi sail
#

No

quasi sail
shell veldt
#

look around

quasi sail
#

wdym

hazy breach
#

also unrelated

quasi sail
#

so?

shell veldt
#

or scroll up further

#

and show the rest

quasi sail