#๐Ÿฅ-vencord-support-๐Ÿฅ

1 messages ยท Page 158 of 1

slim anchor
#

its not bd

#

lol

kindred kettle
#

serverprofile I think

slim anchor
#

oh thanks, that worked.

plain trail
#

is there a plugin for increasing text limit to 2000?

quiet lagoon
#

No

cloud olive
#

*with custom css i precise

broken tiger
marble palmBOT
snow terrace
#

can you add custom plugins?

marble palmBOT
broken tiger
#

what are you wanting to add

mossy otter
#

I'm having this issue where if i open the ctrl+shift+i and click on the inspect element icon it will crash my entire discord and log me out of my account
Things I've tried :

  1. Reinstalling Vencord few times
broken tiger
#

and/or use vesktop :3

mighty ravenBOT
#
Why do I get logged out after opening DevTools?

Discord tries to protect you from getting scammed by "hiding" your token when you open DevTools, which means it deletes it from storage and only keeps it in memory in order to make it harder to obtain.

If you now close discord before closing DevTools again, your token will not be saved anywhere anymore and as a consequence you will be logged out

Solution: Close DevTools before closing discord or better yet enable the NoDevtoolsWarning plugin which removes this "feature"

snow terrace
broken tiger
mighty ravenBOT
#

1. How do I install Vencord? (installation, install, download, installing, installer)
2. Vencord isn't working! :( (broken, not working, reinstall, update)
3. Can I use this on the web version of Discord? (browser, web, firefox, chrome, extension, userscript)
4. Is there a mobile version of Vencord? (android, ios, mobile, phone)
5. How do I install BetterDiscord / Replugged / [insert other mod here] plugins? (betterdiscord, replugged, powercord, shelter, plugins, bd, rp, custom)
6. Will I get banned for using Vencord? Will plugin X get me banned? (tos, banned, terms of service)
7. How do I migrate my Vencord Settings from Canary to Stable (or vice versa)? (settings, migrate)
8. When joining voice channels, I get "RTC Connecting" (vc)
9. My themes broke and now I can't open settings or disable them (themes, broken themes, themefix)
10. Why do I get logged out after opening DevTools? (nodevtoolswarning, hidetoken, logout)
11. Why does my Discord always crash when opening DevTools? (crashing, crashes)
12. How do I uninstall Vencord? (remove)
13. What are the official websites for Vencord? (vencord.app, unofficial, official)

snow terrace
#

some stereo sound on discord plugin

broken tiger
#

if you say bd i will explode

solid kelp
#

waa

#

vs oom

mighty ravenBOT
# solid kelp vs oom
  • errors, e, devtools
  • fixed, update, up
  • linux, l
  • mac, darwin, m
  • missing features, keybinds, mf
  • moreinfo, more info, mi
  • reinstall, redownload
  • windows, w, win
solid kelp
#

whered oom go

broken tiger
snow terrace
#

ohh, sorry

#

my fault

broken tiger
#

specially rule 9

#

and no, you canโ€™t add bd plugins

marble palmBOT
snow terrace
#

yeah, thanks

#

im stupid i didn t read the rules first

mossy otter
#

also I'd like to learn more about Vesktop where can I find more about it? found it!

broken tiger
#

best client

#

(youโ€™ll love

unique quartz
solid kelp
#

nop

#

0.4.3 is newest

#

bad link

hazy breach
#

nyaboom

mossy otter
#

I have one question:
will a discord update break the Vencord installation in Vesktop? will I have to use Vencord installer to fix it?

#

also Thank you for the links I'll tell my friends who use Vencord about trying it out

kindred kettle
#

it won't

mossy otter
#

that's amazing!

#

I'm totally jumping from electron to Vesktop

kindred kettle
#

yeah vesktop is the best

mossy otter
#

Yes!!!

broken tiger
mossy otter
#

I'm on Vesktop and I can already feel that it is so much more snappy than the original client

kindred kettle
#

it's just stock discord being bad really

broken tiger
#

web based client

#

check task manger for both

mossy otter
#

task manager does show the full story

#

both clients spike from time to time so I guess it's just discord being discord

#

but Vesktop feels much faster for my pc I'm using a dual core pentium

#

Thank you for the recommendation!

broken tiger
sturdy python
#

vesktop ON TOP

autumn crow
#

very very mildly annoying bug, but custom CSS and themes don't get applied in popout windows such as the voice channel popout windows, and the experimental text channel popout windows

#

not popups in the main app btw

solid kelp
#

vencord doesnt get injected into those

autumn crow
#

vencord's plugins get injected

solid kelp
#

wuh

#

hm

#

idk

autumn crow
#

hm

#

seems like it's only for that new popout

#

its not injected to the vc popout

hazy breach
#

no css at all which is why plugins like ShowMeYourName are partially broken

raw oasis
#

how do I disable the shop tab with custom css?

vapid storm
#

im using the sidebar plugin but no sidebar?

#

the plugin is enabled, and in the cog menu of the plugin, i enabled sidebar

#

but its not showing up?

vivid shell
#

is fluent skin not working. it shows default for me

haughty goblet
#

might have been broken when discord had the update

weary mango
#

one odd bug that i found is that in vesktop i cant share my screen. i press the share screen button, configure all my settings but when i confirm the dialogue box just dissapears. i'm not having this issue on vencord so it seems to be a vesktop problem

vivid shell
#

I see

plucky cobalt
#

Doesn't sound very intuitive..

static sparrow
#

Im trying to install a thrid party plugin but Idk where the tsx file goes

#

I have a folder called userplugins and in that folder I have the tsx file

solar herald
#

Uh this counts as "explicit permission to use this form" on the Blank issue template right

#

I dont want to get blocked from the repo just for misunderstanding it bleh

sonic helm
#

i cant see my topbar(i forgot the name) but like where you fullscreen and close it and f11 doesnt work

magic jetty
#

where

#

is the

sonic helm
broken tiger
#

check your settings and/or themes

magic jetty
#

vencord themes files stored?

sonic helm
broken tiger
magic jetty
#

cuz my vencord is messed up

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

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

It will

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

its more like the whole discord is moved up

magic jetty
broken tiger
magic jetty
#

its like zoomed in

broken tiger
#

press ctrl + -

magic jetty
#

i tried that

sonic helm
magic jetty
#

its just the theme is really fucked

broken tiger
#

send picture

magic jetty
#

ight

broken tiger
sonic helm
#

look

#

its cutoff at the top

#

and yh yo usee the down

broken tiger
#

press windows key + down arrow

magic jetty
#

wait

#

i fixed it

#

i just went in directory

broken tiger
sonic helm
magic jetty
sonic helm
#

nope

magic jetty
#

alr

broken tiger
#

press

#

ctrl alt f

#

i think

sonic helm
#

nothing happens

broken tiger
#

weird

#

someone else had this problem a while ago

#

i forgot how

#

just pressing windows and arrow keys should move the window

sonic helm
#

i just did down and up

#

it got fixed when i did left and right

#

ty

broken tiger
vivid karma
#

where did reviewdb go

sturdy python
limpid oak
#

how do i get clear vison plugin

haughty goblet
#

Plugin?

fresh lava
#

is it just me or does anyone elses plugins just stop working without any updates happening

#

like i watched as 3-4 plugins stopped working while i was typing in chat

limpid oak
upper helm
#

yo why is my vencord always disappear like I install it and then 2-3-4 days after I need to reinstall it again

broken tiger
#

use vesktop if its an issue

upper helm
#

ok thansk

limpid oak
#

help

haughty goblet
#

Clear vision isnt a plugin

haughty goblet
raw oasis
#

when is webvencord coming to firefox?

solid kelp
#

it used to

#

was removed

#

use the userscript

raw oasis
#

what userscript?

solid kelp
raw oasis
#

oh thanks

#

just put thant into violentmonkey and done?

kindred kettle
#

yeah

raw oasis
#

done

#

thanks

hazy breach
#

either tampermonkey or cry that mozilla is stupid

surreal epoch
raw oasis
#

it worked

#

or does it show up but not work?

hazy breach
#

huh

#

from what i remember it didnt inject at all

#

i guess you can try

humble valve
#

hi

raw oasis
marble palmBOT
raw oasis
#

but the rest works I guess?

#

when i restarted for the first time the vencord options werent there so i restarted again and they shower up

humble valve
#

it's not working anyone know why?

tardy zenith
#

What is the difference between vencord-desktop-bin and vencord-desktop-git in AUR? Which one should i use?

limpid oak
#

what happned to general

solid kelp
#

you were annoying

limpid oak
#

rude

solid kelp
#

that means you were annoying

lavish valve
#

How do I tell if vencord needs an update?

wise dagger
#

itll tell you when discord loads up, or click โ€˜check for updatesโ€™

surreal epoch
fleet vigil
lavish valve
#

Ok also, when I send a friend invite it says invalid invite for my friends.

fleet vigil
#

because it's invalid, either expired or typo

lavish valve
fleet vigil
#

yeah? I mean, you can check it yourself by opening in browser

lavish valve
#

I'm typing /cre and then pressing enter but it's not working

#

my friend invites don't work for some reason it says invalid invite

slim anchor
#

looks like it doesnt work anymore

#

lol

lavish valve
#

ok tyy

wicked cobalt
#

i can finally speak

lavish valve
#

Well if anybody here can contact the managers of the plugin, please le tthem know that friend invites are currently broken.

wicked cobalt
#

i checked the faq channels and didnt see it so, is there a way to turn on hardware acceleration on linux

#

because its all great if i can get audio on my streams but if the stream is a slideshow then its pointless

fleet vigil
#

same, would like to know too

wicked cobalt
#

ive noticed it seems to be an issue with every custom client that provides audio for linux streams

fleet vigil
#

because it's basicaly a web app it seems

wicked cobalt
#

so its either not supported (unlikely) or user error (likely lol)

fleet vigil
#

For example it also lack text selection context menu

wicked cobalt
#

this?

fleet vigil
#

that's pop up

wicked cobalt
#

oh

#

no clue what you mean then

fleet vigil
#

I can't post a video, you know

#

but if you select text and right click, the context menu won't show up

wicked cobalt
#

that

#

(used normal discord client)

fleet vigil
#

uh, lemme record thenm

wicked cobalt
#

okok

fleet vigil
wicked cobalt
#

is that not the same thing?

#

i am a bit confused

fleet vigil
#

I have to click right twice but that also unselect the text and show me different context menu

#

notice how there is no copy button, only copy text, which copies everything in the message

wicked cobalt
#

just use ctrl + c lmao

#

who right clicks to copy?

fleet vigil
#

That's not a solution

wicked cobalt
#

it is

#

what

fleet vigil
#

it's a turn around

wicked cobalt
#

i guess

fleet vigil
#

I use this context menu to quickly add words to filter

wicked cobalt
#

i have never willingly used right click to copy something so maybe its just a me thing

fleet vigil
#

I also use it to search in internet quickly

wicked cobalt
#

interesting

broken tiger
#

i need like a minimalist discord

#

to use as least cpu and memory possible lol

fleet vigil
#

also, it's either Discord or Vencord but... uh. I can't open settings, it takes a lot of time

wicked cobalt
#

oh i have a client for you

#

one sec

wicked cobalt
#

there

grave totem
broken tiger
#

2 suggestions hm

pulsar vine
fleet vigil
#

something tells me it's caused by that discord push

broken tiger
wicked cobalt
#

huh

#

wdym cant

broken tiger
#

its "too" minimal lmao

wicked cobalt
#

so wont

#

not cant

broken tiger
#

my eyes hurt looking at it

wicked cobalt
#

fair enough regardless

fleet vigil
#

idk looks like typical irc client

wicked cobalt
#

i mean if you want "as little as possible" thats the go to

wicked cobalt
#

irc is (was) great

fleet vigil
#

can I do small check, is discord fine for everyone? Like speed-wise? I get very bad delays

grave totem
wicked cobalt
#

its fine for me

fleet vigil
#

I've changed my IP, lemme try VPN

wicked cobalt
#

oh wow

#

yeah thats even more minimal

#

no idea that existed, very cool

fleet vigil
#

the hell is happening, Discord through VPN is blazing fast

broken tiger
#

using more...

grave totem
#

Lo

broken tiger
#

lit did not help

#

perfect

#

normal discord

hazy breach
#

you're not gonna get better than like 300mb of ram usage no matter what client you use

#

discord is not a light app

orchid patio
#

im trying to install vencord via cli installer on windows 7 and im getting the error: Not installing as fetching release data failed
i have msf5.1 so idk whats happening (P.S. i was trying to install after the discord update that broke discord clients)

please help ASAP

hazy breach
kindred kettle
orchid patio
#

@kindred kettle i got a page full of code so ill say it works

kindred kettle
#

yeah then that's not the cause

orchid patio
#

should i turn off windows firewall for a moment and see if it works?

kindred kettle
#

doubt it

orchid patio
#

how do i turn off firewall bruh

limpid oak
#

lemme in general\

vague crater
#

@broken tiger
you might as well just use web at this point. you can't go less than 300 without using some "enthusiast grade" clients that are so lightweight they barely work

vale void
#

hey why do i have to reinstall it every few days

kindred kettle
vale void
#

what will vesktop change

vague crater
#

It's a seperate client instead of a patch essentially

#

@fleet vigil @lavish valve Friend invites don't work at the moment because discord is reworking it into a real feature. It'll be fully integrated with vanilla discord soon.

lavish valve
vague crater
vague crater
#

The plugin before was just kinda digging up a hidden feature

slim anchor
# wicked cobalt

using plugins and clients? thats against the tos buddy. have fun getting banned ๐Ÿ‘ฟ

wicked cobalt
#

Ok

broken tiger
#

when turning on screenshare my vencord often crashes which is very very very very annoying (cashed like 200 times in last 3 days)

#

Vencord Debug Info

Vencord: v1.6.2 โ€ข dd61b0c (Standalone) - 1 Nov 2023
Discord Branch: stable
Client: Discord Desktop v1.0.9021
Platform: Win32
Outdated: false
OpenAsar: false
Last Crash Reason: crashed

Enabled Plugins (85):


BadgeAPI, CommandsAPI, ContextMenuAPI, MemberListDecoratorsAPI, MessageAccessoriesAPI, MessageDecorationsAPI, MessageEventsAPI, MessagePopoverAPI, NoticesAPI, NoTrack, Settings, SupportHelper
vague crater
slim anchor
marble palmBOT
broken tiger
vague crater
broken tiger
buoyant knoll
#

hello everyone, I don't know if I'm in the right server but I was wondering if there was some kind of "font template" so I could change the discord font?

kindred kettle
buoyant knoll
#

alright, thank you

upper helm
#

hi , is it possible to add a shortcut on discord to turn off screenshare ?

wise dagger
#

the start screenshare keybind also stops it

vague crater
broken tiger
#

just crashed rn

vague crater
#

During a screen share or when you start one

broken tiger
#

during

#

sometimes also when i start but not often

wise river
#

hey guys

#

is there a plugin that bypasses this

hazy breach
#

no and probably not possible

proper kelp
#

venocrd works on win 11?

chrome spruce
#

quick question, does Vesktop also benefits from Using OpenAsar?

kindred kettle
#

not needed

broken tiger
#

Vencord for iPhone ?

cedar fable
abstract oak
#

Is there a plugin that changes the window frame for Vesktop? Right now it's the default windows one, but discord has a custom window frame that adjusts with theme and i hope Vesktop has one too

#

Sure i can hide the window frame but i cant move the window around if i do that lmao

kindred kettle
abstract oak
trim kiln
#

The ViewIcons plugin is apparently not working

kindred kettle
#

working fine here (using vesktop)

trim kiln
cedar fable
#

is ShowMeYourName working for any1 else?
it just died on me today

wise dagger
#

oh huh

#

same

hazy breach
#

yeah patch died

torpid plover
#

oh dman

wise dagger
#

rip

cedar fable
#

rip

#

let me see if i can try to fix it ๐Ÿซ 

trim kiln
#

I'll watch

kindred kettle
# trim kiln

oh ok yeah I just relaunched vesktop and can't click on avatars now and showmeyourname also broke

hazy breach
#

i am spreading misinformation

kindred kraken
#

nvm

#

i have the stupid

warm shoal
#

im using vesktop and whenever someone talks, the green ring doesnt show up around their avatar

#

is there a fix?

fallow fable
#

are themes generally work?

marble palmBOT
fallow fable
#

no like i dont mean mine. i mean the vencord

#

does vencord's themes tab work?

marble palmBOT
fallow fable
#

NOT OTHERS, THE VENCORD

#

also did better discords site broke down

#

awesome

#

nvm

#

nvm

charred pulsar
#

so if discord crashed while i was editing my quickcss and the entire file ended up being deleted, i assuem theres no way getting it back?

marble palmBOT
fallow fable
#

DO VENCORD THEMES TAB WORK IN GENERAL ON TAMPERMONKEY VENCORD FOR BROWSER

marble palmBOT
fallow fable
cedar fable
#

bro fighting with a bot

warm shoal
#

shhh let me watch it

cedar fable
#

lol

fallow fable
#

why the bot cant realise that im not talking about my themes BUT IN GENERAL THEMES ON VENCORD

hazy breach
#

Please note that due to Discord'sย content security policy, the CSS Editor, custom themes and plugins making use of external scripts will not work with the Userscript.

marble palmBOT
fallow fable
#

DOES IT WORK

tawdry furnace
tawdry furnace
#

is there a reason for this? like were people banned because of animated status or something? i would imagine fake nitro beeing way more against tos than animated status idk

surreal epoch
kindred kettle
#

animated statuses make constant api calls, fakenitro on the other hand is pretty much invisible to discord except maybe for stream quality bypass

hazy breach
#

yeah as said above

#

animated status falls under selfbotting

surreal epoch
hazy breach
#

and the difference is that discord actually cares about and bans for selfboting

shell halo
sterile zinc
#

how do i get sponsor perks

wise dagger
#

dm vending.machine

spring kiln
#

So when I screenshare (im on fedora linux wayland using vesktop) i noticed that whenever there is a lot of motion on my screenshare (like gaming) a connectivity icon appears and my friends claim my screenshare drops to about 0-1 fps, i decided to check my network traffic and it appears its barley using any traffic meanwhile my friends on windows screensharing via normal discord use about 8mb/s while screensharing

#

So im wondering if something is capping the vesktop app to not allow it to use more bandwidth

sterile zinc
#

Is there a plugin that exists that lets you override do not disturb, and maybe set it so you can still receive notifications from certain people DMing you/pinging you etc. but not all?

#

And if not, would it be theoretically possible to make one?

teal smelt
#

its called not using DND, thats the point of it, but I don't know, its probably possible

gusty granite
#

do u guys know if vencord also works on mobile?

candid marsh
#

Why isn't this working?

naive jay
#

Could it run in Kiwi Browser though?

candid marsh
#

I already closed it and opened again @graceful harbor

#

And after that Ctrl + R

naive jay
#

Yes, as expected

candid marsh
#

Anyways thanks for helping โค๏ธ

#

I'll just wait for mods

tawny violet
#

Any way to get rid of the title bar for good? It appears behind Vesktop (I'm on transparent mode), but only sometimes. I can't make it appear when I want, but when it appears it's usually only after Vesktop has been minimized for at least a minute, and I can usually get it to disappear by minimizing and re-maximizing Vesktop.

#

Disabling the window border doesn't make any difference in this issue, doesn't reduce or increase this happening at all.

wind pier
#

why cant i find the invisible chat plugin

kindred kettle
wind pier
kindred kettle
#

hmm well I have no idea

wise dagger
#

its most definitely is there

wind pier
wise dagger
#

in plugins, scroll down until you see where it should be, screenshot your discord and send here

wicked cobalt
#

are you aware of anyway to enable this on linux?

#

if anyone is aware of a way to enable hardware acceleration on linux id love to know

vague crater
wicked cobalt
#

damn

#

was asking cause my streams have audio but are a slideshow

#

therefore useless

surreal epoch
#

invisible chat isn't on web

wind pier
#

why

pure aurora
#

why the server gay themed ๐Ÿ˜ญ

wicked cobalt
#

why do you care

wise dagger
vague crater
#

LETS FUCKING GO

pure aurora
#

๐Ÿ˜ญ ๐Ÿ˜ญ

surreal epoch
wicked cobalt
#

bro thinks i care

pure aurora
wicked cobalt
#

๐Ÿ˜ญ ๐Ÿ˜ญ

pure aurora
wicked cobalt
#

i already got my bitch

#

he kisses me everyday

#

cry about it

pure aurora
#

word bro good for u

wicked cobalt
#

tru tru ty

wind pier
surreal epoch
#

how so

wise dagger
#

you could try vesktop if you have problems with the desktop app

flint light
#

does vencord have personal pins?

dull ember
flint light
#

๐Ÿ˜ข

surreal epoch
wise dagger
warm shoal
#

im using vesktop and whenever someone talks, the green ring doesnt show up around their avatar

#

is there a fix?

neat cipher
#

Discord web issue

#

so no

warm shoal
#

ok

neat cipher
#

i love having issues with Discord desktop and then using Vesktop and having issues with Discord web

wise dagger
#

green circle

marble palmBOT
warm shoal
#

discord would rather invest money into making shitty avatar decorations nobody buys than fixing bugs

compact mortar
surreal epoch
#

might as well just buy twitter blue while your at it

wind pier
wise dagger
#

scroll down

#

on the page

surreal epoch
wind pier
surreal epoch
#

see all the blue text

#

you can click those

wind pier
#

this is what it shows for me

surreal epoch
#

now scroll down a little

wind pier
#

its just this

surreal epoch
#

a little more

#

you cant miss it

wind pier
surreal epoch
#

the one that suits your operating system

wind pier
#

i clicked it it said im missing something

surreal epoch
#

which one did you click

wind pier
surreal epoch
#

ok good

#

now run it

wind pier
#

it said im missing kernel .dll or somehting

surreal epoch
#

you're on windows right

wind pier
#

yea

surreal epoch
#

hm

#

send a screenshot

wind pier
#

i deleted the application

compact mortar
#

what

broken tiger
#

what

surreal epoch
#

don't you need kernel.dll to run your operating system

#

also vesktop shouldn't need it

wind pier
#

im not troling

surreal epoch
#

fair

surreal epoch
#

ah the kernel dll is kernel32.dll

#

so idk

wind pier
compact mortar
vast harbor
#

this supose to work?

compact mortar
#

called it

wind pier
#

im not joking

compact mortar
#

then we are at an impasse, this problem is unsolveable

surreal epoch
#

ah that sucks

wind pier
#

when are they dropping invisible chat to vencord web

compact mortar
#

why is it even gone?

#

it used to have it

wind pier
#

no point

surreal epoch
#

yes point

compact mortar
#

brother

surreal epoch
#

do you want us to help you or not

wind pier
#

it said kernel.dll was missing

surreal epoch
#

ok

wind pier
#

why is invisible chat not on vencord web though

compact mortar
#

because you donโ€™t deserve it

wind pier
surreal epoch
#

we were trying to help you and you don't follow instructions

compact mortar
#

b/c youโ€™re a frustrating supportee. Yeah ^

#

and that after taking support for every tiny step of how to use the internet

wind pier
#

Wow

compact mortar
#

indeed

compact mortar
wind pier
#

Bro thinks i got hurt from that comment

polar jolt
#

are some plugins down? i feel like ViewIcons and TypingTweaks aren't working

broken tiger
#

viewicons isnt working for me with profile pictures

#

i guess a fix is coming?

#

rightclick is working but clicking on the picture isnt working

#

hmmmm

polar jolt
compact mortar
broken tiger
broken tiger
#

that works

rich tide
#

๐Ÿคจ

surreal epoch
#

it still works you just have to click on the user

#

silly

compact mortar
#

no booba allowed

polar jolt
#

oopsies

broken tiger
#

calling me silly

#

without reading everything i said

#

is crazy

surreal epoch
#

i did read

broken tiger
#

of course i can easily see the booba bigger

#

im pretending like i cant

#

for funnies

surreal epoch
#

viewprofile + imagezoom goes crazy

broken tiger
#

and now that i have had to explain the joke, it is no longer funny :(

compact mortar
compact mortar
broken tiger
compact mortar
#

real

#

-2 booba

polar jolt
#

didn't wanna get banned 2 minutes after texting here

#

that'd be my new personal record

compact mortar
#

boobanned

polar jolt
#

fades away gif

ancient kiln
#

Uh so

#

my DMs disappear

#

i have more DMs than this

compact mortar
#

/vencord-debug pls

ancient kiln
#

Vencord Debug Info

Vencord: v1.6.2 โ€ข dd61b0c (Standalone) - 1 Nov 2023
Discord Branch: stable
Client: Discord Desktop v1.0.9021
Platform: Win32
Outdated: false
OpenAsar: false
Last Crash Reason: N/A

Enabled Plugins (36):


BadgeAPI, CommandsAPI, ContextMenuAPI, MessageAccessoriesAPI, MessageEventsAPI, MessagePopoverAPI, NoticesAPI, ServerListAPI, NoTrack, Settings, SupportHelper
compact mortar
#

vf theme

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

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

It will

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

i have no themes open

#

but my dms show on the non-vencord version

#

on the web browser

compact mortar
#

well a number of plugins are having issues currently, prbly discord is pushing things around again, will prbly be fixed soonish

ancient kiln
#

okay, thank you

compact mortar
#

yw
you could try deactiving plugins, in particular pindms

broken tiger
#

what is that?

fluid idol
#

when enabled, go to settings > profile and scroll down all the way. pick the colors you want and click copy 3y3
paste that in your bio

tight radish
#

why wont it work anymore?

tight radish
surreal epoch
#

what is "it"

#

FakeProfileThemes?

tight radish
#

one day it was just off discord

#

now I download the setup dont work

tight radish
dry fiber
#

is it just me or is disc super laggy

#

im on a game no lag

#

but disc is so laggt

tight radish
#

vencord wont even work for me

wind pier
#

Ill join back if they bring invisible chat to web vencord

#

Bye guys

tight radish
#

@thick ore help me out pls

#

@copper iris @shell halo

#

pls

shell halo
compact mortar
mighty ravenBOT
# compact mortar vs w

โš ๏ธ Do not run the installer as Administrator

Download and run https://github.com/Vencord/Installer/releases/latest/download/VencordInstaller.exe

If the above doesn't work/open, for example because you're using Windows 7, 32 bit, or have a bad GPU, you can instead use our terminal based installer.

To do so, open Powershell, run the following command, then follow along with the instructions/prompts

iwr "https://raw.githubusercontent.com/Vencord/Installer/main/install.ps1" -UseBasicParsing | iex
tight radish
compact mortar
#

bottom line

#

or cli installer from vencord.dev

tight radish
#

k

somber nimbus
#

I am using Vesktop 0.4.3 on PopOS. I installed libstdc++6 13.1 from the ppa:ubuntu-toolchain-r/test. I can confirm version 13 or higher is installed via sudo apt list --installed | grep libstdc.

When I screenshare I am still shown this error message:

compact mortar
#

venmic

left light
#

how can i add my own plugins to vencord?

marble palmBOT
# left light how can i add my own plugins to vencord?

||If you actually meant your own plugin (like a custom Vencord plugin that you have written, or one from the third party plugins channel), then you will need to set up a development build. We do not provide support for this, however, so you will be on your own. Please do not ask for any further assistance regarding this.||

Can you add a gas tank to a Tesla? No? There's your answer.

But in case it wasn't clear:

It's not possible to use plugins of other mods on Vencord. See #plugin-requests.

compact mortar
#

dead

compact moon
#

hello i would like to request a large brain feature for the FakeNitro plugin
make emoji work like this :StickJump:
ex [:StickJump:](https://cdn.discordapp.com/emojis/779206954433511485.gif?size=48&name=StickJump&quality=lossless)

#

however i am very stupid and cannot locate where i would make such a request as #plugin-requests is dead

compact mortar
#

nowhere

compact moon
sterile zinc
#

are there any plugins that tell you if other users have vencord installed?

#

actually i doubt it nvm

surreal epoch
compact moon
# compact mortar idgi

it preserves the emoji name and also truncates the link so you dont have huge ugly ass links when you in-line a fake emoji

surreal epoch
compact moon
#

you got it working

surreal epoch
#

yeah

#

i meant it still shows the text

#

you can use a zero-width char i think

compact moon
#

yes that is what i'm proposing as it is extremely favorable to a big ugly link

surreal epoch
#

true

compact mortar
compact moon
#

i think i'd want it to put the emoji name personally so it's clear where the emoji goes but a zero-width also makes sense

surreal epoch
#

zero-width doesn't work but i think there's a char that does

compact moon
#

i would imagine a bolded or italisized space does

#

test 2
ok it does break

compact mortar
#

prbly you can build that with TextReplace as well

surreal epoch
#

nice

compact mortar
surreal epoch
#

that works

#

until you hover over it

#

lol

compact moon
#

wtf magic

compact mortar
#

death

somber nimbus
compact mortar
#

yeah, sorry i was just quoting the name, it seemed quotable

#

venmic

shell veldt
#

run ldd --version

somber nimbus
#

i have glibc 2.35

compact mortar
#

@compact moon (us could also mean just me if you donโ€™t rly know where to start^^`)

shell veldt
compact moon
somber nimbus
shell veldt
#

unlucky

#

google how to upgrade glibc or switch to a distro that isn't this out of date like https://getfedora.org

somber nimbus
#

hah i'm on PopOS

#

i guess i will try the Vesktop AppImage or make my own flatpak of it

terse mauve
#

hi! im trying to install vencord and it gives me the "Broken Discord install error", however my discord install is definitely isn't broken

#

so yeah i dont know to fix it, i already uninstall and installed my discord a couple of times and nothing

#

i would apreciate some help ๐Ÿ‘

plush vault
#

I'm not sure but I think Vencord is broken rn

#

It doesn't let me click on the extension and I can't see the vencord plugin section in settings

#

NOT MY FAKENITRO

#

NOOOOOOOOOOOOOOOOOOOOOO

#

oh thank god

#

I just had to reinstall the extension

compact mortar
vast harbor
#

SportifyCrack is working for you guys?

chilly pewter
#

does platfrom indicator work for you?

unreal urchin
#

Don't know what caused it but whenever I'm trying to use vendcord & open discord, my discord looks as if im trying to stream but extremely enlarged. I can see hardly anything, cant exit out of it or anything. have reinstalled vendcord a couple times, not discord yet. anyone have this issue or any insight? thank you! :)

I can share screenshots of this if someone wanted as well

fast hinge
#

hi, there is way to change the message notification sound?

compact mortar
shell veldt
#

instructions are very clear

#

follow them

chilly pewter
#

if i can firgure it out you can to)

compact mortar
chilly pewter
#

im currntly on the latest version of vencord on discord app , and the indicator seemed to disappear from next to the name

compact mortar
#

/vencord-debug

#

nvm yeah itโ€™s same for me. (i hadnโ€™t used it in messages so far)

#

it does still work for me in member list and profiles

chilly pewter
#

^ same

#

do u by chance know c and c++

compact mortar
#

i assume dc changed some msg classes, cause there also ShowMeYourName is broken

chilly pewter
#

ah

shell veldt
#

and yes those plugins are broken rn, already being fixed by nookies

chilly pewter
chilly pewter
#

ioma try and self teach myself c c++

compact mortar
# chilly pewter do u by chance know c and c++

oops sorry, somehow i overlooked this.
i only know bits and pieces, unfortunately no particular resources, but .gg/code and .gg/programming have well curated resources lists in the topics of the respective lang channels

chilly pewter
#

oh nice ty i apperiate it)

ivory field
#

Where do I put the CSS found in #๐ŸŽจ-css-snippets
I tried using quick CSS, but nothing happened for some reasonโ€ฆ

compact mortar
#

you could paste them into a .css file and load that

ivory field
#

Ok, thanks.

slim anchor
#

why no modmail

haughty goblet
broken tiger
slim anchor
slim anchor
broken tiger
celest phoenix
#

i'm assuming someone already reported about the pfp viewer not working

#

ah okay yes i looked it up

#

thank you devs for the wonderful vencord <3

broken tiger
#

@compact mortar the scroll bar thing is still an issue in ven, is there like an update or smth to stop it?

shell veldt
#

i can't tell you what it was, you know better than me

compact mortar
broken tiger
#

when are the devs gonna adress this tho

#

?

compact mortar
#

haise what did you do

broken tiger
#

||abuse mod mail||

celest phoenix
#

yippee

arctic plume
fleet vigil
#

I have a very specific setup, Vesktop as package from Arch User Repo, Steam as flatpak, is there a way to make arRPC work? I tried everything I could find, to allow steam to see discord-ipc and all that, but it didn't work

flint light
broken tiger
compact mortar
#

guh dc broke the snippet

fleet vigil
#

is there list of plug-ins that may increase cpu usage?

compact mortar
#

donโ€™t think so

fleet vigil
#

are there plug-ins as such?

compact mortar
#

thereโ€™s one that claims to decrease it

fleet vigil
#

the typing indicator, which I thought was a css or lottie

compact mortar
#

mhm

also reduced motion setting of stock dc

#

furthermore, for performance, consider vesktop or openasar

fleet vigil
#

I am on vesktop, waiting for flatpak

broken tiger
#

is there a plugin that will allow me to send files at 500 mb like nitro users?

fleet vigil
#

I don't believe it's a part of vencord but you can split files before you can send them, as a workaround although it's bulky

broken tiger
#

how do i make discord not open in a minimised window when starting my pc?

compact mortar
hidden oxide
#

Hi there, so i recently tried to download Vencord and the installer itself won't open. Is there something I'm doing wrong?

marble palmBOT
hidden oxide
#

I also tried that

haughty goblet
#

Make sure not to run as admin

hidden oxide
#

the pop up does not even show, I have my anti virus off as well

sturdy python
#

vs w

mighty ravenBOT
# sturdy python vs w

โš ๏ธ Do not run the installer as Administrator

Download and run https://github.com/Vencord/Installer/releases/latest/download/VencordInstaller.exe

If the above doesn't work/open, for example because you're using Windows 7, 32 bit, or have a bad GPU, you can instead use our terminal based installer.

To do so, open Powershell, run the following command, then follow along with the instructions/prompts

iwr "https://raw.githubusercontent.com/Vencord/Installer/main/install.ps1" -UseBasicParsing | iex
hidden oxide
#

I don't have a bad PC though ๐Ÿ˜ญ , but it worked thanks

broken tiger
#

got it

teal smelt
broken tiger
night storm
#

Hello whenever i open my console after a few seconds i crash and i get logged out of my account, any ideas why it happens?

#

Don't have any console related plugins

haughty goblet
#

Discord does it

compact mortar
#

press ctrl+r then go right to console

#

vf logout

mighty ravenBOT
#
Why do I get logged out after opening DevTools?

Discord tries to protect you from getting scammed by "hiding" your token when you open DevTools, which means it deletes it from storage and only keeps it in memory in order to make it harder to obtain.

If you now close discord before closing DevTools again, your token will not be saved anywhere anymore and as a consequence you will be logged out

Solution: Close DevTools before closing discord or better yet enable the NoDevtoolsWarning plugin which removes this "feature"

compact mortar
#

vf crashes

mighty ravenBOT
#
Why does my Discord always crash when opening DevTools?

This is a stock Discord issue. There is nothing we can do

However, here are some solutions that should work:

  • Many people have stated that opening devtools while Discord is still loading prevents the crashing
  • Devtools work fine in Vencord's custom client, Vesktop, or just your web browser - you can use the Vencord browser extension
  • It seems to be an issue exclusive to Windows. You could try switching to Linux
broken tiger
#

erm where do i find themes?

haughty goblet
obsidian pulsar
#

anyone else have their emoji link show up now

#

it didnt before

azure perch
#

because you sent it with another text

next marlin
#

where can i find user review (i need to delete the message that i send to my friend)

haughty goblet
#

ReviewDB isnt in vencord anymore

next marlin
haughty goblet
#

No idea how you would but yes, you could

hazy breach
#

it wouldn't work

haughty goblet
#

Shame

#

Guess I was wrong

next marlin
hazy breach
smoky mica
#

is there a plugin that shows u when they last seen online

next marlin
#

if i were to get the javascript ,can i put it under vencord or do i have to also download better discord

hazy breach
#

this is way easier than getting old vencord working

next marlin
sick sand
#

hey there is a weird behavior with the updater

#

apparently if you compile the lastes version manually, and then a new update gets deployed the updater always asks for an update, but if i check manually for updates it says that i'm up to date

arctic reef
#

can this get me banned?

remote flower
remote flower
winged bone
#

I am running Vesktop on manjaro, I am having issues changing AnonymiseFiles plugin where I am unable to edit the number of characters, I have done so before, and changed the length to 15, but now the option to change the number is greyed out.

smoky mica
arctic reef
#

can i get like a fake nitro badge thingy plugin

smoky mica
#

dont judge me

remote flower
wise dagger
remote flower
arctic reef
smoky mica
#

im blackmailing them

remote flower
#

go through that list, it will help you learn reading

arctic reef
#

can you explain to me what this plugin does?

#

can i get like a free animated banner or smth?

haughty goblet
#

The desc is what it does

remote flower
#

I think that should clear it up

kindred kettle
arctic reef
#

anyone can see it?

haughty goblet
#

No

arctic reef
#

only i can see it?

remote flower
#

we can't hack discords servers (yet)

arctic reef
#

ok

#

so like a free animated banner that nitro users have and only i can see it or other vencord members?

haughty goblet
#

Only those with the plugin

wise dagger
#

only ppl that are also using usrbg

arctic reef
#

ic

winged bone
#

@kindred kettle should I look through my local files or ctr+shft+i?

arctic reef
#

eh im just using this for my self-amusement idc if anyone else cant see it

arctic reef
#

imma just add a banner now

remote flower
#

ok tell us more

arctic reef
#

how tf do i use USRBG

wise dagger
#

read the description of the plugin

winged bone
#

@kindred kettle where would it be located bc I have looked through the application before but nowhere could I find a plugin folder or the plugin by name when I searched for it

azure perch
winged bone
#

it was, but I switched to numbers

arctic reef
#

cuz im not able to get it

kindred kettle
#

I don't know about gnu/linux but on windows it's in C:\Users***\AppData\Roaming\VencordDesktop\VencordDesktop\settings

arctic reef
#

idk how to use

arctic reef
azure perch
winged bone
#

timestamp

kindred kettle
#

you can't change the timestamp length

winged bone
#

? but I did... thats weird

#

well maybe it was when it was random chars

#

oki brb lemme see

#

yeah that seemed to be the issue, but I remember turning the option to timestamp it did give me like a 15 number filename

#

thanks you guys, also, the settings folder on gnu/linux is /Vesktop/node_modules/@vencord/types/plugins/

arctic reef
#

is there a pluggin for animated pfp?

gaunt sequoia
#

no

#

but i can help you

winged bone
#

Only other question I have is where I may find out if my distro allows audio passthrough for screenshare

arctic reef
gaunt sequoia
#

can i dm u ?

arctic reef
#

sure

#

hey

#

are you dming me?

remote flower
#

last time I sent a server invite I got nuked for 5 minutes lol

arctic reef
#

nuked?

#

what does that mean

arctic reef
broken tiger
#

yes

remote flower
#

again, we can't hack discords servers yet

broken tiger
arctic reef
#

aa i need to request the pfp

#

i dont wanna wait

remote flower
#

99% confident they could not help

arctic reef
#

ill stick with this pfp

#

cuz everyone else can see it

arctic reef
remote flower
arctic reef
south cargo
#

Disable minimum window size no work on linux. Plasma wayland.

remote flower
#

vf mi

mighty ravenBOT
#
How do I migrate my Vencord Settings from Canary to Stable (or vice versa)?

Settings are already shared across all Discord instances on the same PC so you can just switch and they will be kept!

remote flower
#

fuck vb

#

vs mi

mighty ravenBOT
# remote flower vs mi

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

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

For Vencord issues:

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

For Installer issues:

  • What OS are you using?
south cargo
#

Discord canary desktop, Linux, arch more precisely, no devtools errors labeled as vencord that i see regarding window size, i just enabled the option and it did nothing

gaunt sequoia
kindred kettle
remote flower
south cargo
gaunt sequoia
south cargo
#

right click -> quit -> reopened

#

hol on

kindred kettle
#

ok no idea, although on a side note I advise against using canary

south cargo
#

would using discord-canary-electron-bin affect this?

gaunt sequoia
remote flower
#

and I sent it

south cargo
remote flower
#

try vesktop

gaunt sequoia
south cargo
remote flower
#

you blind?

broken tiger
south cargo
#

regular discord works now but ig ill use vesktop

#

i just wanted to use compact discord

#

works nicely

gilded junco
#

Why are my gifs not appearing anymore when I use rpc but images still work ๐Ÿค”

broken tiger
#

Platform indicators appear to no longer display in messages, could be due to MoreUserTags, but I am not too sure

#

Vencord Debug Info

Vencord: v1.6.2 โ€ข dd61b0c (Standalone) - 1 Nov 2023
Discord Branch: stable
Client: Discord Desktop v1.0.9022
Platform: Win32
Outdated: false
OpenAsar: false
Last Crash Reason: N/A

Enabled Plugins (61):


BadgeAPI, CommandsAPI, ContextMenuAPI, MemberListDecoratorsAPI, MessageAccessoriesAPI, MessageDecorationsAPI, MessageEventsAPI, MessagePopoverAPI, NoticesAPI, ServerListAPI, NoTrack, Settings, SupportHelper
azure perch
#

known

broken tiger
#

Alright

azure perch
#

it's fixed just wait for next update

torpid osprey
#

there is some one here?

haughty goblet
#

is there?

torpid osprey
#

There is a problem that occurs to me when I download vencord and I want to open it. It does not open. Is there a solution to this problem?

#

@haughty goblet

#

Can you help me ?

haughty goblet
#

vs mi

mighty ravenBOT
# haughty goblet vs mi

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

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

For Vencord issues:

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

For Installer issues:

  • What OS are you using?
torpid osprey
haughty goblet
#

that, doesnt provide any info

#

vs w

mighty ravenBOT
# haughty goblet vs w

โš ๏ธ Do not run the installer as Administrator

Download and run https://github.com/Vencord/Installer/releases/latest/download/VencordInstaller.exe

If the above doesn't work/open, for example because you're using Windows 7, 32 bit, or have a bad GPU, you can instead use our terminal based installer.

To do so, open Powershell, run the following command, then follow along with the instructions/prompts

iwr "https://raw.githubusercontent.com/Vencord/Installer/main/install.ps1" -UseBasicParsing | iex
haughty goblet
#

try this

#

(powershell)

torpid osprey
#

Ok

#

Oh, it really worked, and now I tried again, and the program worked perfectly and there were no errors. Thank you

arctic reef
#

ive been waiting for 3 hours to get my banner approved on black box

hazy breach
#

we can't do anything about that

vernal harness
#

so, i've wanted to try out the user script to use ff intead of the deskop client. first i ran into the weird issue 'VencordStore' is not a known object store name which was fixed by just deleteting the indexDB.
but now i want to sync my settings from my desktop client to the user script, but every time i try to enable the integration, i get the oauth popup, but then nothing happens, when i accept it.
looking into the browser console, i now get another weird issue, which i am not sure about how to resolve
Error: Encountered unsupported value type writing stack-scoped structured clone

#

does anyone have a suggestion on how ot proceed?

#

(and yes, i know that i could just ex- and import the settings, but working around the issue does not make it go away)

kindred kettle
#

what are you using for userscripts

#

grease, tamper, violent?

vernal harness
#

violent

#

actually just switched earlier today from tamper to violent.

kindred kettle
#

ok someone said the other day violentmonkey wouldn't work but another user had it working fine

vernal harness
#

intresting.

#

the main reason i went with violent in the first place is, because i saw that its mentioined and linked on the DL page

#

afterwards i did discover that tamper is not Foss (anymore??) and then switched over to violent

jovial hill
#

has anyone ever been banned when using Vencord and can some plugins in Vencord be banned?

vernal harness
#

the only thing that will make discord be angry at you if you are selfbotting

#

and non of the bundled plugins will get you banned

#

ofc there is always a very slim chance of something like this happening. but there are no known cases of this happening, without the user violenty breaking discords TOS (self-boting)

wise dagger
#

vf tos

mighty ravenBOT
#
Will I get banned for using Vencord? Will plugin X get me banned?

Client modifications are against Discord's Terms of Service.

However, Discord is pretty indifferent about them and there are no known cases of users getting banned for using client mods! So you should generally be fine as long as you don't use any plugins that implement abusive behaviour. But no worries, all inbuilt plugins are safe to use!

Regardless, if your account is very important to you and it getting disabled would be a disaster for you, you should probably not use any client mods (not exclusive to Vencord), just to be safe

Additionally, make sure not to post screenshots with Vencord in a server where you might get banned for it

fringe agate
marble palmBOT
steel cargo
#

installed vencord but it doesnt display in settings

vernal harness
#

its further down

steel cargo
#

bottom

vernal harness
#

are you using web or desktop client?
did you make sure to fully restart discord after installing vencord?

steel cargo
#

yea,using client and restarted already

#

and i get it after click reinstall/repair

#

any suggestion?

#

btw,i have tried reinstall discord and vecord

azure perch
#

it says failed

steel cargo
#

but at first time install ,it said sucessful

vernal harness
#

are you sure?

#

what happens if you close down discord, then uninstall, then install again?

steel cargo
#

you mean reinstall vencord or discord?

vernal harness
#

no, only vencord.
and yes, i mean reinstall. but not with the reinstall button, but actually uninstalling and then installing again

steel cargo
#

ok,i just tried that way, uninstall and install again,doesnt work

vernal harness
#

did you actually get a success message?

steel cargo
#

sure,im not jokingcatfrown

vernal harness
#

and how did you quit discord? just closed the window?

steel cargo
#

when click uninstall ,it close it ,nvm im going to try this way

marble palmBOT
# steel cargo

If the installer doesn't open, follow the second section of the install instructions.

vernal harness
#

vs win

mighty ravenBOT
# vernal harness vs win

โš ๏ธ Do not run the installer as Administrator

Download and run https://github.com/Vencord/Installer/releases/latest/download/VencordInstaller.exe

If the above doesn't work/open, for example because you're using Windows 7, 32 bit, or have a bad GPU, you can instead use our terminal based installer.

To do so, open Powershell, run the following command, then follow along with the instructions/prompts

iwr "https://raw.githubusercontent.com/Vencord/Installer/main/install.ps1" -UseBasicParsing | iex
kind lava
#

Minecraft or java missing from Audio selection?

mossy jay
#

The ViewIcons plugin doesn't allow to click on avatars anymore
(works well on banners)

remote flower
#

also, Sound streaming is kinda buggy on vesktop, deal with it

kind lava
#

I am on light mode

remote flower
mossy jay
remote flower
#

interesting, might be a bug or something, I'm not there to try it

plush jetty
#

um, i just realize the "ShowMeYourName" also didnt work

steel cargo
remote flower
steel cargo
#

sucessful but doesn't work ,cry

#

no display

plush jetty
remote flower
remote flower
#

turn on the plugin and restart discord

#

some plugins don't tell you they need a restart sometimes so just restart anyways

kind lava
remote flower
plush jetty
#

hmm, lets see

kind lava
mossy jay
remote flower
#

I'll check when I'm home

azure perch