From 680a727f3a2dc6b88b8a06335d2e31c6cec8854f Mon Sep 17 00:00:00 2001 From: Conrad Crawford Date: Sun, 18 Jun 2023 18:17:18 -0400 Subject: [PATCH] Update README.md update for the new username handling --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5f66ec0..7300cf6 100644 --- a/README.md +++ b/README.md @@ -45,9 +45,9 @@ If you have an animated avatar, append the query param `animated=:bool` to the e If you don't want the default "`I'm not currently doing anything!`" as your idle message, you can change it by appending `idleMessage=:yourmessage` to the end of the URL. -### ___Hide Discriminator___ +### ___Show Display Name___ -If you don't want people seeing your discriminator (most likely for privacy reasons), append the query param `hideDiscrim=true` to the end of the URL. Your discriminator is shown by default. +If you'd like to show your global display name as well as your username, append the query param `showDisplayName=true` to the end of the URL. This is set to `false` by default. ### ___Hide Status___ @@ -65,6 +65,10 @@ If you don't want people seeing the badges you have on Discord, append the query If you don't want people seeing the profile you have on Discord, append the query param `hideProfile=true` to the end of the URL. Profile are shown by default. +### ___Hide Discriminator___ (DEPRECATED soon) + +If you don't want people seeing your discriminator (most likely for privacy reasons), append the query param `hideDiscrim=true` to the end of the URL. Your discriminator is shown by default. + ## ___Example URL and result___ ```