This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
So, you've probably gotten the new desktop client's UI if you're reading this and wondering how to revert the UI back to the classic look of Discord. | |
This is pretty easy if followed properly, For context, this new UI is called the "Desktop Visual Refresh" and was experimented with by Discord from May 2024. | |
Anyway, back to the actual guide. | |
1. Download Vencord's installer from https://vencord.dev (This is the only official Vencord link!) | |
2. Open the installer, install Vencord (It should show your Discord install path) | |
3. Once installed, relaunch your Discord client and go to settings, you should see a "Vencord" category. | |
4. Go to plugins, search for the plugin called "Experiments" and restart the Discord client. | |
5. Go back to settings, scroll down in the menu and you should see alot of new options in the category "Developer Only" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
// It's better to be exported as an environment variable or in a .env file. | |
define("SECRET", "<SECRET>"); | |
$body = file_get_contents("php://input"); | |
// $decodedBody = json_decode(urldecode($body)); | |
if (verifySignature($body) !== false) { | |
// verified |