#👾-core-development
1 messages · Page 76 of 1
sure do it
we could also introduce generic tags
and add them to sort by
like
Utilities
Fun
etc
but also that'd be useless if not done right
that moment when I have time to work on discord mods again and I make Image Gallery & AI Upscale
about the debounce magic
function debounceStateful<S, Args extends any[] = any[]>(
f: (state: { stale: S, fresh: S }, args: Args) => any,
timeout: number,
) {
let timer: ReturnType<typeof setTimeout> | null = null
let staleState: S | null = null
const clear = () => {
if (timer) clearTimeout(timer)
timer = null
}
return (freshState: S, args: Args) => {
if (timer == null) staleState = freshState
clear()
timer = setTimeout(() => {
clear()
const state = { stale: staleState as S, fresh: freshState }
staleState = null
f.call(null, state, args)
}, timeout)
}
}```
for later if i care enough to do it
or if u do
Discord Account
lilnibblit
What is it that you'd like to see?
I think it would be great if you could add the ability to create your own plugins (not a plugin request)
Request Agreement
- [X] This is not a plugin request
what
im starting to unironically think this is a good idea
this guy's got it
lilnibblit
stop being annoyin or you will be dev banned thank you
:DDDDDDD alright
This plugin shows the exact time since a message has been sent, rather than just the minute. Once the message is sent, it starts counting the seconds since it was sent. Examples below:
I think this plugin from BetterDiscord closely resembles what I'm thinking of.
Agreed, but fyi this is a duplicate of #1010 .
Most of my suggestions will probably be ports of BD Plugins I use.
https://betterdiscord.app/plugin/RemoveChatButtons
A plugin to change the size of the Picture-in-Picture window.
https://betterdiscord.app/plugin/better picture-in-picture
`Uncaught Exception:
Error: Cannot find module 'Vencord\dist\patcher.js'
Require stack:
-C:\Users\Gilson) AppData\Local\Discord app-1.0.9015/resources/app.asarlindex.js
at Module, _resolveFilename (node:internal/modules/cjs/loader:963:15)
at n._resolveFilename (node:electron/js2c/browser_init:2:109751)
at Module._load (node:internal/modules/cjs/loader:811:27)
at f._load
(node:electron/js2c/asar_bundle:2:13330)
at Module.require (node:internal/modules/cjs/loader: 1035:19)
at require ...
you did something wrong. Either you used a devmode installer (pnpm inject) or you or managed to somehow install without it installing vencord files
hope this helps. if it doesn't, please use our support channel
-C:\Users\Gilson) AppData\Local\Discord app-1.0.9015/resources/app.asarlindex.js
what the hell is this
this person has a cool photo gallery
whar
never
Why wouldn't it be
"your issue was closed with reason: the community found it too stupid"
is it cus lolisafe guy
i'm bored so i'm trying to port the splitmessages plugin from BD. currently trying to patch the onSubmit event of the chat bar, the BD plugin uses BDFDB functions to patch it but I can't seem to find a way to replicate it, and I don't want to look through 8 thousand lines of BDFDB code to maybe find an answer. has anything like this been done in any vencord plugin? textreplace came into my mind but this one uses preSend which triggers only if the message can actually be sent, and the nitro popup (in my case) prevents that event from ever occuring
on another note, what happens if you do have nitro and try to send a message that exceeds 4k chars
that plugin has a pr but rejected and closed
bruv
@austere talon is this gonna be normal if u do a normal merge with this pr
or should it be a squash
holy shit the participants
😭
they all got an email 🔥
should i have done it differently
I'm just kidding I don't think they did
i assumed they did
lmfao
In addition to themes in general, I think it would be a good idea have useful themes in the theme tab with toggle switches, similar to the plugins tab. There have been several requests for plugins that could be implemented by a snippet in the user's quickCSS; by having the most commonly used snippets as "themes" several such requests can be eliminated.
thoughts
hmm allowing users to add toolbox actions in a format similar to textreplace would be very very cool
Discord Account
Micron#0001
What is it that you'd like to see?
This plugin from BetterDiscord is really great for tracking messages.
Keyword Tracker Matches received messages against a configurable series of phrases, and pings if one matches.
Here is the link to the BD page
https://betterdiscord.app/plugin/KeywordTracker
its really useful to see if someone is talking about you or if you want to know about a certain subject!
Request Agreement
- [X] This is not a pl...
will they delete their account
Lately I have gone through the vencord plugins, and I found the translator plugin, I am a Spanish speaker and when I found it, I thought I had found a way to automatically translate messages on English servers to Spanish, the plugin does not have language settings for translate, it would be nice to add that functionality for the rest of the languages, since as the plugin description says, it works via google translate
Hello xd, I would like to know if it is possible to add custom plugins that are not in Vencord, since I would like to have some plugins that are not inside the app. I think it would be a pretty good option for the app and not have to use BetterDiscord or other modified clients
I've coded a plugin following the tutorial, with a local copy (not git clone) of the repo, but theres no mention of how exactly you're meant to test out your plugin.
join server for support
create a github issue
more like request a userplugin thats been requested 500 times

speaking of array optiontype when
noticing that still uses comma splice string lol
it removes history by rewriting history
that said, i use sqash merges because they keep the descriptions of all commits. merge commits are preferred because they keep the history so it is easier to bisect, but with proper CI/CD pipelines it's relatively simple to bisect sqash merges.
would like to know too
Add a plugin to remove unwanted buttons from the message box and other places, such as:
https://betterdiscord.app/plugin/RemoveChatButtons
I mainly want it to remove the "gift nitro" button.
Discord Account
imsomeone0011
What is it that you'd like to see?
Please add a new feature to fakenitro. We can't react to messages with nitro emojis. Please fix it.
Request Agreement
- [X] This is not a plugin request
i feel so sorry for you having to close idiotic issues
because that pr merged one branch into another. if you squashed then the history would be very different and they wouldn't be merged
I usually always squash merge prs but for merging branches you can't squash
i like octopus merges, they are very funny
💀
I might disable discussions and issues for a while
too much brain damage
do
or just pin a discussion with all of the commonly requested plugins and those that will never be added
noone gonna read that shit
at least not the idiots opening really shit requests
please do
actually yeah
The only reason I used BetterDiscord is so I could be set to busy and allow pings/sounds through servers I have unmuted. Would love to see it in Vencord
here’s another reason
When a blocked user sends a message in a channel, that channel, the server icon and the discord icon in the taskbar all get an unread-message marker. That kinda goes against the point of blocking a user and it would be nice to only see those unread markers when a regular user sends a new message.
The red line within a channel that marks the oldest unread message could stay like it is, to make sure its not excluded from the context of the other new messages.
Maybe a toggle for each of the f...
bump
Add additional utilities to EmoteCloner
1 | - Clone all emojis from a server
2 | - Download emojis from a server as a .zip
Long description:
When you click mouse 2 on a server, you would get a new buttons called Copy emojis and Download emojis as a .zip. When you click copy you would see a menu in which there will be a possibility to choose which emojis do you want to copy and into which server. When you click download it would just download all e...
- No.
- Maybe but this is so niche it would be better to make it a snippet
why the copy all emojis feature wouldnt be good? it would be so useful
api abuse / selfbotting and not possible due to rate limits. use a bot
ok I understand. What do you mean by the 2nd point, I dont really understand what you mean
Is it safe to use nitro streaming quality bypass? Does discord ban for this?
Adds auto scroll feature to vencord.
This feature was forked from BD AutoScroll that is MIT licensed.
Related to: #1108
This plugin allows the user to adjust the volume of every sound discord makes for example: the call volume, message income volume etc.
BetterDiscord Plugin: https://betterdiscord.app/plugin/NotificationSounds
SplitLargeMessages should automatically split a large message into multiple messages with the character limit, making it look like a large message was sent.
https://betterdiscord.app/plugin/SplitLargeMessages
SplitLargeFiles should automatically split files into multiple .dlfc files with the size limit, then, on client side, merge them together, and make it downloadable as one big f...
Bring back the old user quotes, where people were able to send in their custom quotes that would show up to everyone when loading Discord.
Bring back the old user quotes, where people were able to send in their custom quotes that would show up to everyone when loading Discord.
you just commented about this on #311, don't need to open another discussion.
I realized that the other person was talking about something else.
#569
- got denied already #800
even the, what you ask for is impossible as non-vencord users wouldn't see it. plus it'd be useless
close discussions already
I'd be a nice addition. I know non-Vencord users won't be able to see them, but Vencord users will.
Also, maybe someone could create a database of all the quotes and make plugins available for BetterDiscord and Replugged too. That way even more people can see the quotes. (Although that is maybe a bit far stretched.)
no please no
I usually block people to stop them from sending me DMs. This doesn't mean that I don't want to be able to read their messages in servers. (And as a server owner, I want to be able to still moderate their messages in my server.)
Please make a feature that allows reading messages from blocked users without the need to expand every message.
funnily enough I made this plugin for Aliucord for the same reason
lmao did u
yeah lmao
had a guy ping me like 10 times a day for stupid stuff but i still needed to read his messagss
I'm willing to do housekeeping
Was discussions horror before btts
Should split files exceeding the size limit into chunks, which, on the client's side, should appear and be downloadable as one file. Recipients should also have the plugin installed.
https://github.com/riolubruh/SplitLargeFiles
Issues are gonna explode if discussions close
then close both

new discussion #12387: OK GUYS HERE ME OUT !!! WHAT ABOUT A PLUGIN...... THAT LETS YOU SCHEDULE MESSAGES !!!!!!!!!
Pls add selfbot plugin

pls add api spam plugin 


NEED BETTERDISCORD COMPAT
add a plugin that lets you send messages
mfing bd users saying "the only reason I won't switch is this or that" in their issue not realizing they are incentivizing NOT adding iy
add a plugin that stops you from sending messages
grass™️
where did it go
Strap it on and lock 'n' load in Grass Simulator, where you will Shoot, Loot and MOO! your way through multiple game modes revolved around...GRASS!. Grass Simulator will revolutionize the way you look at grass; Instead of it being that green stuff that you occasionally see in your garden that you never mow (Yes - We know you neglect it). You pla...
$4.99
553
add free discord employee plugin
plugin that [something easily done with css]
hide nitro gift button plugin
hide discord and get some bitches when
someone make a plugin which sets the default css to
* {
display: none;
}
(very useful plugin with bd support)
SHUR UP
@austere talon can u vc
i remember i must volume booster vekstop
yus
what
fire
how the fuck do you do that
cut him some slack, theres like 20 ways to fork a repo accidentally
pr
This feature is included in my PR: VencordToolbox: rework to add and remove plugin settings (2: electric boogaloo)
A very useful toggle to have
you @austere talon
@austere talon Yo
wtf does that do
run it in console
virus
unreal
ima dyumbass
I thought it was funyn
engine 5
@olive aurora who the fuck is Tim Sweeney
Tim Sweeney from Blizzard
sounds like a noname
virus
guh i forgot this https://codeberg.org/Ven/cord/pulls/2
yop
It's not about cookie points, , it's just one day I want the whole functionality merged
The toggle and the plugin settings
My PR phat tho
@rigid venture because I'm bad at remembering to ping on reply and this channel moves quick sometimes
Byeah I'll make that change
Adds a /zip-server-emojis slash command that downloads all of the emojis in a server as a zip file.
pushed a commit to use that, looks good?
wait nvm i broke something
osu >>
hate that game with a burning passion
i don’t have that medal so that tells you how much i hate the game
yeah
Im trying to find general chat 🥺
true
what the fuck is an issue
if they have new plugin ideas they need to make them themselves
this is just what I realized I need a few days ago
was removed from the Pepe Emoji Server 3 with no announcement
vencord is a perfect app with no flaws
FakeNitro saved me, because somehow it had the emote cached
I realized this when I couldn't find aPES3_PoliceBlink in the reaction picker but was able to find it with the message emoji picker and send it
there are no issues. only features
so then I copied the link FakeNitro sent and stole archived this valuable emote
the settings toggle for pin plugins and pin quick actions hides their drop down menu but leaves the things they pinned behind
so far the app tools ive added are hide sidebar, open updater, disable quickcss, and relaunch discord
bdf835c customRPC: add validation & some fixes (#1481) - AutumnVN
message_reference: reply ? MessageCreator.getSendMessageOptionsForReply(reply)?.messageReference : null,
I'm fairly certain you can achieve this by launching discord with --enable-blink-features=MiddleClickAutoscroll so this plugin is obsolete
codebunger being slow again :<
LET ME PRRRRRRRRRRR
Bumps decode-uri-component from 0.2.0 to 0.2.2.
Release notes
Sourced from decode-uri-component's releases.
v0.2.2
Prevent overwriting previously decoded tokens 980e0bf
https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2
v0.2.1
Switch to GitHub workflows 76abc93
Fix issue where decode throws - fixes #6 746ca5d
Update license (#1) 486d7e2
Tidelift tasks a650457
Meta tweaks 66e1c28
003b47b Bump decode-uri-component from 0.2.0 to 0.2.2 - dependabot[bot]
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.
If you change your mind, just re-open this PR and I'll resolve any conflicts on it.
Transition from the GPL jumpscare to a more concise header:
/*
* Vencord, a modification for Discord's app
* Copyright (c) 2023 Vendicated and contributors
*
* SPDX-License-Identifier: GPL-3.0
*/
Old files still keep the old headers, while eslint will now autofix the new header
epic discord formatting
(getSourceCode is deprecated, but on our eslint version sourceCode doesn't exist either, so I can't fix it upstream, you can remove the patch if you bump eslint)
@austere talon merge malware
no i will not merge malware
FUCK
ill ook tomorrow
ya its fine
when your in a text outline duel and your opponent is text-shadow: -0.6px -0.6px 0 #000, 0.6px -0.6px 0 #000, -0.6px 0.6px 0 #000, 1px 1px 0 #000;
did my pr and the voice message one just go to the void
i dont see it in dev branch
Posted here in case anyone had any thoughts on the way pinning plugins works. If I should change it from a UI perspective or if anything is confusing
im gonna merge my head with a wall
thats how much i hate videogames
WHAT
????
I HATE GIT
LOL IT NUKED UR PR???
amazing
hmmm hmmm
Gz
WHAT
at at autumn
ngl vencord should have a theme repository so we dont rely on better discords one
why
so the Vencord community stops relying on the BetterDiscord community
Why shouldn’t we
themes are generally universal
^^
if you want more themes then there’s loads on github 
99% of betterdiscord themes are on github
"better discord doesnt need a theme repository, if you want themes then there’s loads on github"
both work on either client
Themes are meant to be used with other clients
Most themes aren’t made specifically for betterdiscord
its troublesome attempting to find themes that support vencord plugin css
All of the bd ones I’ve tried have worked just fine
not my point, nor is that my problem
So what do you mean they “don’t support vencord plugin css”
where can i send images
Go to #🏥-vencord-support-🏥
bro what
css is just css
ayo check out my new vencordCSS it gives you 10000302x more control and free nitro
Guys checkout my vencord theme data:text/css;base64,Ym9keXtmaWx0ZXI6c2F0dXJhdGUoMTAwKX0K
true
Real
codeborger
cus its mid
your mum is mid and I still see her every night cause she wants me
:
autumnnn
still
implying you saw her before too :(
dam
that's so little,
I mean it's more than i get but it's still so little for how much they do
actually yea
I was expecting them to already have more donations cuz
that's 3 years ago ig
also have u read their thread on fedi
Because we are tired of our current stability issues just like you, we are scheduling some operations during today's Sunday, 30 July 2023.
There will be scheduled downtimes of about 30 minutes each.
We try to limit the length to not interfere with your workflow too much.
We used the last outage to install some outstanding upgrades and fine-tun...
storage💥
hello all, I just wanted to check if anyone is working on a plugin that can support free gif banner support on profiles?
not possible? really?
understood
what the fuck
why does the little space have such long legs
can it not??
👾
it didn't skip legday
emoji copier aint working
i got emoji permissions on a server i am in but it doesnt let me clone
like when you click clone emojis, the server doesnt show up
vns
Launching discord via the command discord --enable-blink-features=MiddleClickAutoscroll doesn't seem to do anything.
I'm running Arco Linux
real
I'm fairly certain you can achieve this by launching discord with --enable-blink-features=MiddleClickAutoscroll so this plugin is likely obsolete
Yeah it seems you can run discord with --enable-blink-features=MiddleClickAutoscroll to get the outcome of this plugin (I was just doing it wrong the first time).
Closing this pull request here even though I can see less technical users be confused on how to enable this.
if you cant find them from the original theme authors they aren't going to make it even if we publish our own theme repo - there are betterdiscord themes that have powercord css in there but that doesnt mean that everyone will do that; its the same with vencord
constant maintenance and unreliability
const filename = e.id + (e.animated ? ".gif" : ".png");
const emoji = await fetch(`https://cdn.discordapp.com/emojis/${filename}?size=96&quality=lossless`).then(res => res.blob());
return { file: new Uint8Array(await emoji.arrayBuffer()), filename };
maybe? i hope this works (typescript :sob)?
does work 
communitycord
🤨
I can only screenshare my secondary screen, my primary one doesn't show up in the screenshare menu. Also, I can't screenshare my Vesktop app
L
please provide more info about your setup, any potential errors, and so on.
For some reason, I can't share any of my screens on vesktop macOS, apps windows work fine tho. This error shows up whenever I try to share a screen:

likely some macos permission thing
if it uses the ScreenCaptureKit api under the hood, not sure what electron does, but it should prompt for that permission on its own
vns

Check and request permission to capture the screen. Latest version: 2.0.0, last published: 2 years ago. Start using mac-screen-capture-permissions in your project by running npm i mac-screen-capture-permissions. There are 5 other projects in the npm registry using mac-screen-capture-permissions.
does it even work
idk
I see
are you sure it didn't prompt?
yes
this has a native module which im not a big fan of
is it not possible via like apple script or smth
doesn't look like it
the stackoverflow threads i found recommend using what this package uses
aka CGPreflightScreenCaptureAccess() and CGRequestScreenCaptureAccess()
please provide more info about your setup, any potential errors, and so on.
I'm running two monitors, one 2560x1440 and one 1920x1080
When I click the screenshare button, it shows the "entire screen" option, only showing the 1920x1080 screen and I have no option to screenshare the 2560x1440 screen, which is my main monitor. No errors are coming up when I try it. I can attach PC specs if needed but I don't think that will impact anything. Drivers all up to date, windows up to date.
not sure if this is specificalyl but electron has 100% a function for that
if it doesn't return granted then u can ask for it with the function below i guess?
did u never have issues with that on macos
the function below doesn't take screen as argument
for some reason
i just never bothered to fix them LMAOOO
oh wait
macOS 10.15 Catalina or higher requires consent for screen access.
says right here
below 10.15 you don't need consent
Preflight Checklist I have read the Contributing Guidelines for this project. I agree to follow the Code of Conduct that this project adheres to. I have searched the issue tracker for a feature req...
you need to run it with electron
pnpm electron index.js
try the one below
my terminal sucks
too lazy to fix it / use another one
oh thank god
the client doesnt ask either
it just tells you to go fuck yourself
discord desktop?
maybe we do the same
just check and if its not granted we show popupper
New star add what update?
❓
this
hm oh
new issue? you guys implementing more bugs ????
yes
I get this error where do I set the platform
X [ERROR] Could not resolve "child_process"
src/userplugins/ReUpload/index.tsx:7:21:
7 │ import { exec } from 'child_process';
╵ ~~~~~~~~~~~~~~~
The package "child_process" wasn't found on the file system but is built into node. Are you trying
to bundle for node? You can use "platform: 'node'" to do that, which will remove this error.
trying to use ytdl-p
Same issue, fresh install of Vesktop and I get "Failed to connect to arRPC, is it running?" even though I did not install arRPC separately.
hmmmmm
Description
I am unable to install Vencord for my discord as it seems it can not locate discord, even with the paths i have given. I have tried the following paths:
/home/user/snap/discord/
/snap/discord/
Output
~$ sh -c "$(curl -sS https://raw.githubusercontent.com/Vendicated/VencordInstaller/main/install.sh)"
Downloading Installer...
X11 detected
Now running VencordInstaller
Do you want to run as root? [Y|n]
This is necessary if Discord is in a root owne...
snap is trash
good issue tho
actually provided all the necessary info
ofc the one time someone actually provides all the info you could ask for their issue is so easy to answer 😭
if only deb and flatpak are supported does the installer also ignore installs via homebrew

@austere talon this could be you
so many
jumpscare

i fucking hate german law so much
if it were running over me i would have to put my legal name and home address on the site
so it's running over lewi for now 

also just experimenting for now to see if it's viable
might just scratch it again entirely
something like this wouldnt be too bad
that'd be perfect 
we're having to write a website-specific privacy policy
because our current policy only applies to the cloud integration
i hate ads but gotta live somehow 
and it'll only be the site if anything, never in client
please dont make it as bad as facebook in term of ads
we're making it so that it has sane GDPR options
like
not needing to uncheck the legitimate interests for every advertiser by hand
thank fucking god
(there's a checkbox on google that allows you to turn them off by default)
and also that closing the popup DENIES consent
not grants it
don't even give me the "muuuh muuuh ads are personalised its cause you browse this stuff", i opted out of ad personalisation ages ago

anyway the ads are too unique for it to be personalised
webtoon, adobe, fisher price, washing machine (???)
if it was they'd all be similar
wait i forgot
google thinks im a minor so im not even applicable for personalised ads

lmfao
why does google think you're a minor
its funny they let u turn off safe search when they think you're under 18
i cant view age restricted youtube videos and similar either
i cant even download discord from google play lolol
not in EU
lmfao
google thinks i’m about to turn 27
google thinks i was born in the 1870's
the funniest thing is i have this google alt i made years years ago when i was like 13 and they think that account is 18+
maybe cause the account is so old?
google moment
yea probably
okay time to revive the prs that went missing
ugh
github is great
window
GitHub found 2 vulnerabilities on Vendicated/Vencord's default branch (1 high, 1 moderate). To find out more, visit
virus
rescuing them was surprisingly easy
so true
you should squash all commits into the initial commit and force push
- go to https://github.com/Vendicated/Vencord/pull/1481
- click on hash in
merged commit [hash] into main - append .patch to link and download
git am --signoff thepatch.patch
every change u make u just edit the initial commit 👍
that's also how it's done via email (more or less)
but via email you also send the patch/diff
need to fix vesktop support
it would also be good to have some sort of upload theme button that opens a file picker
the open themes folder opens the vencord folder with themes highlighted, not the actual themes folder, should probably fix that
would be good QoL to watch themes and hot reload them on change
if someone wants to do these, that'd be cool
otherwise i'll do it probably tomorrow
is there any reason to even keep this tab?
the cards aren't consistent with plugin cards - mainly the hover effect
if there are some low-hanging fruits which are relatively simple to do for a TS newbie like me, I'd be happy to do them for you
I might give it a shot
is there any reason to even keep this tab?
I think we should keep that
opening the web browser when clicking the discord invite is a bit awkward, we could open the invite modal instead:
const { invite } = await InviteActions.resolveInvite(code, "Desktop Modal");
if (!invite) showToast("Invalid invite");
FluxDispatcher.dispatch({
type: "INVITE_MODAL_OPEN",
invite,
code,
context: "APP"
});
645749b VoiceMessages: Improve permission check (#1544) - lumap
holy shit sveltecord
rewrite in Rust
/vencord-debug
i had a github workflow for a modpack once that started a minecraft server and then shut it down to test for incompatibilities and it was faster than that @austere talon
lets you preview your message before you send it
basically this plugin: https://betterdiscord.app/plugin/PreviewMessage

can u not just use discords svg
👀
<img src="https://discord.com/assets/4c5a77a89716352686f590a6f014770c.svg" />
WHAT DID THEY DO TO MY BUNGER
so slowwwwwwwwwwwwwwwwwwwwwwwwww
lso i changed that cuz its not just desktop anymore
but ya
@austere talon u
ikr 😭
oh you mean web too
yeah kinda real
but discord app sounds misleading
implies android too
"Vencord, a Discord client mod"
maybe?
sleep isn't real
Accurate
🔥

sus name
what is this
ew
ads everywhere
everywhere you look
there's no escape
just make the background an ad
then you can guarantee there is no empty part of the page
Google ads is just terrible, it has a blacklist instead of a whitelist
JUMPSCARE
husk
fun fact: for private, non-commercial activities none of this is necessary :P (not even a GDPR-compliant privacy policy)
firefox literally blocks google ads without extensions lol
based firefox
real?
w3m <3
In the github installer it does state that i should not run as admin, what will happen if i run it as admin?
how much you wanna bet their profile has selfbots or nitro snipers
come on
$10
i lost $10 it's just a bunch of crap
i was genuinely expecting it
@austere talon I got accepted into sponsors already lol
that's not true
having ads automatically makes your site commercial
Wichtig: Ist auf der privat genutzten Seite Werbung geschaltet, mit der Geld verdient wird, kann dies eine Impressumspflicht begründen
simply putting ads on your private website means you need an imprint
and one could argue that vencord isn't even private since we provide a service / product
I said non-commercial
ads obviously make it commercial
having ads = income
then why did you even say it? we were just talking about with ads
I was making a semi-related statement
I know that if it's non commercial there is no need, that's why the site is run by me rn
that is not true. you can specifically choose where you want ads and what kind of ads you want
for example bd has obnoxious full screen ads that you could just disable
sure you can't choose exactly but it doesn't have to be as bad as the BD site
let me turn off my adblocker and check the bd site
time to whitelist vencord.dev from my adblocker for when I visit it in the next decade 
dynamic content be liek
i cant even send ss
its all ads too
with adblockers there nothing
and its somehow still laggy asf
holy shit
there's a bazillion JS things going on wtf 💀 why does a simple site need so much fucking external JS
normally i have like 16
"user experience"
(lagging the shit out the site)
whenever you scroll https://media.discordapp.net/attachments/926401838608158724/1136310458136150167/image.png it updates to this
and i dont even know why its there
literally me
epic, so will ven have to put his real name in privacy policy or what
vencord inc..,,...,.
a juridicial person still requires a legal person as representative per TMG
iirc they said they'll have someone else in the imprint?
no
it will simply be run by lewi not me

but yes I would have to put my real name and address on the website if it ran over me
shell company, but human
Shell human
real
Transition from the GPL jumpscare to a more concise header:
/*
* Vencord, Discord client mod
* Copyright (c) 2023 Vendicated and contributors
*
* SPDX-License-Identifier: GPL-3.0
*/
Old files still keep the old headers, while eslint will now autofix the new header
Transition from the GPL jumpscare to a more concise header:
/*
* Vencord, a Discord client mod
* Copyright (c) 2023 Vendicated and contributors
*
* SPDX-License-Identifier: GPL-3.0
*/
Old files still keep the old headers, while eslint will now autofix the new header
englis
virus
u love codeburger is only fast when ur not reviewing
true
i think ads are okay (because I use an adblocker)!
check again
updated our ads list a ton
this is just a trick to get me to give you ad revenue

I will check later once I'm on pc
can't disable my adblock on phone that easily
kernel level adblock real
well, our ads basically pay for the domain & vps & cloudflare
suffering from success
Well, im not 100% sure but I think that zere pays for it
why not use pihole
why would i
so u can enable/disable domains without restarting your fone
It's quick, it's easy and it's free
pretty sure u can also do that with adaway
u just said its a problem
no
10% chance of vencord yeeting itself every time you launch it
just add ads into discord itself
every link should go through adfocus first
if we have minors in vencord we should also have miners in vencord
horror
watch this quick ad to enable message logger
Want to see this logged message? Spend 15 vencoins or watch a quick ad to view it
vencord premium will be real
vencord battle pass
2 stage dlc
Want a break from ads? by donating to Vencord, you will not have to watch ads every 30 minutes
dictation sucks
Hello, I've noticed some weird behaviour with Vencord when screen sharing on Wayland.
But first it works and that's one of the rare client that has Wayland screen share that works.
The issue is that it trigger a lot of portal request to get a screen share and also trigger window and screen at the same time.
As I show in the video below, it's possible to stream but if only one of the steps I do is missed I just have to restart Vencord since it won't trigger screen share any more.
I...
I can also reproduce on KDE plasma wayland, it asks which output to use like 4 times in kde and once in discord itself, and then if I cancel the button to screenshare won't work until a restart
discord’s support for screensharing on linux is trash already, imagine if there was client mods that fixes that

vensiah
yesterday we had vencork
The bot "thinking" text was previously not shown red when deleted.
I noticed this bug when using YAGPDB's poll feature. When the poll is created, a "YAGPDB.xyz is thinking..." during the creation of the poll, and deleted after. However, it is not shown in red once deleted. Image below.
This PR should fix this bug.
you should see #40 for discussion related to wayland streaming. afaik this is still being worked on by electron
one thing thats missing in vencord its free animated avatars
not possible

nice emoji formatting venbot
How does webcord compare to vencord in terms of privacy?
This one, https://github.com/SpacingBat3/WebCord
How does WEBCORD compare to VENCORD/VESKTOP in terms of privacy?
In webcord there are several privacy focused settings.
Microphone, camera, desktop capture, background synchronisation, typing indicator, telemetry and fingerprinting can all be BLOCKED.
There are advanced options to disable the built-in content security policy and third party websites.
Does vencord have the same p...
people like this love using discord instead of some other platform 
i didnt even know what webcord was until a few weeks ago
i love how fosscord renamed to spacebar for no reason
c&d actually
they could've kept it if they tried hard enough
yeah bros copy pasted fucking discord web 
rename to fosscock
aint no way
🤮
dollar store discord
Vencord already blocks Discord trackers/telemetry by default, typing indicator can be blocked with a plugin, background sync can be blocked, and microphone and camera are opt-in (by using them).
Disabling the CSP is dumb/insecure, idk why you would want to do that
And what are you on about with the discord spying on the memory/ram?? If you are referring to game activity it can be disabled with one of the plugins.
Lastly, this is github issues. You should use this to report issues wit...
There are no relevant privacy differences between the two. They are both terrible in terms of privacy, because this is Discord we're talking about. if you care about privacy, use something like https://matrix.org/
Microphone, camera, desktop capture, background synchronisation [...] can all be blocked [in webcord]
This is useless. Discord will not use these unless you do some action that specifically requires them, like voice chat.
Telemetry and such are force disabled by Vencord b...
Lastly, this is github issues. You should use this to report issues with the program itself, not to ask questions. To ask questions, use the support channel in the server
i dont get this
issues are perfectly valid for asking questions
unless theyre stupid support requests
gh's fault for calling it issues
overall your comment is too heated
it sounds like youre attacking the person
it's a somewhat valid question
tends to be a common theme
Rini stop leaking cute people
Listen it was only 200ml of vodka
its not that bad
I guess im just naturally heated as a person when it comes to vencord
nvm the alcohol is affecting me
Hi @SnowzNZ
- Clear the browser's cache and cookies.
- Temporarily disable any browser extensions that might interfere with the authentication process.
- Try using a different browser to see if there's a compatibility issue.
- Check Discord's status page to see if there are any ongoing issues that might be causing this.
- If the account was previously connected to Discord, try revoking access from Discord's settings and then reconnect.
I hope this...
NOOOO
how do I make a patch to change the url of the nitro banner thingy?
what



i do actually


