From d7f11da848930c61a6685b3d935a284b445311a2 Mon Sep 17 00:00:00 2001 From: Priyansh Prajapat Date: Mon, 29 Jan 2024 09:42:23 +0530 Subject: [PATCH] add guide --- README.md | 32 ++++++++++++++++++++++++++++++-- 1 file changed, 30 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index efe75df..001002e 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,30 @@ -# .well-known -Discord Verification for [oyepriyansh.github.io](https://oyepriyansh.github.io) domain name +# Linking a Github Pages Domain to Discord Connections + +You can add your domain to your Discord connections to showcase it on your profile. + +In the case of a GitHub Pages domain, DNS verification sounds unable to do already. therefore, we will verify it using the https (file method). + +1. Open Discord and navigate to your user settings by clicking on the gear icon next to your username. + +2. In the settings menu, select "Connections." + +3. Choose the domain ; a pop-up will appear. Enter your GitHub Pages domain name. + +4. Click on "Next," then select "Verify using https." + +5. Copy the content provided there, something like `dh=123456abc`. + +6. [Fork this repository](https://github.com/oyepriyansh/.well-known/fork) (you can also create a new repository). + +> [!IMPORTANT] +> Do not change the repository name; keep it as `.well-known`. + +7. Edit the `discord` file in the root of the repository and replace the content that you've copied in step 5 and Commit the changes. + +8. Go to repository settings and enable GitHub Pages for your forked repository. + +9. Click on the verify button, and the domain will be added to your Discord profile. + +--- + +If this guide was helpful, please consider starring this repository. Thank you!