From 240c55657cd7b443920f72dbe2f0d0a22ebac780 Mon Sep 17 00:00:00 2001 From: Hexagonn <128217934+hexaaagon@users.noreply.github.com> Date: Sat, 28 Sep 2024 16:03:53 +0700 Subject: [PATCH] feat(readme): add Avatar Decoration options to README --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 7368182..7c3a1f5 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,14 @@ If you don't want the default "`I'm not currently doing anything!`" as your idle 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. +### ___Avatar Decoration___ + +#### ___Hide Avatar Decoration___ +If you don't want people seeing your Avatar Decoration, append the query param `hideDecoration=true` to the end of the URL. Your Avatar Decoration is shown by default if you have one. + +#### ___Toogle Animated Avatar Decoration___ +If you have an Animated Avatar Decoration, append the query param `animatedDecoration=:bool` to the end of the URL, replacing `:bool` with `true` or `false`. This is set to `true` by default. + ### ___Hide Status___ If you don't want people seeing your status, append the query param `hideStatus=true` to the end of the URL. Your status is shown by default if you have one.