#๐ฅ-vencord-support-๐ฅ
1 messages ยท Page 15 of 1
the way of getting PWA discord
thanks it worked now, probably had to remove and readd vencord
and meant this
gg
thinks it isnt useful for PWA
oh I see the issue
that extension doesn't put you on discord.com
it puts you on chrome-extension://edfpalahildnikdjdnmmoekoncglnblh
then loads discord in an iframe
but the Vencord extension only requests access to discord.com
surely its this then
nah
Read the documentation to manually build the extension and add this url to the host list here https://github.com/Vendicated/Vencord/blob/main/browser/manifest.json#L13-L16
**manifest.json: **Lines 13-16
"host_permissions": [
"*://*.discord.com/*",
"https://raw.githubusercontent.com/*"
],
then install your custom built extension
chrome-extension://edfpalahildnikdjdnmmoekoncglnblh/*
add this
that should work maybe
actually no I don't think so because it doesn't expect discord to be in an iframe
yeah idk you'll probably have to ask the person who made the PWA helper how to do this
does that approach still autoupdate?
consider just not using the PWA, use armcord
^
or Duckoโs Gluon
no, you'll have to manually rebuild whenever
oh wow the person who made the PWA helper is also the person who made the extension I just linked (^)
cool guy making many useful extensions
yea
i updated the new vencord update and when i got back on discord vencord wasnt installed, i reinstalled and unistalled and it didnt fix
im kinda against using other stuf than just PWA discord
had issues with webcord sooooo idk
sure imma try it tho
Always NeverDecaf
Extensions can modify the discord page, meaning you can use Tampermonkey/Stylus, proxy extensions, etc. with Discord.
Supports injection of custom CSS or Javascript via the extension's options if you don't want to use Tampermonkey/Stylus.
the PWA helpers readme states this
what is that all about
is this fine?
that seems to be an object, no?
it needs to be a map
resp.headers = new Map(headers)
ok, sure
this is what it needs to be
I'm having the same issue I downloaded the new update and when I got back on Vencord just wasn't installed
so not new Map, but new Headers?
actually wait
@modern yacht https://goose.icu/gluon-announcement/ by @bitter elm
Announcing Gluon, a new framework I started a week ago
yeah you can just use the Headers class
I didn't know they expose it
new Headers(headers)
this will do what u need
just reinstall with the installer
i did that and it didnt work
show a screenshot of the installer
oh i fixed it thank you
u can merge then
nice it works now
i hope vc will work cause on webcord and stock it would shit bricks trying to stream
@broken tiger did you try this?
that's a bad guide because you should definitely not use 7z to work with asar files
it would be trivial to implement a toggle for that in vencord
I'll add it later why not
.
if you really want to mess with asar files install nodejs then npx @electron/asar e app.asar app to extract and npx @electron/asar p app app.asar to pack
https://www.tc4shell.com/en/7zip/asar/ you love russian devs
Asar plugin for the 7-Zip archiver
but ^
im really not sure why youd want this cause its ugly but there u go
are u the one who opened the issue
or different person
different person then
super simple for me to add
just update and you can use the setting to do it @broken tiger
That was fast
as i said it's super simple lolz
how so
you didn't fully restart Discord
Fully restart means closing Discord from the tray then opening it back up
not pressing Ctrl R
CTRL R only restarts the web context
but to apply the native titlebar you need to restart the system process too
Electron (the program Discord uses to make the app) has multiple contexts
one is just a web browser like chrome
the other is a native context that has full access to ur system
ctrl r restarts only the web browser
wha
idk what that is
show a full screenshot
what are you trying to show me
works on my machine
it's an issue with ur system likely if it doesn't work
are u sure the title bar isnt just off screen
it looks like it is
true is the default
it works on my machine, it's just an issue with your system
make sure you don't have frameless on somehow
open the console with Ctrl Shift i
type Vencord.Settings.frameless
does it say true or false
there u go
type Vencord.Settings.frameless = false
then restart fully again and it should work
that setting used to be shown on windows wrongly
so I assume you enabled it back then
nah its not your fault no worries
it probably looks weird
it really really does! ๐คฃ
gg!
hop off windows 7
insane
why top bar is like that
guhhh this is default discords top bar
this is how it looked on windows 7
why did you make your windows look like windows 7
why do you like windows 7
it does?
Apologies for the video quality and ps: you may find a browser version of vencord, I recommend not trying them. I have seen people get banned over the goosemods extension so I can't tell if this is an exception.
- Backup Anime, https://invidious.snopyta.org/watch?v=9G0_L1oF_ds
Can you give me more info on this? Can I get banned?

i dont know what they're talking about
there isnt really any difference between browser vencord and desktop vencord, if you use one the other should be fine
no
I mean
you can get banned for using any client mod
but there are no known cases of people getting banned for it so the odds are close to 0
just don't use bad plugins (any vencord plugin is safe, unsafe ones are explicitly banned in #rules) and you should be good
but no the browser version isn't any more likely to get you banned
broken for me too, it's not vencord related
I have seen people get banned over the goosemods extension
maybe those were server bans, not account deactivations
for whatever reason my discord is incredibly laggy and i dont know why, im not sure if its an issue with my theme or vencord, tho i doubt its vencord. Interestingly, i cant seem to remove the theme from my client, as theres no option to? IDK why this is happening either.
as you can see theres nothing in the repo section or the quick css, and the theme is still applied.
check themeLinks in settings.json in settings folder and OpenAsar theme if you have OpenAsar
nothing in themelinks, ill check OpenAsar
so turns out it was in openasar
could it be possible that that was making my client lag? the fact that it was in OpenAsar or do you think it was the theme
theme could cause lag
Ola
if your theme was in openasar then it wasnt a vencord issue
Anyone got the problem on wayland where the installer reports the following:
exec: Failed to execute process './VencordInstaller-wayland': The file exists and is executable. Check the interpreter or linker?
Is there a dependency I might be missing ?
can you run file ./VencordInstaller-wayland
./VencordInstaller-wayland: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=25437f1f56c943e05bc7c75ca17b759c492b2c5c, for GNU/Linux 3.2.0, stripped
Linux yugen-work 6.1.13-xanmod1 #1-NixOS SMP PREEMPT_DYNAMIC Tue Jan 1 00:00:00 UTC 1980 x86_64 GNU/Linux
ill be downright honest i have never seen that error before on any linux distro
Might be cause I am on a very barebone nixos installation ๐
the only thing i can find about it is where some guy tried to run a .desktop file on deepin
lol
Interesting hmm
but yeah, that error is completely new to me, there's only 3 hits on google
normally it'd just say no file or directory
Yup, but it sure does exist
Does the installer perhaps look for a folder that might not exist?
linux-vdso.so.1 (0x00007ffe2c0eb000)
libpthread.so.0 => /nix/store/76l4v99sk83ylfwkz8wmwrm4s8h73rhd-glibc-2.35-224/lib/libpthread.so.0 (0x00007efd06ad0000)
libGL.so.1 => not found
libwayland-client.so.0 => not found
libdl.so.2 => /nix/store/76l4v99sk83ylfwkz8wmwrm4s8h73rhd-glibc-2.35-224/lib/libdl.so.2 (0x00007efd06acb000)
libstdc++.so.6 => not found
libm.so.6 => /nix/store/76l4v99sk83ylfwkz8wmwrm4s8h73rhd-glibc-2.35-224/lib/libm.so.6 (0x00007efd069e9000)
libgcc_s.so.1 => /nix/store/76l4v99sk83ylfwkz8wmwrm4s8h73rhd-glibc-2.35-224/lib/libgcc_s.so.1 (0x00007efd069cf000)
libc.so.6 => /nix/store/76l4v99sk83ylfwkz8wmwrm4s8h73rhd-glibc-2.35-224/lib/libc.so.6 (0x00007efd06600000)
/lib64/ld-linux-x86-64.so.2 => /nix/store/76l4v99sk83ylfwkz8wmwrm4s8h73rhd-glibc-2.35-224/lib64/ld-linux-x86-64.so.2 (0x00007efd06ad7000)
that might be why
apparently you need to add gcc-c++, libwayland-client0, and libgl1-mesa-glx to your installation for it to run 
hm, ill have to see what we can do about making it a static linked file
I can do that, will take a bit
If a static file is quicker that's appreciated
I am working atm at the same time
Doesnt seem to work with the libraries installed 
yeah im trying to do a static build
they are actualy meant to be static but it seems like there's some issues with the libraries that forces them to be built dynamic
im really not sure how to fix it sadly
can you run the command line version of the installer instead?
https://github.com/Vencord/Installer/releases/download/v1.2.5/VencordInstallerCli-linux
that's where your discord install is
on nixos that'll be in your nix store somewhere
Yes but the folder of discord or the binary of discord
or the user config ๐
wherever app-x is I see
Heya, weird thing but it seems that every time I have an update to Vencord it messes up my shortcuts like CTRL + E to open up emote menus, any idea why this could be?
those are default shortcuts so I'm gonna say it's a coincidence
Perhaps yeah, I just have no idea how to fix them xD
Last time I did a client wipe it did fix the issue but sounds like a pain to keep having to do that so I didn't know if perhaps I did something wrong there or anything. 
I did another Appdata wipe and it fixed the issue, maybe it's something to look into on my end. 
vencord settings on mobile wont appear unlike the other settings available on stock discord
elaborate please?
I'm not sure what you're asking
oh yeah ven here's what i was trying to fix btw
:P
I don't think it's our responsibility to fix that
well...

these things are client side implementations
it breaks if you dont have the right dependencies installed, im not sure how to fix it at all
of course a system with no opengl driver or whatever won't be able to run the installer
but I'm not sure statically linking the client libaries is the solution
any non broken system would have them
this seems to be a nixos thing then ig
did what you added change anything at all?
it wouldnt build
there's a bug on go-glfw about static linking and they cant fix it because the linker tries to statically link libGL which doesn't work
for non-obvious reasons
ye
Well this makes sense because it's the users responsibility to have that
i was trying to exclude it from the build using the solution below but you cant do that
i was trying to add it to the linker flags and it just cries about how it cant find the singlequote terminator :P
in any case I don't think this is an issue that needs fixing from our side
it works on all Linux distros out of the box, doesn't it
gcc-c++: should be available on any Linux system, if not not I think installing gcc should add it
libwayland-client0: this seems to be the base client implementation of wayland, aka any wayland compositor will depend on this and any wayland user should have this
libgl1-mesa-glx: This is just mesa, an OpenGL impl and any gui requires that
so none of those should be missing
@shell veldt its nixos
are you using incognito mode?
indexeddb is disabled in incognito mode
ill just set up settings in normal mode temp
don't use incognito mode
ohhhh
RESOLVED (nobody) in Core - Storage: IndexedDB. Last updated 2022-07-07.
why do you need to do it in incognito mode?
irl reasons
im trying to use vencord in normal browsing now and it isnt working
well
isnt loading userscript
probably user error
@pseudo talon well i've had a look around, apparently this is specifically a nixos issue
yip
yeah apparently this isnt even just an us problem either
it happens with anything that requires mesa libGL
you have to manually modify the LD_LIBRARY_PATH to point to the graphics drivers
so it's not fixable even with a static build
nix moment
why'd u even need to import settings.json?
like why couldn't u just configure directly
do u wanna send it to someone else or what
when i close the incognito window
ohh yeah because data is cleared after leaving incognito
okay I see
you really shouldn't be using incognito mode but hey maybe u have a good reason to
and there's nothing I can improve to remove that reason?

or rather solve your use case in a better way
not really
external circumstances
i'd use desktop discord if i could
Windows 10
Discord Desktop
Stable
Not up to date vencord
Client fully crashed a few minutes ago with no warning, now trying to interact with any vencord assets (update tab, plugins tab, etc...) crashes my discord. Console is throwing a bunch of errors for 'could not find the Tooltip component' and Component Stacks ๐ฆ
final error it throws after the crash is
vencord is loading, and discord didnt update though
w/e will just reinstall ven for the 6th time with no clue as to why its breaking ๐ข
Uhm, after updating vencord it made it so when i tab into discord from another app, it doesn't auto focus chat anymore and i gotta click chat to start typing, anyone know how to fix??
i want it to auto focus chat box so i can instantly start typi9ng.
doesn't rly sound like a vencord bug (aka works on my machine)
but also
vsupport more info
"doesn't work" or similar are not very helpful.
You can make our lives easier by doing the following steps:
- Run the /vencord-debug command to send information about your Discord and Vencord to us
- Are there any errors? Open the console (Ctrl+Shift+I) and check the console tab. If there are any errors (red text), please provide them.
- Does this issue persistently happen, or only sometimes?
- Please provide steps to reproduce this issue. Screenshots or videos are also helpful.
Stable 177136 (f81785f) Vencord 37003ed (Standalone)Electron 13.6.6Chromium 91.0.4472.164Host 1.0.9011 (29584) | OpenAsar 40b27dd Windows 10 64-Bit (10.0.19045)
mm i don't really see it being a vc issue
lol
it is what you want
what do you think /vencord-debug does
I'll give u a hint, it doesn't send the bee movie script
what but I wanted the bee movie script :(

Vencord Debug Info
Discord Branch: canary
Client: Desktop (Electron v22.2.0)
Platform: Win32
Vencord Version: 37003ed
Outdated: false
Enabled Plugins:
BadgeAPI, CommandsAPI, MemberListDecoratorsAPI, MenuItemDeobfuscatorAPI, MessageAccessoriesAPI, MessageDecorationsAPI, MessageEventsAPI, MessagePopoverAPI, NoticesAPI, ServerListAPI, BetterGifAltText, BetterRoleDot, BetterUploadButton, BlurNSFW, CallTimer, ClearURLs, ConsoleShortcuts, CorruptMp4s, CrashHandler, CustomRPC, EmoteCloner, Experiments, ForceOwnerCrown, HideAttachments, iLoveSpam, KeepCurrentChannel, LoadingQuotes, MemberCount, MessageClickActions, MessageLinkEmbeds, MessageLogger, MoreKaomoji, NoDevtoolsWarning, NoTrack, NoUnblockToJump, petpet, PlatformIndicators, PronounDB, QuickMention, QuickReply, RevealAllSpoilers, ReverseImageSearch, ReviewDB, RoleColorEverywhere, Settings, ShowHiddenChannels, SortFriendRequests, SpotifyControls, SupportHelper, TypingIndicator, TypingTweaks, Unindent, ReactErrorDecoder, VcNarrator, ViewIcons, ViewRaw, VolumeBooster, WebContextMenus, Webhook Tags
real
its just the same as before except it's done for you automatically
๐
Vencord Debug Info
Disc
i need help
i need the
will fix asap
please fix
this is just a normal discord bug
making a client mod comes with having to take the blame for all discord bugs 
real
I'm sorry if this has been asked before but I was wondering if you can run vencord on both Discord and Discord PTB simultaneously. I have it installed on both and on Discord main its working great, on PTB I get this error when I try and look at the vencord settings
Ah ok, sounds good. I am moving over from another discord client mod. Was just unsure what was going on. I shall await an update. Thank you for the prompt reply. Hope you have a great day!
i get that too but all my plugins still work
your plugins will probably still work
its just that discord busted some components internally on ptb and canary
if you switch to stable its fine 
stable is broken too

nvm
mine just caught fire
okay yeah vencord's busted on every branch :P
time to fix
nono I fix
broken
yeah i just updated
i didnt realise my client was slightly out of date
it looks like they've changed where some of the major utilities we use are
theme?
catppuccin mocha
I will take a look 
@rich tide none of the static props exist anymore
we'll just have to put them somewhere in @utils/ like we do for margins
(margins is a reimplementation and doesn't actually use any discord stuff)
yip
this doesnt seem right]
it wasn't like this ye?
idk
@copper iris u will fix for me because i cba to open vscode
wp.mapMangledModule("SIZE_16=\"SIZE_16\"", {
Sizes: wp.filters.byProps("SIZE_16")
})```
this works i just cba to commit it
Help!
what are those sizes
are they just strings we can hardcode
or css classes
if they're the former then just hardcode them
DEPRECATED_SIZE_30: "DEPRECATED_SIZE_30"
DEPRECATED_SIZE_60: "DEPRECATED_SIZE_60"
DEPRECATED_SIZE_100: "DEPRECATED_SIZE_100"
SIZE_16: "SIZE_16"
SIZE_20: "SIZE_20"
SIZE_24: "SIZE_24"
SIZE_32: "SIZE_32"
SIZE_40: "SIZE_40"
SIZE_56: "SIZE_56"
SIZE_80: "SIZE_80"
SIZE_120: "SIZE_120"
ya we could just hardcode tbf
@rough saffron was this different color line under something the tab bar did or you did
ill hardcode it
btw this is also why I told u to hardcode permissions and stuff @rich tide
what do you want me to put it under
built into discord
cause its more robust and easier to just hardcode
they removed it then
@utils/sizes ?
why even use mapMangled here
this is how it looks with the same configs
could just find
no
.
well if yall dont mind some style change I can change it to something like this
BAD
but discord removed it ๐ญ
doubtttt
can someone type
no i cannot type smh smh smh
hm
it looks liek discord reverted part of it 
how weird
didnt make any changes to typingtweaks and suddenly started working again
oh well
we dont actually use these anywhere it seems btw xd
@rich tide still here
mm we could add that pretty easily
btw @rich tide for pr's sake do you want to be able to push to my tree
okay
valid
now you can just say #
yop
tyty
ok i will read announcements
real
i actually had an autoresponse bot that used tesseract and generic strings
it was ace
it basically resolved 90% of my support enquiries for me
Idk how to lol
did you give it the brand style?
ya
hmmmmmmmmm
can you do it for me
Take a shot everytime someone posts "Cannot read property 'TOP'"
@rich tide it looks like they still have the brand type in the tab bar, what does it look like vs. default?
surely it looks different
(i cba to test it myself)
wdym
oh i didnt see that
uhh
damn that's ugly
are you doing "brand" instead of TabBar.Looks.BRAND
yeah
okay typingtweaks easy fix
it seems to me like 4 people all fixing the bugs independently from one another
i did ask nookies to push to my branch
no pr
i already did it lmao
i just checked and nothing changed about their margins
๐ค
thats why i moved them all over
nop
the margins didnt change
i didnt change anything
they were always incomplete
ill create a draft pr thing then
so that we stop working on our own stuff
it works
i regexed the props and then did the imports mostly automatically
the only stuff i had to fix was vscode's stupid \ nonsense
wdym
on windows it changes ../../utils/margins to @utils\margins
because windows path separator
thats not vscode
then eslint's nonsense
mine doesn't do @thing\thing
okay I pushed my fix
can you also fix the typings
this is the best thing ever
we love gh pr checkout
me when the brand look isn't brand coloured
ehh
cuz brand is bad
apparently "brand" styles broke
show brand
they broke brand
hold on
yeah that was my suggestion
is it time for vencord brand
brand
I do not know how
top doesnt exist anymore
ohh
where are we lookin
ah, none of the stuff that changed was typed to begin with
vencord setting borken
update it
btw you will probably explode in few seconds [edit: ok, maybe little longer]
Also I recommend checking #announcements before
if i have a .css theme file from bd, is there a folder where i can copy and paste the file?
how do i load it into quick css?
do you have it as a file downloaded or is it on github or ...
either put it on github in a repo and use that link as theme link or copy paste the entire content of the theme into quick css
whatever u prefer
okedoke
quick question tho, i did try copy and pasting the entire content of the theme into the quick css
but i don't see any changes, or anything under the theme tab
Also adding the OG theme to Theme tab and adding changes to Quick CSS sometimes work
It's also easy way to update theme without adding your changes every time the theme is updated
show
yes sir
Ps.
Do you have "Enable Custom CSS" on? + do restart (ctrl + r)
cant u just paste it into openasar
was there an update?
enable custom css is on
this is just a simple theme of changing status into a circle
just to see if it would work or not
so i'm unsure if there is a save button or something
i tried with openasar as well
well, just now
LMAO
vsupport more info
"doesn't work" or similar are not very helpful.
You can make our lives easier by doing the following steps:
- Run the /vencord-debug command to send information about your Discord and Vencord to us
- Are there any errors? Open the console (Ctrl+Shift+I) and check the console tab. If there are any errors (red text), please provide them.
- Does this issue persistently happen, or only sometimes?
- Please provide steps to reproduce this issue. Screenshots or videos are also helpful.
yes sir/ma'am
i.. don't understand what i'm reading
LMAO
the second theory is that the theme itself is broken
no thats normal
which i doubt, but i can try a different theme
no just those two

everything else is yellow
send me the css
here is okay
oke
* @name RadialStatus
* @author Gibbu#1211
* @version 2.0.0
* @invite ZHthyCw
* @description Changes the status icons to wrap around the avatar. Shape can be changed inside the theme file.
* @source https://github.com/DiscordStyles/RadialStatus
* @website https://www.gibbu.me
*/
@import url("https://discordstyles.github.io/RadialStatus/dist/RadialStatus.css");
:root {
--rs-small-spacing: 2px; /* Gap between avatar and status for members list/dms | MUST end in px */
--rs-medium-spacing: 3px; /* Gap between avatar and status for User popout | MUST end in px */
--rs-large-spacing: 4px; /* Gap between avatar and status for User profiles | MUST end in px */
--rs-small-width: 2px; /* Thickness of status border for members list/dms | MUST end in px */
--rs-medium-width: 3px; /* Thickness of status border for User popout | MUST end in px */
--rs-large-width: 4px; /* Thickness of status border for User profile | MUST end in px */
--rs-avatar-shape: 50%; /* 50% for round - 0% for square */
--rs-online-color: #43b581; /* Colour for online status */
--rs-idle-color: #faa61a; /* Colour for idle status */
--rs-dnd-color: #f04747; /* Colour for dnd status */
--rs-offline-color: #636b75; /* Colour for offline status */
--rs-streaming-color: #643da7; /* Colour for streaming status */
--rs-invisible-color: #747f8d; /* Colour for invisible status - Note: this will only show for your own invisibility */
--rs-phone-color: var(--rs-online-color); /* Colour of the ring and phone icon when a user is on their phone | */
--rs-phone-visible: block; /* Visibility of the phone icon next to a users avatar. | block = visible | none = hidden */
}
just a radial status theme
nothing huge
that is the theme
theme is broken
i'm only doing this as a test before trying my other theme
๐
just loaded it and nothing changed
this is a class they use but nothing uses it
its gone
probably renamed
so yeah theme just broken
i see
wait
wow gaslighting myself until i find the issue
i do need this too
what do you mean
yeah no still broken
surprising that it was working for quite a while tho
like that was 2 weeks ago now
like
just now
LMAO
quick question part 23
in bd, you can enable multiple themes and have them stack
how can i do this here?
do i just paste code after code?
do you know what git is
generally when you want to edit a theme you should fork it and do your changes in the fork
that makes it easier to update the theme later without having to redo all changes
so you should make forks of the themes u wanna edit and then load themes from there with this tab
sir yes sir
You can just create gist, should be easier
i tried pasting just the raw
and nothing changed
it changed earlier?
but not now for some reason
nevermnind, restart numero 46 made it work
thank you for your time
LMAO
discord try not to be broken until you restart challenge (impossible)
((imposible))
i need help, i cant access any vencord settings on mobile, default settings works but venvord settings wont pop out for some reason
mobile is not very well tested
it's mostly experimental
oh yeah i see what you mean
clicking on an settings entry doesnt work
cc @rough saffron (this was introduced with the settings tabs im pretty sure cause it used to work)
both 1.0.6 and 1.0.5 doesnt have their vencord setting tab working
it was fixed in 1.0.9
i dont think there is 1.0.9...
i have tried all the vencord mobile versions
none of them has the settings entry for vencord working
uhm
whatever latest vencord update did it broke my theme fully somehow
all my server icons are huge and very much square
Do you have the version from like hour ago?
Yep
i thjink?
i clicked update as it told me to
Oh, that was probably Discord update. Mine is broken too, so I moved to Material for now 
.........
imma kms
welp
rip my theme then
i know for a fact this aint getting updates

discord update yes
they broke most themes a few weeks back, guess they did more changes now
vencord update will absolutely not change how your themes behave
SilentTyping doesn't show the icon to enable/disable after latest version (Vencord 8465140)
so im using domi's fork and i get this
why do you expect to get support for a fork maintained by someone else??
idk both are vencord so i was like they cant be that different right
that's not how it works
can someone help with installing a 3rd party plugin?
the heck is domi fork
someone's fork
whos domi
now i'm getting this on my desktop when i hadn't been before and i have no idea how to fix
am using installer
does fully closing and reopening discord fix it?
I had this issue on armcord the other day but today its working fine so
it does not
hmmies
thought it would be just an issue with the laptop, but i know vencord had worked on my desktop before
u will run /vencord-debug
no header, and messed up settings
where, in terminal?
here
Vencord Debug Info
Discord Branch: stable
Client: Desktop (Electron v13.6.6)
Platform: Win32
Vencord Version: 8465140
Outdated: false
Enabled Plugins:
BadgeAPI, CommandsAPI, MemberListDecoratorsAPI, MenuItemDeobfuscatorAPI, MessageAccessoriesAPI, MessageDecorationsAPI, MessageEventsAPI, MessagePopoverAPI, NoticesAPI, ServerListAPI, BetterGifAltText, CallTimer, ClearURLs, ConsoleShortcuts, CorruptMp4s, CrashHandler, DisableDMCallIdle, EmoteCloner, Experiments, FakeNitro, Fart2, ForceOwnerCrown, FxTwitter, InvisibleChat, LoadingQuotes, MemberCount, MessageLogger, Moyai, NoDevtoolsWarning, NoF1, NoTrack, petpet, PlatformIndicators, PronounDB, QuickReply, ReverseImageSearch, ReviewDB, RoleColorEverywhere, Settings, ShikiCodeblocks, ShowHiddenChannels, SortFriendRequests, SpotifyControls, SpotifyCrack, SpotifyShareCommands, StartupTimings, SupportHelper, TypingIndicator, TypingTweaks, Unindent, ReactErrorDecoder, UwUifier, VcNarrator, ViewIcons, ViewRaw, Webhook Tags
ah
even smarter
Vencord Debug Info
Discord Branch: stable
Client: Web (Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) discord/1.0.9011 Chrome/91.0.4472.164 Electron/13.6.6 Safari/537.36)
Platform: Win32
Vencord Version: 8465140 (Standalone)
Outdated: false
Enabled Plugins:
BadgeAPI, CommandsAPI, MemberListDecoratorsAPI, MenuItemDeobfuscatorAPI, MessageAccessoriesAPI, MessageDecorationsAPI, MessageEventsAPI, MessagePopoverAPI, NoticesAPI, ServerListAPI, BetterNotesBox, BetterRoleDot, BetterUploadButton, CallTimer, ClearURLs, CrashHandler, EmoteCloner, Experiments, FakeNitro, Fart2, ForceOwnerCrown, FriendInvites, FxTwitter, LoadingQuotes, MessageClickActions, MessageTags, MoreCommands, MoreKaomoji, Moyai, NoBlockedMessages, NoDevtoolsWarning, NoF1, NoReplyMention, NoTrack, NoUnblockToJump, PronounDB, QuickMention, ReverseImageSearch, ReviewDB, Settings, ShikiCodeblocks, SortFriendRequests, SpotifyControls, SpotifyCrack, SpotifyShareCommands, SupportHelper, TimeBarAllActivities, ReactErrorDecoder, ViewIcons, ViewRaw, VolumeBooster, WebContextMenus, Webhook Tags
client: web?
im sorry but you're almost definitely running on an old copy of discord desktop 
u will run discord installer NOW
i will
xd
weird thing is that it should've been updated on my laptop because i had literally just installed it there, but i will run it again
weird
now when i tried to run discord's installer again, it gave me this!
i think i will just uninstall discord and install again probably
gave you what
whats the error
it'd probably be useful if i actually pasted it
ye
i hate squirrelinstaller i hate squirrelinstaller i hate squirrelinstaller i hate squirrelinstaller i hate squirrelinstaller i hate squirrelinstaller i hate squirrelinstaller i hate squirrelinstaller i hate squirrelinstaller
Failed to remove existing directory on full install, is the app still running???: System.IO.IOException: Access to the path 'C:\Users\n8scu\AppData\Local\Discord'
u will close discord
i did when i did it
and then if all else fails yeah just delete the discord folder 
perms could've been messed up

lmao
quite a noob at github, how do i turn a fork into a .css link?
Go to the theme css file on github and click view raw, then copy the link that you're sent to
still can't find what im suipposed to be looking for could you give me a guide lmao
workin on it :D
ok it worked but didn't svae the cahnges so atleast i know which parts to edit now :0\
xd
reinstall discord
Installer says it updated, opening this channel warns me I'm on an outdated version and Settigns > Vencord > Updater gives me this gem.
Edit: opening anything Vencord does 
Replug I assume?
Replug worked, settings load again, I have no idea wth went wrong here
update from installer nvm
im using domi's fork
interesting, why?
Inspect element hotkey is not working
anyone can help with this? it happened when i deactivated all plugins. Don't know how to fix. Already try reinstall it, doesn't work
Idk about you guys but the upload file seems broken when Vencord installed?
I cant even upload anything at all
Idk tbh
Haha I am having this of all of the pages xD
Just realised the installer lets me update. ๐คฆ๐ปโโ๏ธ
lol ^^
how did you install it?
iโve looked at @wary kernel & @broken tigerโs commits there https://github.com/HypedDomi/Vencord/commits/main and a handful of msgs in #๐พ-core-development โ it looks to me like itโs just an automatically synched copy of the Vencord repo, plus Domiโs config (settings.json & quickcss)
so if you git update, you might overwrite your own config, if youโre not careful.
and judging from Venโs reaction earlier, he may not want to bother with worrying wether there are indeed no bug introducing changes in the fork
so prbly easiest to just switch to upstream Vencord proper https://github.com/Vendicated/Vencord if you donโt have any reason to prefer the fork anyway
sixty-nine contributors
nice
Yeah its a sync of the upstream with our own changes and settings sync
ah so you did make changes? what ones?
Rad and I made the icons smaller from PlatformIndicators, Added the Album Art in the Spotify Player and some other small things
my updater died
use installer
I think rad did it for Viewraw which got denied for good reasons. But we both liked the new design more thats why we started our own fork for us 2
i see! thanks ๐

ss?
ss?
screenshot
Oh
Just press upload file
Choose a file
And it doesnt show up
Hello
Even in DMs
why is my name like that
there
(hm works for me on the web app)
im tryng to open the quick css but it does not show
dont ask about my firefox theme btw
#faq 1st msg #faq message

uh ok but what about my problem?
try closing it and opening it again
im tryng
also thereโs a problem in the current version of Firefox; idk if it relates to this, but you might want to try in Chrome instead
yeah it does
does it work with the same file without Vencord?
what does the console say? ctrl+shift+j
doesn't work with firefox
rip
oops
i only remembered it for .css URLs
We're always on latest stuff, we mostly just edit plugins to our liking, as an example, platform indicators and viewraw
And waffles just wants to copy us constantly
he's a little nuts in the head

lol
this happened on main too, didnt it? all you have to do is git pull and build manually
i might check out your edits if i had it in me
maybe in the future
because it won't update automatically without the option on
aight
always make sure to use appdata config

huh?
Yes
Wait a little bit for the console
if you're on Windows and talking about being unable to upload files
that's a discord bug and not caused by vencord
usually just restarting discord should fix it
instead of using the upload button, drag files from your file explorer into discord
that should work
im was not able to find a way to put chrome on firefox
That's so inconvenient since I don't even use file explorer at all
Anyway, thanks you!
when you click to upload a file it opens file explorer though 
you can just drag it from there and then close the explorer afterwards
I meant usually
in case you didnโt get Meguโs point:
you can still use the upload button, but instead of double clicking the file, drag it to the dc window
same
yeah working for me
it does work

Why is the Icon/Button gone?
surely a bug
same here
it's almost like there's a bot telling you it's broken
huh whereโs that from?
cool
How can I add my own Plugins??
where
that's not a vencord plugin is it
I can't add it?
He was working in better discord
betterdiscord is not vencord
use bd
then dont use it
oohhh okayy sry
do you live in India
no, poland ๐ต๐ฑ ๐ป
guh
how
the rate limit is 60 per hour
did you open the installer that many times
or spam the update button in vencord settings
just wait an hour or build from source
but the popup that discord crashed and vencord has an update
didn't close
so i just spammed it a bit ๐ตโ๐ซ
okay so
click Open Directoy
then
download renderer.js from here into that directoryhttps://github.com/Vendicated/Vencord/releases/tag/devbuild
how do i add custom plugins?
ok that worked, thanks
(also open directory didn't work btw)
Inspect element hotkey is not working
skill issue
thats an issue with ur system
kfmclient command not found
install konqueror
if you use kde
huh
do you?
i do
but isn't konqueror the super obscure weird browser-file-manager thing that died?
no
Konqueror is KDE's Webbrowser and swiss-army-knife for any kind of file-management and file previewing.
?
if you want to know what's going on, the installer just runs xdg-open file:///the/file/path. xdg-open then sees you're using kde with KDE_FULL_SESSION=true so it just tells konqueror to handle it
according to random reddit user the root issue is not having KDE_SESSION_VERSION set which is likely caused by running the installer as root which makes u lose the environment variables
yeah, i just saw that on the arch wiki, and i do have both the variable set and kde-cli-tools installed
weird
it is just this then
oh sorry i didn't read the root part
this is why the installer optimally should not be run as root
but it was the easiest way for me to do it
if you run the installer as non root it will probably fix it
yeah, but discord on arch is installed in /opt






