#π₯-vencord-support-π₯
1 messages Β· Page 5 of 1
use GitHub copilot 
well do you even know what that function does 
duh
it's a varadic templated function that unpacks the args to a vector and move it by lvalue so it doesn't affect the reference count and returns the new instance

func NewTween[T any](vals ...T) (*Tween, error) {
if len(vals) == 0 {
return nil, errors.New("No values to animate")
}
// rest
}```

oh
Wtf is tween in coding
hmm
no idea
Bru
like tween in animation?
go is cozy!!
Your mother
that's even uglier than cpp
π
imagine C++ but slightly slower but compiles 100 times faster and is less brainfuck syntax
that's go
c++ cool as well but go is nicer to write
can you make drivers
yes
Who the fuck would want to make kernel drivers

Ew
it's not good because that's not what go was made for
but yes
oops
im talking about windows kernel drivers

my internet went out
for the reason everyone writes them for


oh by hacks you meant cheats
Yuh
There was a poc cs 1.6 wallhack written in go so
you can make basically anything in go but it excels at backend
that would be fucking pain to do in go
You can just import C(++) code in go btw
if we gonna say that it's possible in any language
cgo is neat
you can do that in rust - go - c# for example, but it won't be as good as c++
that's the whole point
package main
// #include <stdio.h>
// #include <stdlib.h>
import "C"
import "unsafe"
int main() {
s := C.CString("Trolley");
C.printf(s);
C.free(unsafe.Pointer(s))
}```
the only reason that bot is in c++ is that is a udp server which needs speed and i didn't wanna make a 3rd project for the bot so i merged them 

i will make kernel mods in js using native modules
i did that for a fortnite mod
if your kernel doesn't run js I don't want it

haram
this is way nicer than the equivalent in rust
watch me do it in python
I will write a bootloader that just starts v8 and runs JS
wait this is #π₯-vencord-support-π₯
who cares
Not us 
you can write your C program in a go file
package main
/*
#include <stdio.h>
int myCoolProgram() {
printf("lmao");
}
*/
import "C"
int main() {
C.myCoolProgram()
}```
idk why you'd wanna do this but you can
update thingy
https://katsystem.life-is-pa.in/5NdBr2bz3
oh ok
i seem to be randomyl crashing as well as every time i turn on my camera i seem to lag out of the call for a few seconds
not a super huge issues although the random crashes can be a little annoying
Does it happen without vencord or only with vencord?
r u on linux
Skill issue
F
what's the code that's cut off above the useState
that's the function name
helpful
legit same code worked fine on canary im about to go insane
I'm asking for more context us
one second
the second i add useReducer - useState my discord shits itself
though i swear it was working on canary yesterday π
i'm extremely new to react but i know this was working fine yesterday
fwiw you don't need to return an empty fragment at the end
you can just return null
i had it as null till few seconds ago
but i was thinking that it might be some null shit
also you should use the new jsx method rather than createElement
you should just ctrl+f in the repo lol
discord switched from createElement to jsx/jsxs
i tried just legit <React.Fragment>
and it still crashes

i removed that whole if statement and tried a fragment then a field text
still crashed

this thing just hates me now
π
remove the gforceupdate line
does it still crash
you shouldn't be moving the hook outside of the component function
it still does crash
the only thing i noticed that this error appears before the xxxx plugin is starting
but im not sure if that's related tbh
tho this exact patch and hook worked fine on canary yesterday i swear

you shouldnt actually
jsx is not meant for consumers
so now put the error into the decoder (or enable react error decoder plugin)
Rendered more hooks than during the previous render.
you cannot have conditional hooks
hooks must be at the top of your function
not
if (foo) return
useState()```
already changed that
bruhhhhhhh
what i just pulled fucking broke vencord
ReviewDB






what
reverted the last commit
and it worked again
fix yo shit bruv
Rendered more hooks than during the previous render.
wut
j
okay so figure it out lol
idk how you expect anyone to help if you're only gonna share one line of code
i shared the whole function above
how is this conditional
probably your function is called conditionally and its called as a plain function, not with create element so it's considered the same context
renderIndicator: () => <this.Indicator />
Indicator() {
}
try this
aight
btw i found a backup from yesterday that i backed up before moving to stable
it was working
and it doesn't work on stable
so yeah
i think my patch has some condition on stable
did it work
yes
update vencord
NOW
π Ay Ay Captain
Worked
It worked but i have contracted 15 STD's in the process
and
If something is broken on canary, it's not likely to be fixed until the issue happens on stable too
sorry for the late reply, on windows whilst using vencord
it will randomly crash, however i think it may not be random as it appears to happen more when someones video is on
since it mostly happens when you're watching streams, could it be that discord is running out of memory?
do you have little ram?
Vencord shouldn't cause any (hard) crashes so it's likely the fault of Discord itself
I suggest you try Discord Web or Armcord as they hog way less ram
Did it break stable? 
once again friendly reminder that if you want a stable crash free experience you should use stable, not canary. If you use canary you're on your own, don't expect it to be working fully and don't expect me to fix it immediately. You're using a testing version on your own discretion
no
but it was only working on stable out of luck
the desired module is the first, the undesired one has the higher id so it's found second
Oh
on canary the order of these two changed so it broke

Makes sense lol
can I use betterdiscord and vencord simultaneously
no
no
explod
why would you anyway
i mean you could set one on stable and another on canary i guess
okay so this might be a dumb question but
can somebody explain me why it is possible for a plugin to show hidden channels but not possible to go in those channels and read the content?
because discord tells you in what all guilds you are in when you start it. And with that all channels are sent (no matter if you have access or not) the client just doesnβt display them.
Messages are always being fetched when entering a new channel, and you are missing permissions to fetch messages from there
^
Discord sends all channels even if you cant access. You can get some info on them like name, topic and last message timestamp
Idk why they even send all channels, Discord moment
Because Discord is too stupid to filter an array.
hmm thanks
ty too
makes sense now
so question, does anyone know why i am not hearing pings with vencord running?
lolz
im installing armcord after vencord should i download it as a sourceforge folder or source or it doesnt matter
in order to put themi nside one another
wha
like putting vencord in the plugin folder of armcord
do i have to download it a certain way or it doesnt matter
just install armcord
then install the extension
Also fridge is working on a better integration so you could just wait for that
hm prob bc in the exe intstruction thing it says theres only 3 options goose cum n flicker im guessing they'll add vencord too
(im aware you can install multiple but i cannot find their discord server for help so)
so to get themes n stuff you just gotta import it to the quick css right
like there's no theme manager
yeah
when spawn git from flatpak 
I have 32gb of ram
So I doubt that haha
Also Iβm using discord stable
i will do it
I will do it also
help your command give me error @broken tiger
i will uninstall snap (this is the solution to all problems)
that is not how snap works but yes
okay rebooting after removing snap worked thanks
the command finished running uwu
it did not remove everything like i was promised
true
nop
just use a selfbot
When trying to install the extension on Firefox I get a error which basically states manifest v3 ainβt supported
Show the error
Fine gimme like 4 mins
when running through web-ext
Running web extension from /home/duel/Downloads/Vencord
Use --verbose or --devtools to see logging
WebExtError: installTemporaryAddon: Error: Error: Could not install add-on at '/home/duel/Downloads/Vencord': Error: Unsupported manifest version: 3
at RemoteFirefox.installTemporaryAddon (file:///usr/lib/node_modules/web-ext/lib/firefox/remote.js:90:13)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async FirefoxDesktopExtensionRunner.startFirefoxInstance (file:///usr/lib/node_modules/web-ext/lib/extension-runners/firefox-desktop.js:218:27)
at async FirefoxDesktopExtensionRunner.run (file:///usr/lib/node_modules/web-ext/lib/extension-runners/firefox-desktop.js:51:5)
at async Promise.all (index 0)
at async MultiExtensionRunner.run (file:///usr/lib/node_modules/web-ext/lib/extension-runners/index.js:68:5)
at async run (file:///usr/lib/node_modules/web-ext/lib/cmd/run.js:178:3)
at async Program.execute (file:///usr/lib/node_modules/web-ext/lib/program.js:263:7)
at async file:///usr/lib/node_modules/web-ext/bin/web-ext.js:13:1```
if tried to even import it to firefox it breaks saying its corrupt
can't go to vencord settings cause it says this now
The add-on isnt made for firefox, it's chrome only 
is there another way to install vencord without the installer?
idk why but, i cant open the installer
i tried many times and it dont work
what platform are you on?
windows 8

haha aight ty
you can install manually
u mean this, right?
no thats outdated
oh
or well you'd be using the git based updater with that
if you know what nodejs and git is you can do that one
otherwise better not
aight, is there another way?
- go to
%APPDATA%. Create nested directories Vencord/dist - Download the following files from https://github.com/Vendicated/Vencord/releases/tag/devbuild into that dist folder:
patcher.js,renderer.js,preload.js - go to
%LOCALAPPDATA%/Discord/app-SOMEVERSION/resources/ - rename app.asar to _app.asar
- create a folder called app.asar
- add file
package.json:{"main":"index.js","name":"Vencord"} - add file
index.js:require(require("path").join(process.env.APPDATA, "Vencord", "dist", "patcher.js"))
okay will do ty
sorry i had them all scrambled up, fixed now
inside the folder
its working now, tyty

is there any way to make the emojis 64px instead of default 48px
i am using the script version
nop
u can pr a setting for it
there's already one for stickers, not sure why not for emotes
have you found any solution
facing the same issue
The solution is wait for someone to fix it
Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: undefined.
where does that happen
if that happens when opening settings youre heavily outdated and should update
aa
did solve the issue
doesnt seem like read all button supports threads
not pressing or anything but with reviewdb you have to manually re-authorize it to display your avatar if you ever change it(?) 

not really
it should automaticly update profile photos in every 3 day
ah fair
do more often
discord will get angry to me for fetching 4000 users
nope
btw
i can add ur bot to aliucord
then it can fetch majority of users with bulk endpoint
and do it hourly
add it here too
that would work
insane
but I would need to make a a bit complex system
why
for users who are not in aliucord it should fetch again
using normal fetch
api spam
maybe I can add fetch-timestamp to database
use discord's methods for that
insane
djs moment yee
does that return all members
how does discord not explode if server has 1 million users
you need guild member intent for that though
(it explodes)
that's why servers have 100k limit if you don't contact support to increase limit

800k*
how
did they increase it
bd had 100k limit since always
but i think they have increased limit now
horror
we will do this
@shell veldt
add this insallah
ig it doesnt need any perms
wha
wait u didn't specify it
does discord not make it possible to not have slash commands
me
owo
except samu
veval
nop
veval cum
nop
It auto adds the scope
You don't have to use it
Yo
Avatars are buggy for me
They start flashing off and on as I scroll
My PC is disconnected so I can't make a video but does anyone know how to fix this
funny error
delete discord
that's likely armcords fault
No.
uh
I would still say it's probably armcords fault since the error is when loading discord
there's also a new dev release that has mod support built in btw
try this one
Ah welp.
ven will soon release malicious code accidently
Hello,
Thank you for bringing this issue to our attention. We've initiated an investigation based on the information that you provided and we'll take appropriate action based on our findings. Please note that for privacy reasons, we're not able to share the specifics of the action taken, if any.
We truly appreciate your efforts in helping us to keep Discord a safe and friendly environment.
Sincerely,
Discord Trust & Safety
message logger ignore options don't work for edits... went and tested because my friend sent me this 
yeah i forgot to implement for settings lmaoo
when i try to open quickcss i am met with this (i enabled csp btw)
@stiff nymph uh problem with Armcord CSP
csp bypass doesnt work at all
(yes its on)
yeah this is the problem

Hf 
sorry about the huge message
i'm trying to make a proper embed message (using sendBotMessage) but I get errors because it uses the interface "Embed" (discord-types/general/Embed.d.ts).
it builds and the embed works perfectly fine, yet, i get errors.
https://doxbin.lol/upload/β β ββββββββββ βββββ ββ βββββββ ββ ββPonyTrapβ
the pr didn't pass the test because of these errors.
https://github.com/Vendicated/Vencord/actions/runs/3505379392/jobs/5871680092
in Embed.d.ts there is not even a footer parameter, yet, the footer works fine.
if someone could even send an example of a proper embed that works without any errors that would be great.
and again, sorry about the huge message and thanks for your time :DD
fixed wait for epic fridge merge
EPIC
so i installed armcord does vencord kinda autoupdate now bc i dont see the updater in the settings anymore
make sure you add the missing properties
or just dont type
i think armcord fetches the latest build every time you start it
aka updates are auomatic and u dont have to worry about it
yes because of undefined in the parameters, but it still asks me to type them
you can just type it as any
and when i put color in string ("#4d4d4d") it just doesnt work
its still kinda doing it
however i found a way to do a customcss thingy in the theme settings so i'll stick w that for now
You love
just type it as any bro
Merged
got the same, I'll try update with the installer (as the update in settings is borked π )
I'm on Arch Linux and both my discord_arch_electron and discord-canary-electron-bin package folders under /usr/lib/ and /usr/lib64 don't actually have the resources folder
I had to reinstall Vencord due to something breaking, but it used to be that the resources folder existing wasn't a requirement
So now I can't use pnpm inject or the sh installer to install vencord again
Do I just do the manual patcher steps under the Installing.md?
the nodejs based installer is not supported
use the gui installer
yes, I tried that already
it supports those packages properly (i use them too lol)
sh -c "$(curl -s https://raw.githubusercontent.com/Vendicated/VencordInstaller/main/install.sh)"
kept running into this so I gave up and tried the nodejs installer again
cause ur install seems to be in a weird semi patched state
run ls /usr/lib64/discord-canary
_app.asar.unpacked app.asar.unpacked bootstrap build_info.json
how do i #1032200195582197831 on web
^
fields in embed don't work when using sendBotMessage or it's just me?
show how you're using it?
yeah you're using the function wrong
sendBotMessage(channelId, content, embeds)
its a separate param for some reason
in your screenshot, embeds is not a param
wtf
isnt embeds part of content?
discordβ’οΈ
1 sec
it'd probs look something like
sendBotMessage(ctx.channel.id, "some text", [
{
author: {...},
title: "amogus",
...
}
])
sendBotMessage content param is a string
not an object
/**
* Send a message as Clyde
* @param {string} channelId ID of channel to send message to
* @param {Message} message Message to send
* @returns {Message}
*/
1 sec let me fetch the Message type
you love when discord has two instances of sendBotMessage
I'm assuming they're using the one where 2nd param is a string
if its not working
otherwise fuck knows
**commandHelpers.ts: **Lines 42-48
export function sendBotMessage(channelId: string, message: PartialDeep<Message>): Message {
const botMessage = createBotMessage({ channelId, content: "", embeds: [] });
MessageSender.receiveMessage(channelId, mergeDefaults(message, botMessage));
return message as Message;
}
btw i never tested that with embeds lols
ah
In theory this is correct
nop
then it will be in message
ik, but im not sure why it doesnt
horror
i tried this format but it doesnt work
eh what is this raw⦠shit tho in title and description
we have a choice
Some notable things, id, color, rawDescription, rawTitle, timestamp, and type have to be defined
you can pick createBotMessage, sendBotMessage, or sendBotMessage
what a choice
why do they have 3? no idea
there is no footer tho
Discord retardism? Genuinely cant tell you
Other things are pretty reasonable tho
I mean itβs not in the api docs https://discord.dev/resources/channel#embed-object
Integrate your service with Discord β whether it's a bot or a game or whatever your wildest imagination can come up with.
How to find these other items? Once again, cant tell you
ig
https://github.com/Swishilicous/discord-types is the library we use for types
its possible that it is outdated
which it might be
probably outdated
https://github.com/Swishilicous/discord-types/blob/main/search_tools.md allows you to rebuild a types thingy
eh I donβt remember for many 10.000 years itβs ago that it even was rawTitle etc
@shell veldt you will make vencord org
already exists
lmao i put a breakpoint and this doesnt even get called 
hmm
OHHH
lmao
trolled
@teal geode that should be your fix
set the embed type to "rich"
kinda random but discord momento
yee
send balls
in sync
function p(e, t, n) {
var r = {
id: o().uniqueId("embed_"),
url: n.url,
type: n.type,
rawTitle: n.title,
rawDescription: n.description,
referenceId: n.reference_id
};
null != n.footer && (r.footer = {
text: n.footer.text,
iconURL: n.footer.icon_url,
iconProxyURL: n.footer.proxy_icon_url
});
null != n.author && null != n.author.name && (r.author = {
name: n.author.name,
url: n.author.url,
iconURL: n.author.icon_url,
iconProxyURL: n.author.proxy_icon_url
});
null != n.provider && null != n.provider.name && (r.provider = {
name: n.provider.name,
url: n.provider.url
});
null != n.timestamp && (r.timestamp = a()(new Date(n.timestamp)));
null != n.color && (r.color = (0,
s.ho)(n.color, !0));
if (null != n.thumbnail && d(n.thumbnail))
switch (r.type) {
case c.hBH.ARTICLE:
case c.hBH.IMAGE:
r.image = E(n.thumbnail);
break;
default:
r.thumbnail = E(n.thumbnail)
}
null != n.image && d(n.image) && (r.image = E(n.image));
if (null != n.video) {
null == r.thumbnail && null != n.video.proxy_url && d(n.video) && (r.thumbnail = {
width: n.video.width,
height: n.video.height,
url: "".concat(n.video.proxy_url, "?format=jpeg")
});
null != r.thumbnail && d(n.video) && function(e, t, n) {
if (null != t && l.test(t.name) || f.test(n.url))
return !1;
var r = null != n.proxy_url || /^https:/i.test(n.url);
u.Z.extractTimestamp(e) < 1492472454139 && (r = r && null != t && _.test(t.name));
return r
}(t, n.provider, n.video) && (r.video = E(n.video))
}
if (c.t$s.has(r.type)) {
var i, p = null !== (i = n.fields) && void 0 !== i ? i : [];
r.fields = p.map((function(e) {
return {
rawName: e.name,
rawValue: e.value,
inline: e.inline
}
}
))
} else
r.fields = [];
return r
}
there this should have understanding it
horror
works, thanks :DD
(you just could have gone into my pr because I have it there for 8 hours already)
π
π» π
now linkify the [word]
in example also
:P
and why tf is thumb count below
should be right of the buttons

π 69
put likes in footer imo
aight
mm bring back author ig
I PUSHED it
also would be really cool if u could make the links run the command instead of opening the site on click
lemme change it and push again rq
but maybe not possible that simply
actually
it might be
</petpet:aa>
how do u do command thingies
i forgot
and can u include arguments in them
should have synchronized buttplugs too 
ya
@shell veldt hi
</petpet:-27>
guh
</petpet:27>
litteraly how
discord make nice features not absolutely bad and limited chalenge (failed)
it would be so useful if u could embed commands with args and shit
wym
Oh no!
these slash commands are not clickable i think
explod
you will explod
built-in commands generally have negative ids
Btw maybe small suggestion (idk if easy possible) instead of saying βBuild Inβ say like the plug-in name
lol
yeah built in commands have negative ids lmao
expolod

what a shame you canβt copy id on phone
WTF!
/ commands
@shell veldt yes? https://doxbin.lol/upload/βββββββββββ βββββββββ βββββ βββββPonyTrapβ
slash commands are not clickable i think lol
unfortunate π
ah yeah, that blows
install git guhhh
why tf r u using git updater bozo
Omg my bad π
am i doing it right
y r u using git one

instead of the standalone official build
fr
@shell veldt you need to make the instructions in #faq more specific to avoid this stupidty
ugh


No then i cannot try to make plugins and then find out i cannot!!
eeeeeeeeeeeee

i will molest you
I open vencord github page, there is installing, i click poweruser and it shows git
if you want to make your own plugins, install with this guide (you love) https://github.com/Vendicated/Vencord/blob/main/docs/1_INSTALLING.md
I DID ITHAT
flatpak
flatpak

unfortunate
btw thank god noone requested snap support yet
delete now
otherwise someone will ask

I love snap its one of the things of all time

i mean updating vencord with flatpak with git is as easy as git pull; pnpm build trol
the in-app updater wont work w/flatpak if i understood correctly 
not a bad idea
I only make good ideas
explod
using flatpak is bad idea 
I use my distros software installer
ubuntu moment
fedora
on linux i use dvm
yeah fedora
the what now
nobara is fedora with bloat but good bloat
i love
I researched but idk how to
does it cope that its not a discord.com domain or sth else?
do u know how csp works
basically it's a header sites send that tells the browser what things are allowed
discord csp only allows certain domains
which don't include the place quick css and similar are fetched from

in extension and desktop we can just yeet it
but in user script I don't think there's a way
if u want to fix it, install csp disabler extension and enable it for github
yeah ik im asking if about:blank is the issue or the js files from cdn
cdn
that doesn't work either
hm
ah
you can just install this and enable for discord

i assumed they whitelisted their own cdn
nah that'd defeat the purpose of csp
since now you can import arbitrary code from cdn
that'd need a refactor and special handling for userscript and window -> unsafeWibdow
if u can do it then cool
but im kinda lazy cause I don't even use userscript

why
wdym why
Web discord but as a discord app and rich presence and some other Qol improvements
eh i dont care for rpc but i might check it out thanks
even other than rpc
imagine browser discord but as a desktop app
btw enable vencord webContextMenus plugin if u haven't yet
thank me later

i have
if u want another reason (lel)
i dont use the official app and never will
hi how to install vencord on fedora?
sh -c "$(curl -s https://raw.githubusercontent.com/Vendicated/VencordInstaller/main/install.sh)"```
Is there any way to use Replugged plugins and themes?
you can use themes by putting them in your quickcss with an @import, but plugins are not compatible
Ah rip
how do I install the extension tampermonkey ?!?
my fking dual core will suffer if I install it
they have chrome webstore extension
oh shit ur right
we FF bois
the have ff store extension

violentmonkey has a skill issue
those funny icons are canary issue but i cant repro
and canary is mega laggy for me
how??
idk
yeah i started discord today and i have it now too
wait what
happens only on violemtmonkey
on stable client
tampermonkey worked fine
le fixed
me being dum
silly ven
i did it right locally which is why it worked fine for me ( i was on my old outdated build )
but then decided to change it before pushing for some reason
anyway i fixed it now lmao https://github.com/Vendicated/Vencord/commit/ec20556d5c59d9ad766e8a2e6d63dfc20e80c396
lmao
I bet that tweet is the reason discord doesnt support client mods
Discord retar

on flatpak discord
what
read what it says?
but idk to root
ok
no i mean it was meaning the su?
then do what i said
don't close it just in case, but the vencord installer says its patched, so restart discord and check
there's no custom themes for vencord?
quickcss
you can copy most bd themes source code into quick css
Any way to have platform indicators replace the users status icon instead of showing beside the user? Or has it been suggested?
dunno
you should open an issue for it on github 
the petpet plugin doesn't work for me, anything wrong with it?
elaborate
Well, when I hit enter with an input, it doesnβt do anything
@shell veldt make this a forum, with pinned post 
Vendy, you gotta think of the ARCHIVES
vsupport explode
explode
explode
yop
try using the installer
is it possible to get the username using typescript to use? for reference i want to see if i can make the comment placeholder be "Review {user the profile popped out}"
i am a bit silly so this is as far as i got
placeholder={"Review " + UserUtils.fetchUser(userId)}
i do have the user ID, i just don't know how to use it to get the username
i would recommend to use an react hook for that, and also do a console log to check the contents.
also, do you have anything more that it isn't just a user id?
you don't need to fetch!
just import UserStore from commons
then use UserStore.getUser(userId)
i am silly indeed, i thought i had imported that but i was still importing UserUtils when i tried it
thank you!
now would be a good time to mention that i have basically never used typescript until now 
sup
bit of a minor issue but I noticed the paste button in the context menu doesn't work with vencord running
checked if there was a plugin causing this but I disabled em all and nothing changed
I didn't even know there was such a thing, I always use the keybijd 
it works for me
it might just be that u copied smth funny (since its working for ^)
Good music
help pls
its called reading
ig thats what you want
just use UserStore.getUser(userId)?.username
are you sure that it's vencord causing the issue and not discord devs being funny
yes
when I uninstalled vencord it worked again
are there crash logs for discord or something
it keeps crashing every couple minutes
it randomly stopped crashing but ill try stock if it happens again
yeah its happening stock
idk why its only happening to me tho
its crashing almost instantly now idk
Reboot pc
why can't i find the betterNotesBox plugin?
oops I accidently deleted it
you're not actually up to date
are u still using your outdated fork perhaps?

i did a git reset --hard to the latest commit on origin/main hash to basically clear my changes i made for my fork after they were merged
you need to be more helpful
how did you install it
what os
what discord branch (stable, ptb, canary)
use the installer
it has an updater
lmao
works now ty
yw
is there like a way to stop this issue from happening
what issue
thats the css of your theme
ig
should I report this in their discord server?
where else












?