Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
update for the new username handling
  • Loading branch information
cnrad committed Jun 18, 2023
1 parent cd40a29 commit 680a727
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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___

Expand All @@ -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___

```
Expand Down

1 comment on commit 680a727

@vercel
Copy link

@vercel vercel bot commented on 680a727 Jun 18, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.