#🏥-vencord-support-🏥
1 messages · Page 69 of 1
👍
yea yea I assumed it myself
my bad
oh btw, is there any plugin available to enable this if possible?
no
Ah alright

has anyone brought up the issue of others not seeing your custom RPC?
do you have this active?
Find a theme you like
Go to the GitHub of that theme
Find the theme file in the GitHub
Click on raw
Copy that link and paste it into the themes box
I believe it's clear vision
Oh
looks like vencord website
It looked like clear vision lol
no
I don't know clear vision well enough then
(the website also doesn't feature the theme, only the github repo)
it is fixed now
(I assumed the guy meant the repo cuz i didn't think there was a theme that matched Vencord website)
I woke up about 8 Seconds ago
fair enough 
Refer to #🏥-vencord-support-🏥 message
Why am I here after waking up I do not know
Is there a way to change the font of discord without breaking everything ?
much appreciated
ye wtf is a raw thats the only bgit i didnt understand
Is this an awnser to my question?
considering the message elf linked you to starts with "Universal Font Changer", yes
Well, thanks!
What an excellent image
@grave plaza
#🏥-vencord-support-🏥 message
yeah but ppl can only see that when im doing other activites like listening to spotify or playing a game..
Show us the settings you're using
Sorry but i'm not quite sure where i'm supposed to paste the code. I pasted it in a file called quickCss.css and pasted the css snippet, and I modified the font, however it seems like it does not work. Is it because of my theme? Or have I done something wrong?

show the code
also, you open quickcss through settings, not opening the file manually
the plugin settings?
Yea

I think that it is because of my theme because when I disable it it works fine
what theme is it
That would be really nice
MaterialDiscord
vee is already makin itt
ah
there's a way to get it early access, but it's a bit of work + you'd be downgrading your vesktop
Really ?
i can't 100% remember, but i think it's because themes load after quickcss or something like that, don't quote me on it though
i'll test myself
no
also, as for adding new css snippets in the quickcss folder, do i just paste the code in a new line?
thought i'd ask so i don't complain if i do break it
oh, change it from --font-primary to --app-font
dmed you
It works even less now xD, when i disable my theme it is still not here, same if I let it enabled.
huh it worked for me
We don't need to do this over dms lol
But i can tell you here
follow this link
https://youtu.be/Vx2HAZu1ipw?t=317
WARNING: BETTERDISCORD IS AGAINST DISCORD'S TOS SEE THIS: https://bd.zerebos.com/#tos
Custom rich Discord presences have been out for a while but they usually require you to open a spooky script that opens command prompt which can be annoying. Fortunately the top minds of BetterDiscord have created a plugin which will remove the yucky console a...
Seems like your image isn't working
Cuz if it was I'd see a preview of the custom rpc in settings
thats was the video i watched first time i did this..
Why'd you use a link then for the big image
Well, I might be dumb. But it works even with the theme?
Like this right ?
yeah
nvm it was the video "Discord Tricks You Should Know About!" then he used vencord and i did exactly as him. but i will watch this video u sent me.
"if it works it works" literraly the life

Yeah his most recent video wasn't great
He showed off the link part
Which works about 30% of the time
I wish he showed off the og way
is it possible to pick a variable size on font?
I think it's working now
You got it
ah found that it does take variable sizes, i just had to add the weight manually
oh that
it's some placeholder "image not found" image lmao
base is too thin for me, hurts my eyes 
thought you meant actual size
Ok trueeeeee but we can see it now lol
yeah 

What's weird is I've never seen that. If the image is not found it usually shows a little broken image icon upper left. Not a full image saying it's not found
When do you think that this will work? Maybe one month?
what flag said, whenever it's ready
vee also got a real life and other things to take care of
Yes I do understand don't worry
how do i use the unix timestamps in the custom rpc plugin?
why vencord windows exe didnt working
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
So ask for help m
how
well what’s your issue
no one has a magic ball that can immediately tell what your problem is
please contact the NSA with all questions & concerns
so basically when trying to download vencord it says that discord is broken
idk what that is
ok ill get one
but basically just this
have you considered reading the error
alternatively send a screenshot of the error and @marble palm will try to help you
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.
any way of adding my own plugins to vencord?
It's not possible to use plugins of other mods on Vencord. See #plugin-requests
tessie W

tessie L
:middle_finger:
tessie <3
hey
quick question
not sur eif it's in but i haven't seen it
is there a device plugin?
so i can see what device the other person is on
platformindicators
yes
..yes, that’s the name of the plugin


take a stroll through plugins tab
i have
¯_(ツ)_/¯
what if we want to change one of the built in vencord plugins but that setting isn't in the settings icon? for example, i have the SpotifyControls plugin active and it's great and all but I want to make the box background slightly transparent so it blends in with my background.
that would be with css
how so and where?
just quick css
in settings
#vc-spotify-player {
background: blah
}```
thanks
when i open vencord the exe does nothing
Button active state
Also lmao I made a typo there

can you help me
help yourself
Read the second half of the install instructions
hmm
#vc-spotify-player {
background: #7289da;
}
where did i go wrong
also i turned on the shiki codeblocks how do i use?
!important
or you can just add .theme-dark before the class name
both work
resolved. thanks
why regarding that
less of a "need help" and more of a question: why does it say that you cant use themes on browser? if you just upload a file to discord, you can use it just fine
sorry if this isnt the right place for this
external themes should be the correct phrasing
because we cant fiddle with the CSP much
_ _
google convert unix timestamp and paste it there
ye only show when playing iirc
hey is there any way to hide the sticker button on the messagebox?
/* Hide Nitro gift button */
button[aria-label="Send a gift"] {
display: none;
}
/* Hide GIF picker button */
button[aria-label="Open GIF picker"] {
display: none;
}
/* Hide sticker picker button */
button[aria-label="Open sticker picker"] {
display: none;
}
Only works if your language is English
oh right the stinky nitro gift button
they arent that annoying yet 
Aight 👍
reason im asking to remove those messagebox buttons is because im using a tablet as a discord screen for my pc and then my text ends up looking like this
makes it incredibly hard to.. discord
lol
Why are they even there
Oh
I couldn't even see
Yeah that css should really help
U can also keep member tab closed
oh yeah it was even worse when i had the tablet portait mode
ayy nice now i can see what im typing :3
thank you kind soul
Np np
what is iirc
Hello!
if i remember correct
is this correct?
i updated the type of presence to playing
yeah i got it thx for helpin
same. sad cause it looks great
Are you hosting the images on ezgif?
wdym hosting i copied the image adress from google images
yes
Weird
do u see it?
No
see thats the issue
Can you screenshot the top as well where the bot id is
I think it might be something wrong with your buttons
Try having normal text with no special characters as the button text for the button(s)
i did
missing tooltips
it shoes for me
what should i write there
Any text
now?
Yes, I restarted my discord mobile
Yes
So I enable the custom rp and put everything (except the timestamp), but why does it not show?
Troubleshooting CustomRPC
- Every time you make a change make sure you reload (
ctrl + r) - Sometimes toggling it off and on again is necessary (and reloading)
- Make sure Settings > Activity Privacy > "Display current activity as a status message" is toggled on
Can you see it and no one else can?
- if you've set a big image and/or a small image you need to fill in their respective tooltip field
- don't add any values to the unix timestamps (if necessary remove the 0s)
- emojis work, some unicode don't. try with just alphanumerics (0-1, A-z) first
Do you not see a preview of your intended RPC in plugin settings?
- Change your image link, the plugin is likely not able to extract the image from it
None of the above worked
- The CustomRPC spirits are not with us today, please send a screenshot of your settings here so we can look them over!
i tried all of them and still no work:
try to
- empty the timestamp field, just leave it blank
- upload the images to discord instead of taking them directly from ddg
Duck Duck Go
what
already did that and no work
and have no clue what is ddg
can someone help me on this?
I tried copying this GIF's link and putting it on Big Image Link bar in CustomRP vencord's plugin. It does not show up for some reason.
save and upload these to discord
oh that
so i have to use google?
why it still no work >:CCCC
can some really help me pl
pls*
ik
ok i fixed myself
thats great
Read the rules
Missing tooltips?
and don't put 2 as your timestamp
Im not a mod
no
Try a different name for the presence
CTRL + R
Bot id is valid?
When sunnie said upload to discord he meant the discord application portal
Cdn links don't work
what are the requirements for asset links
why does the plugin have 0 validation
we would save ourselves so much of a headache if the plugin had proper validation
they pred something else but it was entirely missing the point so I never merged it
it was a command to share settings so people can ask for support
Ye
I remember
^
Was what his last response on the topic is
What would have made our lives easier is if ntts didn't show off the linking feature at all
In the most recent video
It's only half baked. If he just showed off the normal way to add images to apps through the discord dev portal #1108135649699180705 would have 60% less questions
i tested invalid link and worst case is just the image doesnt show up, not the rpc
People still ask
Also can you/did you test if media.discordapp links also don't work
hi how can i make so i can have a colored uhh profile
like the two option color thing
Fake profile themes
The plugin
can others see that tho?
Only others with that plugin enabled
Same
Only others with custom banner enabled see it
It's a plugin starting with userbg
Which
When you do fake profile themes it gives you an invisible code you have to paste into your about me
Then it'll work
thats bs
What are you looking to do??
...
If you're looking for a photo i already told you
Then change the color values
After changing them you have to copy and paste the code again...
vban 524215827176620053 homophobe
Done!
the homophobe is also an asshole in support what a shocker
who could have seen this coming
truly mindblowing
that preview always shows the nitro badge
?
The little #
Oh right
Nvm
That's old username
I'm going back to sleep
I think that's a sign I never fully woke up
themes no work
wdym, your theme doesnt works?
can i share screen
read the instructions
that is the source
that is not the source
oh wait
well it is but "source" here means the github repo
read the instructions
How to use custom plugins? I cant find folder or location to make folder for custom plugins.
It's not possible to use plugins of other mods on Vencord. See #plugin-requests
It is tho
read beyond the first line
check the pins of that channel
just let me share my screen
k
click "raw"
works
i read that like 2 weeks ago, it makes no sense on how to install, not clear
You will need some knowledge of programming
for example how to use pnpm
Can i not just use the plugins in #1032200195582197831
It's not possible to use plugins of other mods on Vencord. See #plugin-requests
Im on windows
you can, but read the pin
clone the source
I dont have git
💀
install it first
Is there a way to just get a zip of the code
click Download ZIP
then u cant update it
How do you run the code tho
Which option?
use Recommended option if you are newbie
u can just keep next next next next
download link right there
I used npm install node
why are you installing from source if you have no clue what youre doing
installing custom plugins
my vencord retsarts whenever i background it
It's not possible to use plugins of other mods on Vencord. See #plugin-requests
I have a plugin from #1032200195582197831 but i dont think its enabled
did you rebuild
yes
I did, then i used inject and then it opened vencordinstaller and then i installed
The plugin doesnt show up anywhere
you dont need to reinject after rebuilding local changes
How to rebuild?
cd into vencord and just pnpm build
I did that
shouldve shown after that
Should i do ctrl + r?
restart discord yes
It worked! I got invidious
awesome
Can you use .js plugin? They usually end in ts
It's not possible to use plugins of other mods on Vencord. See #plugin-requests

Hey, checking in to report Vencord stopped working.
I am using the latest version of Vencord on Discord Stable Desktop, Windows 11 Home Insider Preview version 10.0.25905 (Build 25905).
I used the PowerShell based terminal installer, like before, but to no avail.
I don't wanna be pushy about it, because I know how stressful development can be, so take your time! ❤️
The easiest & fastest solution to most issues is to just reinstalll. Don't worry, you won't lose your settings! They'll all be there like nothing happened once you're back
Tried that. Did not work, as outlined.
what option did you select within the powershell script
- to use the gui installer or 2) to use the cli installer
iwr "https://raw.githubusercontent.com/Vencord/Installer/main/install.ps1" -UseBasicParsing | iex
In the following order:
- 2 - Terminal
- 1 - Install Vencord
try the reinstall/repair option
what do you mean by "to no avail"? discord isn't patched?
does it show up as patched in the installer? did you restart discord from the tray (not by pressing the x button) after installing?
Will do. Thanks for taking the time to respond. Means much!
Be right back.
Update: option 5 (reinstall & update) did not work.
Discord is not patched, indicated by not loading the theme, and the Vencord settings missing.
I kill(ed) Discord with Alt+F4, which removes it from the tray, and the powershell window indicates that's not the problem.
Will attempt reinstalling it through the graphical installer.
Worked. All that's missing is the theme, but that's not Vencord's fault.
Sorry for taking your time.
hey so uhm randomly my discord will have issues with loading messages and stuff and im not sure if this is related to vencord or the servers
is it possible to make your own plugins or install others?
it is possible to make your own plugins and install others, but they must be made specifically for vencord. Plugins made for better discord or other mods will not work. Check the pins in #1032200195582197831 for more information.
browser extension, buttons such as nsfw channel access (yes im over 18 one) and report buttons are just invisible
idk it just ddoesnt translate
test
right clicking and clicking translate doesnt work either
do Detect language instead on input language for received messages
.
copy this
english: what i want other messages to translate to
russian: what i want my messages to translate to
dunno, do you have any quick css? what browser do you use? any styling extensions?
i did have css, disabled it still doesnt work
i use chrome
no styling extensions
some but are completely unrelated
yeah no clue then that’s odd
ill try on incognito mode rq
why
what
read the other one
clone the vencord gh
how do i add plugins from the betterdiscord site?
It's not possible to use plugins of other mods on Vencord. See #plugin-requests
wow that was fast lol
@meager mesa dont dm for request + you can use css to change folder icon
What Image links are recommended for CustomRPC?
I'm currently waiting on Tenor to upload my Image but if that Tenor doesn't work what other image links should I try?
imgur
Ah thanks I got it to work using imgur
I'm just wondering if other people can see it
it doesnt show the rpc. did u put tooltip for it
is there a plugin that allows you to update file attachments?
not possible
How do I add local plugins to Vencord? I'm trying to use DiscordBee as a plugin but can't find the plugin directory for Vencord
It's not possible to use plugins of other mods on Vencord. See #plugin-requests
How do I fix this?
can you authorize it?
No, it does not promt me to it and it was already authorized, tried to un-authorize it but I got the same message
Where did post shidd like a battle pass channel go?
Idk
@shell veldt not sure if you remember me but I was the guy having vencord not having an icon on linux mint issue. I managed to fix that. When I opened the vencorddesktop.desktop file with sudo nano, I found that the Icon field was equating to vencorddesktop. Not sure if that was supposed to link to a png or just miswritten, but I linked it to the icon that I downloaded from github, and it worked then.
It's not possible to use plugins of other mods on Vencord. See #plugin-requests
you can't
plugins of other mods encompasses those of better discord
would there be a show hidden channels equivalent to see hidden threads?
how do i use experiments ? i cant figure out what some experiments do and or tu turn it on
then why did you enable arrpc lmao
If you don't know what they do don't turn them on, read the giant red banner at the top 
that's a different plugin
^^
i didnt
yes ik but i want to learn how to use them and what they do to have access to features like in ntts videos
just configure custom rpc
ah i restarted and it got fixed
but you're playing fortnite rn
i maked ctrl r
its custom rpc lol
So then it works fine
yea
why would u want fortnite custom rpc 😭
Most of them are useless for most people/the average user
You shouldn't bother
im playing on geforce now
and it doesnt have rpc
then figure it out yourself
ok but is there a way to know what the features like for discords birthday are called so when it happens again i can know what happens next
lol
Idk search for birthday or something, like Ven said figure it out yourself if you want to mess around with them
ok
yes
Their birthday is a year away so you'll need a bit of patience 
Is it http://localhost:8485 for devcompanion
maybe
**devCompanion.dev.tsx: **Line 27
const PORT = 8485;
how to get that
Thx
Can we put a plugin ourselves? if so any comments?
vf plugins
You can't.
Chances are, it's already a Vencord plugin! Or if it isn't, you can open a plugin request
Are there any plugin requests that get approved? I always see editusers in the request section on github
Plugin requests just come down to if someone wants to make the plugin and PR it
PR it?
k
Vencord plugins have to be coded manually from scratch so unless some betterdiscord plugin makers join vencord then we wont get EditUsers
Not really, like I said it comes down to someone wanting to make the plugin or not
If it was like that for every plugin Vencord would practically have no plugins
How do you code them then, do they have any resemblance to betterdiscord plugins?
some plugins have a folder with multiple files
This is also good https://gist.github.com/ActuallyTheSun/28bd595f8c07992f6d03289911289ba8
thanks
Yes
yes, it's an option but not required
like for friendinvites how there is only 1 file
Most plugins are just 1 file
usually the bigger plugins use a folder
So they can split their code
or plugins that need to use css
It is
If you added yourself to the dev list it adds the badge to your profile, I think
I did, i fixed a plugin by echo because the explosion noise wasnt on github
In the guide it says to make a userplugins folder, is this the same as the plugin folder?
It's a separate folder
Ok
You have to make it yourself
Wait a minute, that guide is by sunnie
Hello. Where exactly is Vencord's plugins file? I need to make a small change.
you can't edit any vencord files if you used the installer, only you if you clone the repository
but what's the change? it might be doable with QuickCSS
I want to edit plugin codes.
I've seen some problems with the translation plugin and I want to completely renew it.
Bold
then follow the manual install guide pinned in #1032200195582197831 ¯\_(ツ)_/¯
could anyone help me "build" a plugin? better discord screenshare
vf bd
You can't.
Chances are, it's already a Vencord plugin! Or if it isn't, you can open a plugin request
Wait are you talking about the pr
that is its name lol
this one
Yeahhh
i started using vencord cuz of it
Well that's the BD version
Yeahhh
is that not just vencord?
Yes but it's his fork with the plugin
oh oki
Follow the pins in #1032200195582197831 on how to manually install Vencord, and obviously replace the GitHub URL with that one
um
Hm
sBetter Screenshare Plugin 
I thought i remembered someone screenshotting instructions he left behind for people to follow for his fork
Dunno

Yeah just use at your own risk
where the raw link
Best to rebuild from original Vencord not a fork
they're trying to use the fork
destination path 'Vencord' already exists and is not an empty directory
delete the vencord folder that's there
did you enable it/is it there?
betterscreenshare
can you send a scrrenshot of the updater tab
did you restart discord from the tray (not by pressing the x) after installing?
What's the point in patch helper?
developers
ah darn that's pretty cool
does it function as normal discord? it thinks it's on web for some reason
it's the web version running as a native app, which should have better performance but lack some features
what are some of the features it's missing?
not many and we're working on porting more and more
reimplemented:
- rich presence
- screenshare
- minimise to tray and start on startup
- notification badges
missing: - global keybinds
- overlay
- anything else desktop exclusive not here
I should write a proper feature comparison
because it also has some features original discord doesn't
but im very lazy
oh that's pretty cool, i think i'll just wait for all of the features to gradually release, since i depend on noise suppression
yeah that'd be good
Might be implemented soon™️
@thick ore is working on that rn actually


Where can you activate Patch helper?
Hey, I want to paste this GIF in CustomRP big image slot. But when I copy this GIF's link which is a discord link, it just won't appear correctly.
can someone help me?
Read pins #1032200195582197831
Oh tnx
how can i import a font from google fonts to use it in the custom css?
thanks
how do i unstall vencord
Download the vencord installer, there is an option inside of it to uninstall vencord
ok
How the fuck do I get vencord on iOS
yes but bad you don't wanna use it
Hi i use Zorin OS wich is a Linux distro and i would like to install Vencord on it but the Vencord Installer doesn't know where the discord path is even if i installed it from snap so if someone can help me thank you
snap isn't supported
Flatpak?
Oh thanks
zorin uses apt right
It does
either use the deb I just linked or yes flatpak also works
use vendetta
really good
doesnt have same plugins but good nonetheless
promoted by vencord already #faq
The Read All plug isn't working properly, wont mark messages inside threads and forums as read. Please update your built in plugin.
amoled experiment broke, is there any known fix?
(rn i prefer not to post my server list but that is affected too)
yeah
ask the plugin devs
is there any similar theme or such
does hitting the read all in the native discord inbox work better
(ctrl+i)
nope
it reads top level, but it doesn't mark inbox, threads, or forums read.
not meant to. yes you should be there
Best theme: https://betterdiscord.app/Download?id=613
could just be a discord thing
Nope, it is 100% the plugin. I just tested with better discords plugin and it worked with zero issues. But better discord is laggy, so I don't continue using it.
(discord is just terrible at theming as shown by their custom nitro themes)
how much joke is in this
what even is that
ask @peak lily
fr
LMFAO
so why exactly is this not fetching
you should open an issue about it
on the github
read the instructions properly, you need to get the raw link
on that link’s page you should just find a button that says “Raw”
which exactly
click on it and copy the link on that page
Not joking, its just better. Slightly enhanced discord.
sir
how is that
related
at all
eh
read the theme’s readme :P
don't care about its readme
oh wait
that wasn't to me
lol
then there's this
i haven’t really followed vencord cloud issues, just try turning it off and on and reloading discord ¯(_/¯ツ)
if it loads then don’t pay attention to it ig
mf load laready
you shall use raw
yeah discord11 is mid
at least it works
you should try my theme :)
https://betterdiscord.app/theme/midnight
no thanks
yeah + its fast
less optimization issues (not like it is optimized already, just better than an even more unoptimized one)
i accidentally got myself some themes that rearranged EVERYTHING and had a stroke
themes don't really affect performance unless they use attribute selectors or have like a million lines of css
they do affect performance
in some way or another
yes but it shouldn't really be significant if its a simple theme
I switched to better discord because the bdd folder plugin has this option.
how do i download discord voice messages???
use view raw
whats that
you’re asking on how to download the voice messages themselves right
yeah
like someone sent me a voice message
and i want to get the audio
and make it mp3
oh thanks
and then just
and you should find the link somewhere in there
jumpscare
you did NOT just rick roll me
easiest tutorial



i dont have the "send voice chat" option
yes its a plugin i'm still working on
but u can download voice messages as shown in the latter half
my vencord keeps crashing 
let me know when u release it, would be cool to upload voice messages on pc! :D
vf oom
Discord on Windows uses 32bit electron which has a hard memory limit of 2gb. Discord's memory management isn't great so it will already get up to like 1.5gb ram usage if you are in a lot of servers and have it open for a while
DevTools use a lot of memory so once you open them, they immediately push you over 2gb usage. Thus Discord runs out of memory and crashes
Solution: use Discord Browser / Vencord Desktop
discord becoming so good you don’t even need devilbro plugins anymore to cause oom multiple times a day
😭
a friend showed a screenshot of 6b memory usage with vanilal client once
discord so fire

6 bytes??????
damnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnn that's super duper low
6 billion memory usage
6 billion what though
true...
how do they even manage
probably sounds about right, in any case you can run this in devtools (await DiscordNative.processUtils.getLastCrash()).rendererCrashReason; (ctrl + shift + i -> console tab) and screenshot the output
any way i can get to upload an mp3 thru a voice message like in 10 minutes ?
or is it too complicated for my little tiny brain
yes
lmao
:C
open devtools
ctrl shift i
paste this
const CloudUpload = Vencord.Webpack.find(m => m.prototype?.uploadFileToCloud);
function sendAudio(blob) {
const channelId = Vencord.Webpack.Common.SelectedChannelStore.getChannelId();
const upload = new CloudUpload({
file: new File([blob], "voice-message.ogg", { type: "audio/ogg; codecs=opus" }),
isClip: false,
isThumbnail: false,
platform: 1,
}, channelId, false, 0);
upload.on("complete", () => {
Vencord.Webpack.Common.RestAPI.post({
url: `/channels/${channelId}/messages`,
body: {
flags: 1 << 13,
channel_id: channelId,
content: "",
nonce: Vencord.Webpack.Common.SnowflakeUtils.fromTimestamp(Date.now()),
sticker_ids: [],
type: 0,
attachments: [{
id: "0",
filename: upload.filename,
uploaded_filename: upload.uploadedFilename,
waveform: "AEtWPyUaGA4OEAcA",
duration_secs: 0x7fffffff
}]
}
});
});
upload.upload();
}
function chooseFile(mimeTypes) {
return new Promise(resolve => {
const input = document.createElement("input");
input.type = "file";
input.style.display = "none";
input.accept = mimeTypes;
input.onchange = async () => {
resolve(input.files?.[0] ?? null);
};
document.body.appendChild(input);
input.click();
setImmediate(() => document.body.removeChild(input));
});
}
sendAudio(await chooseFile("audio/*"))
choose a file
it will upload it to the current channekl
Hello! Why doesn't my image in the "RPC" plugin work? I seem to have everything correct
wrong link
go to that link and right click the image and click “copy image link address”
that didnt work for me either
its supposed to be like https://media.discordapp.net/attachments/1026515880080842772/1133158091525996574/imagepng
but with dot inbetween image.png
right
@sick glade
yeah
yes I did that!
yeah doesnt work
dunno then

