#π₯-vencord-support-π₯
1 messages Β· Page 112 of 1
did you click the button
vencord is like not working for me
which?
its not installing
same
open task manager, expand discord, right click on one and click open file location
and screenshot the entire explorer window
this?
the entire window
uh is that supposed to be there
this is the part we need #π₯-vencord-support-π₯ message
ignore how it says that name
thats a new one - its installed in your onedrive desktop folder
which it is not meant to be
i have no idea whatt this shit means
what does discord exe mean π
(what)
?
uh i just want vencord what the fuck does that mean
discord should be installed in %localappdata%\Discord, check if that's a valid path location
+dont send massively cropped screenshots, it helps us help you
its a path
i need code
is there an app-1.0.blah.blah.blah folder in there?
stop begging for nitro before i ban you
yep
damnn
ok so
i need help ;-;
go in there and there should be a Discord.exe file
if there is just force close the current discord you're on and open that and check settings for vencord
I'm not downloading vencord ;-;
so what are you here for
no vencord settings
just making sure, force close means?
alt f4/close from the windows tray/use task manager to end task
i used task manager
oh i guess it actually didn't patch it because of the warning
do you mean that it's not installing?
uhh
can you select the main path in the installer and press install again
it shows the "broken discord install" popup right
actually oops that was a different person
getting things mixed up
nope
(but did they)

uh thats new
oh
if you dont know what exe means then you are not smart enough computer wise to be using a client mod
i always forget what to do for that
can you go back to the %localappdata%\Discord main folder and screenshot it
i think i resolved that issue for me
though you might wanna do that later on
i reinstalled my discord
bro i got a pc 4 days ago
yeah i guess might as well if they're daily driving a different install
an EXE file is an executable file, AKA a program
it updated?
likely because they haven't touched it in ages
never opening = never updating
at least that's my thought process
lmao
ok now do what it says
fully close again from task manager and reopen it
but not from taskbar
do it from the Discord.exe file from earlier
the %localappdata%\Discord?
exactly
i would use that version of discord (%localappdata%\Discord) instead of your normal one
e.g. pinning to taskbar/start menu/desktop where needed
yep
need help trying to use that fake banner plugin but its not working
read the settings of the plugin
is there a way to fix the emoji link from appearing using the free nitro plugin if the emoji is sent in a sentence?
:3
will this fix other people from seeing the links?
no
sad, i also dont see that in the list of plugins tho
its inside fakenitro options
ah
:3
huh?
has your banner request been approved
also i can see a banner in your profile
can you not?
could be basic
Β―_(γ)_/Β―
no yeah that's nitro
cries
what plugin is it that does the vine boom when this emoji is posted
πΏ
very annoying
thought this was just some waste of space
How do I stop Vesktop from opening browser links inside a popout thing?
I am dumb and had open links in app enabled
which apparently isnt for opening steam links in steam & the like
oh no no no
it is
that's a plugin tho
what you're talking about is a vesktop only feature
if you mean this
in vesktop settings
the plugin does what it's meant to do
How do I download on android?
vf mobile
Yes actually! We have an Android app embedding the Discord website
However, as Discord's mobile website has some issues (performance, usability, etc), chances are you won't like it.In that case you will instead want to use one of the following mods focused on Mobile.
Do note however that these mods are not related to / affiliated with Vencord, so we do not provide support for them in any way. Join their support servers for help & more info!
- Vendetta (android/ios): GitHub - Discord Server- Enmity (ios only): GitHub - Discord Server- Aliucord (android only, very outdated but still works well if you like the old version of Discord):GitHub - Discord Server
i haven't received my role and i am donor
dm ven to claim any perks
Vesktop can't sync to cloud,
{"error":"Invalid authorization"}
Reauthorise your Cloud Integrations by turning them off and on. This will update your cloud secret which lets you use them again.
tessie w

Can I use/make my own #1032200195582197831 for vesktop?
yes, build and change path in vesktop settings to dist folder
where would I add userplugins to the vesktop repo when I clone it?
no, clone vencord repo like normal
ohh
like just build vencord regularly, then point vesktop to it
yes
thank
for some reason idk my vencord is not on my discord should i reinstall it?
yes
I'm wondering, if i install this, am i able to keep it looking like normal discord but still get the perks?
just don't use themes or plugins that may change too much discord
In the Quick CSS Editor, how do I set a custom font?
This is what makes sense to me, but it isnt' working
It's just causing the default font to look like this
:root{
--font-primary:
}
also there are --font-display and --font-headline and --font-code
the issue isn't the css itself, the font name doesn't seem to be changing anything
it just changes the default Discord Sans to Times New Roman
i dont think font family takes just one string,
also you can try :root
the font name is "FOT-PopHappiness Std"
:root {
--font-primary: "FOT-PopHappiness Std";
}
yeah it has to be exactly as the font says
you can just give it a string?!
yes ?
if you have the font installed
is there an install guide for linux version of vencord
never knew that.\
i gotta up my css game
how else do you set fonts π
ohh
didnt know it was taken locally cause back when I tried that. it didnt work
tysm
did you enable this
i think so
the staging banner doesn't really mean/do anything
hello hi, does the USBRG custom banner plugin not work for the Firefox extension?
damn, does the recent announcement have anything to do with it?
csp is broken on firefox, nothing that needs to be fetched from somewhere else works
this includes
- themes
- shiki codeblocks
- donator badges
and a few more
mozilla skill issue
how do i fix a failing emote cloning?
i got the emote from nqn and when i try it says in console that it cant resize asset below 266144
but with other ones, it worked tho
looking for help with this - I'm told this is a missing plugin name, but I've inspected every plugin, and they all have names
is there random any text file there that isn't plugin?
is it inside its plugin name folder or it's in userplugins
if it's in userplugins then that's it
my ven wont showup in settings
Tried launching the vencord file that you downloaded and then repairing vencord?
Usually fixes mine
the..shortcut?
does anyone know why scrolling down will automatically scroll you back up
Hey guys im having problems removing an online theme i cant go open my settings bcs of the theme
vf themes
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 = []
})()
Does this look like BetterDiscord to you?
thanks!
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
@broken tiger
yes?
intend to fix the rich presence? :l
So my vencord just disapparead after restarting dsicord. Do i just reinstall it? or repair or smth?
huh
yes with the installer
#rules 5
normal Discord with Vencord or Vesktop
sorry
what?
I'm using a translator, and I think it came out wrong :l
oh, it wasn't me π«€
Does vencord og every deleted message
or what does it log?
Cos if its said while im not on the channel, im hoping it still logs.
Like DMs
sk
Reauth it, should work
Not sure how exactly it works but if you were on the channel recently it still does
brody i tried
no matter how many times i click authorize it never shows up in the settings menu
the modal just closes and nothing happens
Surely you DM me rq and delete it to test
and it closes with no result when i click authorize
can you gimme the app id so i can open the external link
Surely you just go into general and scroll up to find deleted messages
I don't know the app id and I can't find it out
Have you tried reinstalling vencord?
i feel like this wouldn't solve anything
Reinstalling a plugin for what seems to be an internal issue ?
Reinstalling vencord for what seems to be an issue on their client
or examine the response from the /oauth2/tokens req
SG. Monitor the network tab when clicking on a profile or enabling the plugin
If itβs not malware
yeah thought so
the inapp modal didnt open the redirect_uri for some reason
feel free to submit an issue for me, i cba
im using vencord in browser thru tampermonkey
if you inspect the element. is it just a link?
there is a POST to /oauth2/authorize
which element
heres the relevant code
(the Or() function)
cba to debug this
i really dislike using other people's client mods
had my own thing but dont feel like updating it
auth works fine for me
if you are using brave they have a problem which doesnt let vencord to connect reviewdb auth endpoint
how and where
can you show console
https://github.com/Vendicated/Vencord/blob/main/src/plugins/reviewDB/components/ReviewsView.tsx#L155
im just gonna manually inject the token into the settings
you can do Vencord.Settings.plugins.ReviewDB.token= ""
saved me a valuable 2 minutes π
but if its csp issue I doubt other reviewdb features will work
like can you see my reviews
oh nice
don't be rude
who was?
me
I mean it works fine for everyone π₯΄
idk in which circumstances you managed to cause error
oof piece of shit
le skill issue
didnt read that
how is it my fault π
there was no accusation that it was your fault
lol
stuff happens that we dont expect
^^
I didnt say it was your fault
this was slightly implying
yeye
miscommunication
I mean as I said brave has problems
its not even brave π
le ungoogled chromium
hmm
are you using the extension or the userscript
h
userscript
might be the reason why it broky
ahh sorry missed it
yeah the userscript is sort of the "last resort" install
we really dont recommend using it
huh
i assumed
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.
it doesnt have half of the stuff that we need for it to actually function correctly so
missed that somehow
idk how ugc deals with CWS but
rip firefox build π
csp seems to be working fine tho
otherwise he wouldnt able to get or post reviews
which is odd because the userscript doesn't have csp modification 
yeah kinda weird
that's not how it works
isnt that cors
but reviewdb should work without csp removal
csp is filter
how
cors prevents sending requests TO discord from other websites
csp does the opposite
cors (cross origin resource sharing) is controlled by the site you're fetching and just lets sites control what other sites may load them. this is a useful security mechanism so that for example if you go to virus.com it can't load some sensitive sites with your cookies
csp (content security policy) is controlled by the site you're on and lets it tell the browser what sites exactly content may be loaded from. discord's csp for example blocks scripts from other sites
yes
csp is what we have to remove in order to load stylesheets from github and load scripts from things like cdnjs (quick css editor)
tired
i havent slept in like
18 hours
ignore me
but csp shouldn't forbid connection to reviewdb, i think discord doesn't use connect-src
if I use regular fetch it does
I think vencord userscript uses different fetch though
gm_fetch/gm_xmlhttprequest probs
ohhh
so discord does use connect-src
anyway yeah the user script uses a fetch that bypasses csp
auth was caused by that and idk how this happens even
it'll be the userscript runner's fetch impl which doesnt go through the site
it goes through the background
yeah that makes sense
hmm how about any css snippets?
it's not tho
it works fine
in the extension
I love firefox
they love having terrible mv3 support and not having apis nearly any other engine has
i cant open vencordinstaller because it wont open, i even set user control to the max
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
breaks
perfect
lol
how do i know its installed
damn
are you asking how do you know if vencord is installed
nvm that's tooo small
jesus
^
just check your settings
even spent 5 minutes placing those arrows to make it more optimal for you to see
what the fucke
i thikn i failed ||β||||β||||β||||β||||β||||β||||β||||β||||β||||β||||β||||β||||β||||β||||β||||β||||β||||β||||β||||β||||β||||β||||β||||β||||β||||β||||β||||β||||β||||β||||β||||β||||β||||β||||β||||β||||β||||β||||β||||β||||β||||β||||β||||β||||β||||β||||β||||β||||β||||β||||β||||β||||β||||β||||β||||β||||β||||β||||β||||β||||β||||β||||β||||β||||β||||β||||β||||β||||β||||β||||β||||β||||β||||β||||β||||β||||β||||β||||β||||β||||β||||β||||β||||β||||β||||β||||β||||β||||β||||β||||β||||β||||β||||β||||β||||β||||β||||β||||β||||β||||β||||β||||β||||β||||β||||β||||β||||β||||β||||β||||β||||β||||β||||β||||β||||β||||β||||β||||β||||β||||β||||β||||β||||β||||β||||β||||β||||β||||β||||β||||β||||β||||β||||β||||β||||β||||β||||β||||β||||β||||β||||β||||β||||β||||β||||β||||β||||β||||β||||β||||β||||β||||β||||β||||β||||β||||β||||β||||β||||β||||β||||β||||β||||β||||β||||β||||β||||β||||β||||β||||β||||β||||β||||β||||β||||β||||β||||β||||β||||β||||β||||β||||β||||β||||β||||β||||β||||β||||β||||β||||β||||β||||β||||β||||β||||β||||β||||β||||β||||β|| https://blahaj.host/aq4vn0hw.png
plz someone help
uhm
what on earth did you do to your install?
please dont use the dev install if you dont know what you're doing cause that looks like you made a very massive mess of it
yeah i think so
described in channel #1148267592457392158
Some people (@placid ledge, @meager echo) get emoji (both animated and normal) duplicated when sending it as embedded link: β
[β ](https://cdn.discordapp.com/emojis/998704773706559568.webp?size=48&quality=lossless)
UPD: They get this issue on THIS message PREVIEW (message preview plugin) AND NOT the actual message
REAL PIPLUP
++yes
how to do gif pfp or banner
nitro
you might be able tod o it locally
hey uhh im on windows 11 and vencord wont open for me, im a admin account but dont run it as admin, even when i do (as a last resort) it just didnt open.
othe reopel woudln'tb e able tos ee it though
Intel(R) Core(TM) i3-2120 CPU @ 3.30GHz 3.30 GHz its over
bruh what u need a banner
look at my profile bro
i have a banner and a profile color free
how
we need to get black box server right
can u tell me
where to add it
quickcss
User Settings -> Vencord -> Open QuickCSS
ik
how enter code
that is question
i then pasted the code then what to doo
prolly didnt even put his id in
vfaq
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, oom)
12. How do I uninstall Vencord? (remove)
13. What are the official websites for Vencord? (vencord.app, unofficial, official)
can i get animated profile
what does that mean
did you forget
i cannot see it
where is it
[src^="https://cdn.discordapp.com/avatars/YOUR_ID/"] {
content: url(IMAGE_LINK);
}
ik but how to get link
any direct image link
Vendesk Lifestream flickering :c
happens
VC Seems to not work on Vencord for me
It crashed when I was about to open the emoji menu. After restarting, an error popped up when I looked at the theme page. Do I need to provide any files?
i have a question, i will get banned by using vencord?
vf tos
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
most likely no
vf tos
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
mic seems to work but VC doesnt seem to work
Ive tried both PTT and Voice Activity
soo all the vencords plugins are safe to use, got it
fixed it just repaired the patch
install discord
that means it worked
Apologies if this is in the wrong place but, is there a keybind in the message logger to remove all message history in the current channel?

how to save messages
screenshot
if you wanna save messages just screenshot them 
no with plugin
no
isn't there a plugin for saving messages or something
yes
is there
that what i was talking about
i think its MessageTags or smth
that's a weird description of that plugin
that is not how id describe it yeah
well
ty
not sure where to send this (for mods), so ill send it here, if it needs to be moved, feel free to delete this and tell me where to move it
||friend is asking if they can appeal a ban, is that possible||
who
Why do they even want to come back if this is their opinion of this server (complete with wrong ban reason)
banned me for arguing with them
what
they know very well why they got banned and still decided to lie about it 
so i wanna get vencord on my mac
but when i try to install
it says it needs like disc access or somethin
how do i give it disc access
is this normal?
so in settings probably
the funniest thing is noone even made fun of them for that, we just asked them why they're talking like this
just a weirdo lmao
cookieve do u know how to get to security and privacy on mac
for vencord
install
i dont use a mac
whar
is it normal for vencord to ask this on mac?
if it didn't need it then it wouldn't ask for it
Hi my vencord stopped working after the last discord update I think, is there a current live update that works
The easiest & fastest solution to most issues is to just reinstalll / repair Vencord using the installer. Don't worry, you won't lose your settings! They'll all be there like nothing happened once you're back
and I'm not sure how to access the in built updater :/ i'll try the reinstall/repair though
frankly im not sure
Hey, so when I install vencord, it works, up until i turn off my computer then turn it back on, suddenly vencord isnt installed on discord and i have to reinstall
anyone know why its happening? I have discord update set to "read only"
is there anything that can optimize the web client?
happens if it reaches the 2gb ram limit
you can avoid that crash by using vesktop instead
or getting a better pc
how would i go about making my own plugin?
how would i go about making my own plugin?

how would i go about making my own plugin?
||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.||
autoresponse bug xd
@hardy rivet ^^
how would i go about making my own plugin?
||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.||
yeah i adjusted the check
but why is it spoiler?
so that people have to click it
its used in other responses too
how do i add my own plugin
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.
||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.||
like that
i guess it makes it more obvious
hello does someone now how to ruhn vencord as a user
because it automaticly launch as adminstrator
what
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
the firefox extension got taken down
firefox good (real)
Is this recommended to work with canary or stable
stable
it is really 60 fps 1080 p
ty
who is this guy
he randomly added me and said the vencord staff team didnt like him and stuff, may someone explain to me if its safe or not? ._.
ignore
just block him
what did he say
true
nth much tbh, just said hes adding random vencord users from somewhere
Is there a way to remove these buttons? Or at least the nitro and sticker one. I didn't see anything in plugins but not sure if I missed it
css
fucking finally i got this working on linux
idk what the hell i did wrong the first time this was easy
hello
i downloaded the installer but when i click on the app it runs for a few seconds and the it closes by itself. when i try to click on any button before it shuts down the app is not responsive.
is there any solution to this problem ?
windows mac or linux
windows 10 sorry for not telling you
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
i tried them both. It installs, launches for 3 seconds and closes
the installer
Im using vesktop and my screenshares are super laggy: not sure why
pc is very high end
Is hardware accel not a thing in vesktop?
same thing
the ps window closes itself?
the ps downloads the installer and it opens it but after some seconds it freezes and shuts down
Hello, i have this problem 3 days ago, vencord was working fine but from nowhere stopped working, and stays on the gray screen when you start discord, i tried reinstalling and repair but doesnt work
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 = []
})()
you didnt do what i said
How do i disable from the folders?
Oh i see, thank you
Doesnt work, and the console its making this errors all the time
The easiest & fastest solution to most issues is to just reinstalll / repair Vencord using the installer. Don't worry, you won't lose your settings! They'll all be there like nothing happened once you're back
I didnt try it
I did it already and stays the same
Its the first time that happend to me
I did it again and nothing happens
ill try uninstalling
Its the same with normal discord
I fix it already, i just deleted the discord folder from %appdata%
Thank you for your time
Yes actually! We have an Android app embedding the Discord website
However, as Discord's mobile website has some issues (performance, usability, etc), chances are you won't like it.In that case you will instead want to use one of the following mods focused on Mobile.
Do note however that these mods are not related to / affiliated with Vencord, so we do not provide support for them in any way. Join their support servers for help & more info!
- Vendetta (android/ios): GitHub - Discord Server- Enmity (ios only): GitHub - Discord Server- Aliucord (android only, very outdated but still works well if you like the old version of Discord):GitHub - Discord Server
yes, however it's different if the browser is a mobile one, which it is with Vencord Mobile.
vencord mobile is proof of concept
remember how i said mobile web
use vendetta or smth
Oh yeah, i have a problem long time ago, with betterdiscord and vencord, when im on al call and i close the discord tab, it crashes from nowhere and i have to open the tab again to start it again and join the call
Its like discord goes sleep mode when i close the discord tab and i need to have it open all the time
broken install probably
where is it installed
with discord open, open task manager, right-click on discord, and select Open File Location (or whatever it's called, i dont know), then send a screenshot of the folder it's in
task manager
you can search for it in the start menu
task manager is not related to discord
i need to see the bit just above that, that shows where the folder is
ss ur installer
we already have that
do it again
yeah well in the background you showed web discord
reinstall discord and try the vencord installer again
Your Discord seems to have installed in the wrong place. This could be due to a variety of issues.
To fix it, click the "Take me there!" button and follow the instructions in the dialog.
what do it mean patched
that means it's installed
oh
Heyo i wanted to ask, is there a way vencord can be installed in just 1 of the discord clients? I have Stable, PTB and Canary but would only wish to have it in PTB
yes
it only installs it on the one you tell it to
oh alrighty thanks a lot!
my dumbass thought that i didnt have it downloaded because i didnt have my discord theme

follow the instructions given to you
restart discord, yes
it looks normal, yes
but there should be an extra category in settings
called vencord
does anyone know why message logger doesnt work for the first message but it does work for every message after that?
can someone help? idk how to install plugins to vencord becasue i looked it up and its talking about a plugin folder but i installed plugins that arent showing up
Is this where I would ask how to activate a theme that doesnt have a theme.css file?
Sometimes when i type a long message and send it it gets radically cut off and only a small portion actually gets sent
luckily i just found out i can do Ctrl + Z to undo it but still, its VERY annoying
what does it have
link the theme
this is the theme
it looks like you have to custom make yours
but then i dont know what to do with the .theme.css file that gets downloaded after that
in deploy branch
#π₯-vencord-support-π₯ message Ok nvm, apparently it can happen with any length of message.
Ok nvm, apparently it can happen with any length of message.
it just happened again!
your messages look fine
screenshot what you mean
OK
what is sent is only what it thought i typed but what is typed out is what i actually typed out when i sent it
hopefully that makes sense
yea but its not translating anything
so each time you type something itll just randomly delete half of it?
Yea sometimes but im not sure whats causing it to do it but sometimes it does it more often than others which doesnt make sense to me because im not changing a single thing
oh so it doesnt do it with that wtf?
im so confused
ok. I apologize ahead of time this is just a test. i promise
Yea sometimes but im not sure whats causing it to do it but sometimes it does it more often than others which doesnt make sense to me because im not changing a single thing
Yea sometimes but im not sure whats causing it to do it but sometimes it does it more often than others which doesnt make sense to me because im not changing a single thing
hm weiiirrrd
okkkk? i guess it was the translate button causing it?
but its not translating anything...
bd version of translate also did that
huh, ok. thanks for helping me deduct the issue
ok but i do have a question real quick
How do i make english go into japanese when i type in english? i dont really understand the translate model that well apparently
γγγ―γγΉγγ§γ
oh ok tysm! idk how i couldnt understand that. im pretty slow sometimes
is this translate system based on goggle translate?
yes
just curious because with google translate it says "I love cute things" when i translate "I love being cute" to japanese but when i translate that back into english it says im saying "i love cute things"
ah ok. tysm for the help! 
if anything use deepl
deepl?
most accurate translator currently
huh, i didnt know about that. thatll be helpful
I have a problem long time ago, with betterdiscord and vencord, when im on al call and i close the discord tab, it crashes from nowhere and i have to open the tab again to start it again and join the call
Its like discord goes sleep mode when i close the discord tab and i need to have it open all the time
thank you
whenever i open vesktop why is there always a epic games notification?
whar
because you have epicgames notifications on probably, it does that to me ttoo
Uninstall epic games and use steam 
can'tn't
you have to put the link without breaking the line
like this?
you removed a -
oh
ok says valid but no image loading
am I doing something wrong
because it worked before
ok I used quickcss and it worked
and it was just github dying
Is vencord available on discord mobile?
vf android
Yes actually! We have an Android app embedding the Discord website
However, as Discord's mobile website has some issues (performance, usability, etc), chances are you won't like it.In that case you will instead want to use one of the following mods focused on Mobile.
Do note however that these mods are not related to / affiliated with Vencord, so we do not provide support for them in any way. Join their support servers for help & more info!
- Vendetta (android/ios): GitHub - Discord Server- Enmity (ios only): GitHub - Discord Server- Aliucord (android only, very outdated but still works well if you like the old version of Discord):GitHub - Discord Server
Tyvm
Ive always used them π€·
vf mobile
Yes actually! We have an Android app embedding the Discord website
However, as Discord's mobile website has some issues (performance, usability, etc), chances are you won't like it.In that case you will instead want to use one of the following mods focused on Mobile.
Do note however that these mods are not related to / affiliated with Vencord, so we do not provide support for them in any way. Join their support servers for help & more info!
- Vendetta (android/ios): GitHub - Discord Server- Enmity (ios only): GitHub - Discord Server- Aliucord (android only, very outdated but still works well if you like the old version of Discord):GitHub - Discord Server
click the button
What button
works for me
Dont work
idk
i'm not in there, i don't know
keep in mind that you cannot join if an alt of yours was previously banned
Ok thk
might be a dumb question but i was just curious if i can delete vencordinstaller without actually deleting vencord
yes
i want to download it (on mac) but the thing doesnt show up even if it say its there and i need to click it (sorry for bad english)
okay ty
What version?
my mac or the vencord
please grant the
This message is misleading. Run sudo chown -R "${USER}:wheel" /Applications/Discord.app in your terminal, then run the installer again afterwards.
You may also need to grant Terminal.app (and friends) full disk access for the operation to work properly.
How can i join vendetta server
Yes actually! We have an Android app embedding the Discord website
However, as Discord's mobile website has some issues (performance, usability, etc), chances are you won't like it.In that case you will instead want to use one of the following mods focused on Mobile.
Do note however that these mods are not related to / affiliated with Vencord, so we do not provide support for them in any way. Join their support servers for help & more info!
- Vendetta (android/ios): GitHub - Discord Server- Enmity (ios only): GitHub - Discord Server- Aliucord (android only, very outdated but still works well if you like the old version of Discord):GitHub - Discord Server
its there though
hey im pretty sure this is a common issue but i want to know the reason why
vencord just uninstalls randomly and needs to be reinstalled again
discord host update, it deletes old version folder and replaces with new folder
ok thx
I know #plugin-requests is closed but a plugin that converts all unsupported discord video encoders to the supported ones would be awesome Example(h.265, av1, etc convert to h.264)
use ffmpeg
or some other tool like handbrake
HandBrake is an open-source, GPL-licensed, multiplatform, multithreaded video transcoder.
Ye that's cool thank you but one that automatically does it would be even cooler
it would also be extremely performance heavy and hard to support
how to add theme ?
there are instructions in the Themes tab
yeah but people have a reading issue
rude ? didnt know that
still better than you dumb kid
very cool
"rude ?"
then proceeds to reply with something just as rude
download a theme and put it in your themes folder or paste a direct link in the online themes section
wym
any error?
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
i can't open installer
read what venbot said
i am not open it as administrator
read the rest of it
any idea why invites are paused for their server? @cinder warren
not to do with us
mhm alright
which one
vendetta
i do not know
vencord not working on brave?
does vencord use the same plugins as betterdiscord?
You can't.
Chances are, it's already a Vencord plugin! Or if it isn't, you can open a plugin request
mhm alr
MessageLogger sometimes doesn't exclude the guild or the channel that has the id, any reasons why?
the channel id of the 2nd pic is indeed 973254960479350794 and yet it doesn't ignore that
is there a way for a plugin to modify the way the quick switcher (ctrl+k) works? I want it to first prioritize the unread channels, then current server, then most frequently visited servers (deprioritize muted servers).
the default behaviour is really bad and I often end up in the wrong place
bruh are there no exclusion for both?
i guess the guy who added that feature missed that
is there a way to set the same settings for all servers, like not.wanting message requests or dms
from members
instead of having to manually go through one by one

I mean no problem on my end
I have a powerful pc
run arma 3 on mods
it wonβt be so powerful now
I can run starfield on max settings with 100+ fps no upscaling Arma 3 with mods won't do that much
try it then
i keep getting an error saying that the local install is outdated im on linux help π
Slide the links and I will
show a screenshot of the error
Is there any way to view a full list of users I had dms with
because clearly the one we can see is not full
oh, you're on a chromebook. i strongly recommend using the chrome extension with the web version of discord
How does that work?
you install the chrome extension
and when you load up discord.com/app
vencord is there
Thank you
when i open it it doesent open
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
What does this mean
please choose a discord install to patch
yo when i do voice message in chrome extension when i click it it just gets longer and some ppl say they cant open it
if those people are on ios known issue
Some people also say they cant hear nothing
not really an issue on our end when they play just fine everywhere else
can u hear that
yes
but they say they cant hear it
Idk what to do i want to make sure they hear
short term memory loss
ye
ok
they sent this
i am aware
like i said it's an ios issue and nowhere else
it's not really our fault
oh well
it is our issue cause we sent the wrong file format
i mean yeah but
voice messages are supposed to be opus oggs
but chrome doesn't support that
we send webm instead (only on browser)
its ios skill issue that it doesnt work there but still our issue technically cause we should send opus
even if i did the powershell
yeah that's what i meant
what instructions did you follow on the powershell prompt
btw discord is likely planning to add voice messages soon
why doesn't discord show spotify embeds anymore?
lol it copies that when i have the app on german xD
oh interesting
but knowing them they'll probably just allow you to record and send
spotify or discord?
it doesnt do it for me
omg i changed it to some random language and now i don't know what the copy link button is
worst mistake
oh wait i need to restart spotify
spotify


