#announcements

1 messages · Page 1 of 1 (latest)

zealous gull
#

Vencord is now 99% functional again! The only things that are broken are the following plugins: banger, nitroBypass (probably, idk I didn't test cause i have nitro), everything else, including the settings ui, works fine
modals gone for now because I'm too lazy to fix it trolley

zealous gull
#

A lot of people (including myself) were worried about the performance impact of patching the code with regex

Out of curiosity I just tested it on a decently large module (50kb) and turns out it only takes 3-5ms to patch a module

The more common monkeypatch workflow first grabs the module from webpack. This takes 5-100ms depending on how well written the webpack searcher and how well written your filter is. If the filter also throws errors (which is quite common in BetterDiscord because their searcher swallows errors and BD plugin devs are absolutely brainless), it might even take up to half a second.
Attached are some examples of my searcher. This is after the swc update so performance has dropped a bunch since it now has to check nested props a lot, before the update it was more like 5-10ms

Now after grabbing the module you also monkey patch it, and every call to it now has additional overhead of the patcher so it also performs worse once patched. Also think about things like findInReactTree that do recursive loops on potentially big trees (on every rerender oh no) or stupid developers doing webpack search inside render methods, even worse!

So pretty surprisingly, regex patching actually turns out to be pretty fucking fast

(Disclaimer: These tests are of course pretty bad and not very precise since I didn't do many iterations, but I tried it a bunch of times and it's fairly consistent. I also don't want to shit on monkey patching, I think it is the sensible approach for mods intending to support third party plugins for stability and compatibility reasons and regex patching only really makes sense in a private mod like this, I just thought it was pretty interesting to see)

zealous gull
#

I just found out Discord has an "updateNotice" function, that gets called whenever one of many many events happens, such as Voice state update, guild member update, and more (see screenshot)

If you are in many servers, you can expect this function to fire multiple times a second.

Every time it is fired, it checks 37 predicates and about 10 conditions

And all this does is render the notice bar on the top like "Streamer Mode is enabled"
And then we wonder why Discord is so laggy upsidemmlol

zealous gull
#

I just pushed experimental browser support!!

You can now build a browser extension with pnpm buildWeb. This will generate a zip (dist/extension.zip) that you can install in your browser. I have only tested it in chromium but it should work in all browsers

There is no updater, meaning you have to rebuild and reinstall the extension every update

Give it a shot and let me know if you run into any issues or would like to see any improvements!

Also there is no way to use QuickCss in the browser yet

zealous gull
#

OK so turns out Firefox is ass and requires you to sign your extension so if anyone has any idea how to do that (without publishing to their store) please let me knw

maybe Userscript will work well, gonna test tmrw!

zealous gull
#

okay I'm kinda stupid and didn't test that the web changes still work on desktop and turns out they don't and it breaks the updater xD ironmouseSUFFER

To fix it, open the devtools (ctrl + shift + i) and run IS_WEB = false, then head to settings and the Updater tab will be there with an update to fix it ready to install

zealous gull
#

750 is too hard (maybe not even possible) lets do 700 instead

zealous gull
#

i did the math (hopefully correctly, but also not precisely because i just assume you get the same amount of worst and second worst blocks and only increased number of best blocks) and turns out if you catch every block there is about a 10% chance you get a score of 700+ so get on it!!!

meanwhile the odds to get 750+ are about 2%

zealous gull
#

(post video proof or youre a cheater sorry)

zealous gull
#

use code animal in fortnite

scarlet gull
#

use code h in vennite

scarlet gull
#

if you use the isStaff plugin, in the latest update it's been moved into the settings for the Experiments plugin.

zealous gull
#

Vencord Web has Css support now! You can launch an editor via the Settings page AiriThumbUp

Also I added license headers to every file now because random kids decided to steal the code. If you're a plugin dev feel free to change the Copyright line in your plugins from Vendicated and contributors to your own name

remember to explode my friends

zealous gull
#

Hello cuties! || @everyone Trollfac ||

The last few days I've been working on migrating Vencord's SelfUpdater to use http instead of git and node and it is now done!
The new way to install Vencord is a native gui app, which means you don't need nodejs and git anymore.
This new installer also allows you to redownload Vencord or unpatch your Discord if things ever go bad for some reason, so it's best you keep it around! (Although you can also always just redownload it later if needed)

For normal users:

You can find instructions for downloading the new installer here: https://github.com/Vendicated/VencordInstaller#usage
Download and run it, then use it to re-patch your Discord

Now you can delete

  • NodeJs
  • git
  • your local Vencord folder you downloaded with git clone earlier

For (plugin) developers or people who for some reason don't want to migrate:
the old git based updater is still a thing and will be the way to develop Vencord for now, so just do nothing

Please let me know if you have any feedback or run into any issues!! Also please feel free to explode at your earliest convenience!

GitHub

Contribute to Vendicated/VencordInstaller development by creating an account on GitHub.

scarlet gull
#

Vencord has now reached 200 stars. As once prophesised by the great ancients, you will explode trolley

zealous gull
#

just pushed canar fix get new installer update and repatch and yesyes yesyes

eager vale
#

Good news! We are now officially accepting submissions for the "cool people" role. Apply here: https://docs.google.com/forms/d/e/1FAIpQLSezJPCtfQYFng-BBikbPZv-pYltkyKt6WODh7kBHGH6Jsim2A/viewform?usp=sharing

Note: We are not respoble for bricked devices, dead SD cards, thermonuclear war, or you getting fired because the alarm app failed. YOU are choosing to submit this form, and if you point the finger at us for messing up your device, we will laugh at you. Your warranty will be void if you tamper with any part of your device / software.

zealous gull
#

please consider sponsoring me on github to support the development of Vencord!! it would mean a lot to me since i'm a student with little income and I'm spending a lot of my free time on it

You even get some nice perks like a custom badge (can even be a gif or apng!)

https://github.com/sponsors/Vendicated

#

btw you can run Vencord with Armcord (Armcord is ultra poggers https://github.com/ArmCord/ArmCord), just extract the Browser Extension into the Armcord plugins folder and it'll work just fine!! (but no updater for now D: so u gotta update manually)

zealous gull
#

it's not very nice to use but you can use Vencord on mobile in any browser that supports extensions trolley

#

actually it does work pretty well

#

idea: Make app that just loads discord in a webview, load vencord in it then make some plugins to improve the experience. Might actually be a viable alternative to the mess that is Discord React Native

#

Vencord mobile soon trolley no promises though

zealous gull
#

btw i almost forgot but if youre american and celebrate, HAPPY THANKSGIVING!!!!!

zealous gull
#

probably noone celebrating but regardless trolley trolley trolley

zealous gull
#

we hate play protect

zealous gull
scarlet gull
#

we hit 1k server members!1!!!! free explod giveaway
like this message to explod

eager vale
#

(megu will personally come to your house)

scarlet gull
#

EXPLOD

zealous gull
#

if you are absolutey exploding because of the new font like me, here you go

@import url('https://codef53.github.io/CSS-Snippets/discord/RevertFont.css');
eager vale
#

anyone who spoils Persona 5 for me will be permanently banned.

scarlet gull
#

boost server to be epic gamer (real) (official)

eager vale
#

According to all known laws of avia- I mean, the results of submissions for "cool person" role, over 80% of the applicants (49 people) can explode; about 70% of them (43 people) hate DevilBro's plugins; almost 64% of them (39 people) love everything Ven and only ~42% of them (26 people) are the anti guh. This says everything about the current geopolitical situation of the world, as well as gives us hope that the current generation fixes memory leaks created by DevilBro's plugins. Thanks everyone for participating, your data WILL be collected and you WILL explod.

#

Also apparently I'm someone's husband???

scarlet gull
#

s̷̫͌t̴̗́a̴̹̍r̵̲͗ẻ̵͎ ̸̧̅ï̴͈ǹ̷ͅṱ̵̓o̴̦̾ ̶̜̊ṫ̶̪ḣ̸̝ȇ̸͔ ̴͎͛ã̸̙b̴̈́ͅý̷̧s̶̛̼s̶̠̆ ̸̱́ȧ̸̬ṋ̸̍d̸̤̆ ̷̞͝ḩ̵͂e̸̮͊ ̷̩̈ș̵̏h̸̼͗ă̸͙l̵͙̈́ļ̴͆ ̵̲̔l̶̙̀ỏ̸̟o̷̡͛k̵̪̀ ̶̮͑ḃ̴͍a̴͓̒c̵͚̓k̷͖͋ ̷̭̂w̵͔̕i̷̝͒t̸̠̿h̴̘̃ ̸̲̊t̸̿he eyes of a thousand memories and the fate of a thousand souls

eager vale
#

(persona 5 spoilers I think)

zealous gull
#

merry Christmas!!! Pekora_PadoruGif

scarlet gull
zealous gull
#

HAPPY NEW YEAR ReimuSunglasses ReimuSunglasses ReimuSunglasses

#

Holy shit I have not showered since last year

scarlet gull
#

so stinkyyyyyyy

zealous gull
#

holy shit 2023 is CRAZY

scarlet gull
#

holy shit 2023 is STINKY

eager vale
scarlet gull
#

you are all banned

zealous gull
zealous gull
#

I updated #rules, adding rule 9 and 10:

  1. Do not ask, talk about or use
- Stereo Mic
- Animated Status
- Message Mass Delete
- Selfbots, Spammers, MassMentions, Nitrosnipers or similar
  1. Your name must be mentionable (at least one alphanumeric character). Do not hoist (prepend ! to your name). Do not use blank usernames, avatars or other profile pictures only meant to annoy people
eager vale
#

This will be the new default starting tomorrow

zealous gull
zealous gull
eager vale
#

Introducing Rust bindings to Vencord API! No more JS/TS nonsense, now you can write pure 🚀BLAZINGLY🚀FAST🚀RUST🚀CODE🚀 for this awesome client mod! The Rust API is stable and guarantees to have absolutely no drawbacks when switching to it. We truly live in an innovative world.

zealous gull
scarlet gull
zealous gull
#

If your Discord is crashing when opening settings or profiles, update Vencord using the rightmost button (that says "Update") in the installer

zealous gull
#

^

zealous gull
#

I did a small update to #rules, fixing some small grammar errors and adding 'FakeDeafen or other similar creepy plugins" to the list of nono plugins

scarlet gull
#

A fix for tooltips has been merged, so the Vencord settings page should now work again.
Context menus are now fixed too

Context menus are still waiting for a fix. The following plugins may cause crashes when right-clicking for the time being:
emoteCloner, reverseImageSearch, viewIcons, spotifyControls

scarlet gull
#

Vencord settings fixed again. If you can't get to the updater tab, use the GUI Installer to update Vencord.

Vencord settings broken again (thanks discord we love you)

fix is incoming. if you ask about it in support you will explode

zealous gull
#

I will start deleting support requests in the wrong channels without notice (as mentioned in #rules), and if you misuse channels repeatedly you might lose access

It's not hard to use the correct channel, please be more mindful and respectful

#

Welcome to all the new members though!

I'm really happy how far Vencord has come and very thankful to everyone who contributed useful things. When I started this project (it started off just as a joke), I could have never imaged to get such a big community 💙

Also thank you so much to everyone who sponsored or donated in other ways

zealous gull
#

If your Discord is crashing when opening a DM, this is actually a stock Discord issue and not related to Vencord in any way. It's one of their new experiments they pushed out to randomly selected people that will allow nitro users to send nitro trials to other users

You can disable the experiment to fix the crashing:

  • open the devtools (ctrl + shift + i)
  • run this snippet
Vencord.Webpack.Common.FluxDispatcher.dispatch({
    type: "EXPERIMENT_OVERRIDE_BUCKET",
    experimentId: "2023-02_referral_trials",
    experimentBucket: 0
})
zealous gull
#

Updated rule 5 slightly:

- 5) Do not private message or ping for support. Use the 🏥-support-🏥 channel when asking for support
+ 5) Do not private message, ping people randomly or ask for support in other channels than 🏥-support-🏥. Also do not post things like "check 🏥-support-🏥" in other channels. Be patient.
zealous gull
zealous gull
zealous gull
#

yes canary/ptb is broken and possibly might not be fixed for a while, use stable

zealous gull
#

now also broken on stable so will be fixed in a bit

zealous gull
#

Everything should be fixed now. As always, if you cannot update via the UI inside Discord, use the Installer to update. If anything else is still broken, please let us know in #🏥-vencord-support-🏥

zealous gull
#

Hello!

We discovered a bug in the MuteNewGuilds plugin that completely broke DM notifications for some people permanently (even if you uninstall Vencord). So if you haven't been receiving any DM notifications, this is probably why

We just pushed a fix to the plugin and because this issue affects your account permanently, we also made it automatically detect if you have this issue and fix it for you

So if you are affected, please open a fully up to date version of Vencord with the MuteNewGuild plugin enabled at least once! If it successfully fixes the issue for you, you will get a popup window telling you that

If you're having any further trouble with DM notifications, please ask for help in #🏥-vencord-support-🏥

Thank you for understanding and big sorry for this issue

zealous gull
#

csp fixed on Vencord firefox LETS GOOOOO

(you can now use Themes, QuickCss and a variety of plugins that didn't work before!!)

zealous gull
#

Happy pride month everyone!!

zealous gull
#

#rules have been updated to add Rule 11:

  1. Do not open pull requests with or ask for help with ai written code. ai is incredibly stupid when it comes to code and you're wasting both of our time. You will permanently lose access to all dev channels and possibly be blocked from the repo if you do so
zealous gull
#

mozilla have delisted the entire vencord firefox extension because they are too dum to compile the source code so vencord is not available on the mozilla store for now

use the userscript for now til it's back or switch to a chromium brwoser

zealous gull
#

happy 3k github stars! as a celebration i will be sending 3000 pizzas to the house of every vencord user! 🎉

(Reminder to give Vencord a star on github or a review on the chrome webstore if you enjoy it, it's free and helps us!)

zealous gull
#

rule 3 has been amended.

  1. No NSFW content. This also includes text and your profile images and emotes. Posting sexually charged messages or media will result in an immediate ban without further warning
zealous gull
#

I accidently broke the updater

If you recently updated and now get this error when checking for updates, please update by using the Repair option in the Vencord Installer

Or if you're using Vesktop, right click the Vesktop tray icon and press "Update Vencord"

zealous gull
#

we are finally back on the firefox extension store!

their rules are very strict so unfortunately we can no longer remove CSP on firefox which means most themes, cloud sync and a bunch of plugins like reviewdb will not work correctly (similar to the UserScript)

nevertheless, if that's okay with you, you can now finally use our firerox extensions again
https://addons.mozilla.org/en-GB/firefox/addon/vencord-web/

Download Vencord Web for Firefox. The Vencord Client Mod for Discord Web

zealous gull
#

~~discord broke canary/ptb

use stable for now.~~

discord reverted the update.

zealous gull
# zealous gull we are finally back on the firefox extension store! their rules are very stric...

even after fixing all the issues, mozilla is STILL giving me trouble

as a consequence, i am sad to say that we are entirely dropping support for the firefox extension. firefox users may use the userscript moving on, or if you're using firefox nightly, you can grab extension-firefox.zip from github releases (this build is unsigned so you cannot install it on normal firefox)

see the description of this commit for more info: https://github.com/Vendicated/Vencord/commit/b59db2f8c2a7a06df4d71b791a032c67508e92ab

zealous gull
#

Many themes are broken

Hi! Discord recently pushed an update that changed a lot of their css classes. As such, many themes are semi or fully broken

If your theme is broken, just wait, or use a different theme for the time being. Don't complain in #🏥-vencord-support-🏥, we can't help you

zealous gull
#

for any linux users that would like to screenshare with audio, this is now supported by Vesktop v0.4.0 (you need to be using pipewire, not pulseaudio), thanks to the amazing work of @cyan cloak, @robust bronze, and yours truly

give it a shot and let us know if you run into any issues

Download Vesktop here: https://github.com/Vencord/Vesktop/tree/main#linux

zealous gull
zealous gull
#

They now pushed this update to stable.

All themes are broken (theme devs need to fix them)

A lot of plugins are broken

Please be patient, while we fix it. We'll start working on it tomorrow, but it might take a few days considering a looot of stuff has broken

if you're running into issues or crashes, i recommend just uninstalling vencord for now, until we fixed the rest

#

and no, this is not discord trying to kill mods. please do not spread misinformation.

they heavily changed their build configuration, which makes their output code a lot more clean and modern, which should also improve performance. this is a good update, both for them and for us. it's only a temporary setback.

zealous gull
zealous gull
#

i just pushed a first batch of updates that fix about half of the broken plugins and puts vencord into a pretty usable state. a second batch will come some time later today

if you cannot update due to crashing:

  • If using Discord Desktop: Use the "Repair" option in the Installer
  • If using Vesktop: use the Tray icon (right click), or if using MacOs the MenuBar to update Vencord

Thanks a lot to all the amazing people who contributed fixes so far!!

zealous gull
#

Second batch has been pushed.

All but the following plugins should be fully functional again. they will be fixed soonish

Still broken: BetterFolders, FakeNitro, IgnoreActivities, MessageLogger, RoleColorEverywhere, ShowHiddenChannels, UserVoiceShow (this is not fully accurate, there are actually a bunch more broken, but they will also be fixed)

zealous gull
#

Hello @everyone!

Announcement Ping Roles

This is the first and last time we will mention everyone! If you would like to receive announcement pings in the future, you can now assign yourself ping roles via id:customize

Vencord has fully been fixed

All plugins should be fixed now

How to update

  • Discord Desktop: Use the Repair option in the installer
  • Browser: Update the extension or Userscript
  • Vesktop: Update to Vesktop 0.4.1. Use the "Update Vencord" option when right clicking the Vesktop tray icon. If you're on Mac, use the MenuBar. If you cannot do this, go to your config folder (%APPDATA% on windows, ~/.config on linux, ~/Library/Application Support on mac) and delete VencordDesktop/VencordDesktop/vencordDist, then restart Vesktop.

Special thanks to everyone who worked hard today to make such a swift fix possible (in no particular order):
@scarlet gull @wheat night @dark stratus @analog saddle @round sonnet @tawdry goblet @magic badger @vital grove @slim sorrel @pine girder @twilit geode @random widget @pulsar compass @summer raptor @lavish niche @manic hinge @wet pollen @zealous gull

#

if you saw the first one that got automodded, no you didn't

#

the server will be unlocked soon, once things have calmed down a little

#

About Themes

Themes are still mostly broken. There is nothing we can do, you just need to wait for your theme's developer to fix it!

zealous gull
#

~~Discord just pushed another pretty big update to canary/ptb that breaks a lot of plugins and themes and will crash your Discord if you are using BlurNSFW or MessageLogger

I just pushed a fix for the crashing, so if you are affected, just update your Vencord. You can do so by using the repair option in the Vencord installer

However, a bunch of plugins are still broken, so just wait (or use stable for now 2DWink)

No ping for now cause it hasn't hit stable yet (hopefully we will have things fully fixed by then)~~

they reverted the update again!

zealous gull
#

i wish you all a happy new year!!

thanks for all the support the past year, it's still crazy to me how far Vencord has come 🩷

orchid epoch
#

<@&1166731270542340146> Hi everyone, happy post-new year!

As part of our new year's resolutions (not really), we're going to be doing some tidying up of Vencord's serverbox. In the meantime, services that depend on it will be down, which includes the Vencord Cloud sync service, Grafana, Venbot, badges, and #1170838498375368794.

This announcement will be edited for when it's back up, so don't fret! You will experience some errors on startup and if you change your settings as the server won't be available for you to sync to, but you will be able to sync later.

The services will go down shortly. I'll keep you in the loop of what I'm doing as we go.

  • Shutting down services Function_Tick
  • Backing up data Function_Tick
  • Resetting server Function_Tick
  • Reinstalling backend software Function_Tick
  • Restarting services Function_Tick
    That's all folks! We should be back up and running! Thanks for your patience.

Cheers!

zealous gull
#

<@&1166731271943237662>
The server rules have been updated to add 2 additional rules. This is mainly to address these things having become frequent topics lately and being undesired:

  1. This is not a dating server. Do not flirt with other users. Do not send romantically charged messages or media (for example, yuri gifs, or talking about kissing or that you really love women). Do not try to fish for compliments (for example by self deprecating).
  2. Do not talk about mental health topics like depression. This is really not the right place, talk to someone you trust, or visit a therapist.

(Btw, if you don't actually want pings for announcements like these, unassign the Server Announcements role via id:customize, the same way that you assigned it to yourself)

zealous gull
#

A recent Discord update makes Discord crash if you have RoleColorEverywhere enabled.

If you are crashing, this is why. Update Vencord and it will be fixed.

If you can't reach the updater tab, use the installer to repair. If you are using the userscript or browser extension and didn't get the update, try manually reinstalling them. (you won't lose your settings)

zealous gull
#

Discord pushed a big update that broke a looot of themes and many Vencord plugins.

Vencord has completely been fixed. Update your Vencord via the Updater tab, or by repairing with the installer

The chrome browser extension update is pending. Wait for Google to approve. Use the Userscript or Discord Desktop / Vesktop for now or just wait.

Many themes are still gonna be broken, wait for your theme dev to fix them or use a different theme or https://vencord.dev/plugins/ClientTheme

<@&1166731270542340146> (and like always, you assigned yourself this ping role via id:customize so don't complain about ping, its ur own fault)

zealous gull
#

discord pushed yet another update that breaks a lot

Just wait

zealous gull
#

they reverted the update on stable

its still on canary/ptb. so use stable for now

zealous gull
#

now reverted on canary/ptb as well

orchid epoch
#

Exciting Corporate Announcement


We are thrilled to share with you a monumental milestone in our journey. Together with our esteemed colleagues at Vencord, we proudly unveil the birth of the Vencord Company. This transformative venture heralds a new era of innovation and prosperity, poised to revolutionize the landscape of client mods and elevate our collective ambitions to unprecedented heights.

Experience the future on our corporate website!

We are also excited to announce our collaboration with industry leader Microsoft, a partnership that promises to infuse our endeavors with cutting-edge technology and global reach.

Rest assured, any comparison to the entity known as the "Browser Company" is utterly unfounded and inconsequential. We remain steadfast in our commitment to charting a distinct and unparalleled path forward.

#

<@&1166731271943237662>

prime mist
#

Please pardon our dust as we conduct a restructuring of our internal communications. Please do not report any discomfort to HR during this time.

tawdry goblet
#

why can i post here now lmao
sorry i forgor to e profesional

zealous gull
zealous gull
#

Hi folks... come with devastating news.

There has been some financial mismanagement in the Vencord Company that has led to all of our funds being used for marketing, and we forgot to allocate anything to Vencord development. As the sole product of our company, we have realised this mismanagement has practically bankrupted us and we have no path forward. On top of this, we had also discovered that @frail arrow and @wild dock had been taking part in excessive slot machine usage on the company's expense whilst the whole marketing debaccle was going on. The Vencord Company is hereby dissolved and we will revert to an open source project again.

Microsoft also pulled out of the partnership leading us to double bankruptcy.

Thanks for coming along for our journey.

frail arrow
#

I would like to issue a formal apology for my mismanagement of company funds. I was misled on the promise of returns by an anonymous coworker. In light of this incident I will be taking a step back and focusing on interacting with the community.

with ❤️ - Wing

zealous gull
zealous gull
zealous gull
#

Server Icon Archive

orchid epoch
#

happy pride month everyone! flaglgbt

zealous gull
#

Crashes & Errors on Canary / PTB

Discord has pushed a very big update to their Canary and PTB branches that break a huge portion of Discord

Solution: Switch to stable for the time being. Or temporarily uninstall Vencord.

I have just pushed an emergency fix that should fix all the crash loops, so you can just update to that for now (if you are struggling to update, see this message). However that doesn't change the fact that Vencord is still very broken (and thus laggy), so I recommend still applying one of the two suggested solutions. Updates will be posted here

orchid epoch
#

we will let you know when things are fixed! please do not ask if x or y is fixed yet!!

zealous gull
#

Vencord BROKEN

Vencord is now broken on all branches. We are working on fixing it, please have patience!

If you are crashing, just uninstall for now. You can expect Vencord to be functional again within the next 48h.

zealous gull
#

Server is on lockdown because people are spamming senselessly and saying nasty stuff, and it's not possible for us to moderate

zealous gull
#

I just pushed fixes for the first bunch of plugins, that you can update to! More fixes will follow soon

special thanks to @random widget, @inland bone, @pulsar compass, @wild dock, @analog saddle and @lean orbit for helping out

zealous gull
#

Vencord Fully Fixed

Vencord has been fully fixed, everything is working again!*

Update to the latest version to get the fixes

If you're struggling to update, refer to this message. The Browser Extension will take a day or two to update, as we need to wait for Google to approve our changes, so please be patient if you're a Browser User!

Broken Themes

please referr to this message

* The following plugins are still broken and will be fixed at a later date: MoreUserTags, ShowHiddenThings, CustomIdle

<@&1166731270542340146>

#

anyway it's 7am #ripbozo to my sleep schedule, good night HuTaoSalute

rest of the server will be unlocked tomorrow when things calmed down

zealous gull
#

All the remaining plugins have been fixed and the server has been unlocked

zealous gull
#

Rules have been updated. Nothing changed, I just reworded them to be more concise and clear

#

Also we've seen a huge influx of people getting their account hacked and sending malicious messages.

Please be cautious:

  • Do not ever enter login details into something promising you free money, nitro, etc. Steam will not gift you money
  • If to join a server you need to authorise a bot, enter your password or any authorisation code, it's a scam
  • Do not ever authorise a bot that asks for the "Join servers for you" permission. Just do not
  • Discord/Steam/etc support will never dm you on Discord. If you're being asked to contact some support guy on Discord, you're being scammed
  • If someone asks you to test their game/program/script/plugin/... on Discord, even if it's your best friend, ask yourself: Would this person really make this stuff and ask me to test it randomly? If your answer isn't 100% yes, do not run it, or double check with them on a different platform that it's really them and not a hacker
  • If someone randomly offers you comissions (e.g. art comissions) in dms, they're a scammer
zealous gull
#

This is a very unusual announcement, but pylix, the developer of bunny / pyoncord (modification for the discord mobile app) is in a dire financial situation and might lose access to basic needs like internet or even elecricity.

If you want to support pyoncord and also pylix and his family, please donate via his GitHub sponsors or Kofi!

For more info, check out his two most recent announcements: #1205101050739167272 message
(if this says #unknown, just click it and Discord should jump to it)

We no longer give perks due to reaching the goal and needing a break, please see the latest update announcement for more info

~~After donating to him, you can open a #📩-modmail (please make sure you pick the right category) with your receipt (GitHub receipts, Kofi receipts) and get Vencord perks:

  • 1$: Donor role in this server
  • 5$: fully customisable Discord profile badge visible to all Vencord users (you can pick any image or gif + associated text)
  • for every extra 5$ you can get one more badge~~

Thank you! ❤️

zealous gull
orchid epoch
#

Regarding your badges, please open tickets in #📩-modmail (please select the donation one!!) with evidence of your donation and what you want your badge to be (if applicable). We'll sort through them slowly so please don't ping us for them. Thank you for donating, you are genuinely amazing people <3

zealous gull
#

the amount of people who already donated is incredible, thank you all so much. i didn't realise we would be able to have such a big impact!!! i'm sire it will help pylix family greatly

please have patience with claiming perks because this is what we are working through right now hahaha 😭 maybe wait a few hours or til tomorrow to claim your rewards, don't worry you can claim them at any time :)

zealous gull
#

It has only been a few hours and we have already surpassed Pylix' Kofi goal plus around 150 additional sponsors on github ranging from 1$ to 100$!

Your support is incredible and will go a long way to help out pylix get back on his feet. Thank you all so much, I'm proud we got such an amazing community with many people willing to help out! catheart

At the same time, our moderators and I have been hard at work for the past few hours handing out everyone's rewards and need a break and sleep! As such and due to reaching the goal by a landslide, we will no longer give out Vencord perks for new donations to pylix / pyoncord (previous donors will still receive rewards and all remaining tickets will be fulfilled soon). But you are of course still encouraged to donate regardless!

-# (just to clarify and avoid confusion, Perks will still be given for regular donations to Vencord via the donation link in the Vencord Settings page or our website, but those won't benefit pylix. And to redeem perks for donations to Vencord, please dm me instead of using modmail)

zealous gull
#

updated rules:

  1. Respect the Moderators. They are here to keep everything civil - help them out by opening a #📩-modmail when moderator attention is needed. Do not attempt to handle situations yourself ("mini-modding") or pick fights in chat with other members. Arguing about rules, or refusing to follow them when requested, will result in more serious chat restrictions.
  2. Deliberately bypassing automod will result in an unappeallable 1 day mute on sight.
zealous gull
# zealous gull This is a very unusual announcement, but pylix, the developer of bunny / pyoncor...

Quick Update to anyone who donated to Pylix' Kofi

The stripe account he was using for Kofi got locked, so it refunded everyone. This is because he configured it incorrectly ~ More info: #1205101050739167272 message

If you are affected, you can just send the payment again, either via Kofi again (this time he's using paypal) or via his github sponsors. The links to do so are unchanged and can be found in the referenced message

zealous gull
#

Merry Christmas everyone! 🎅🏻 🎄 ☃️ Hope you have a nice celebration and get some time with your family

Thank you for using Vencord and being apart of our community vendoru vendoru_fast

zealous gull
zealous gull
#

Happy new year Vencord!!

Let's hope 2025 is nice and good things happen :)

|| i stole this video from some guy on twitter cause i don't wanna dox myself trolley ||

zealous gull
#

⚠️ !!! Breaking !!! ⚠️

President Trump has just signed an executive order officially renaming Vencord to AMERICACORD 🇺🇸 🦅 🇺🇸 🗽 🇺🇸 🍔 (the emojis are mandatory)

We, the AMERICACORD 🇺🇸 🦅 🇺🇸 🗽 🇺🇸 🍔 team, immediately adopted this new name with open arms and congratulate President @realDonaldTrump and Vice President @JDVance on Inauguration Day. We look forward to working with the administration to drive continued innovation and plugins for future growth across our great server. (And no we did not steal this message from Tim Apple)

Learn More

zealous gull
#

In a surprise twist, Miku reveals herself, roundhouse kicking Trump and crowning herself President, prepared to save the world

zealous gull
#

Discord pushed a pretty big update that broke a bunch of plugins and many themes.

We already released an update that fixes everything, so you just need to update. Chrome Extension users will have to wait a day or two for Google to approve the update. Themes will have to be fixed by their authors, just wait patiently.

For more info, see #1257025907625951423

hardy sierra
#

Happy pride month everyone!! 🌈 🏳️‍⚧️

zealous gull
#

The rules have just been rewritten from scratch. They're still very similar to before but I made them more explicit (including about some things that were unwritten rules before) and better structured!

👉 #rules

zealous gull
#

Merry Christmas!! 🎄 santawau

I hope you all have a great holiday

#

We celebrate on the 24th (evening) in Northern/Central Europe trolleyzoom

zealous gull
#

holy shit it's 2026 already HOW

#

Happy new year!!