From 9673ea868cdbb83f5524571e16fb34bb018d2f48 Mon Sep 17 00:00:00 2001 From: Conrad Crawford <83192247+cnrad@users.noreply.github.com> Date: Thu, 12 Aug 2021 21:39:20 -0400 Subject: [PATCH 1/2] add idleMessage param --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e69fd5d..bd2d5d6 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,10 @@ Append the query param `borderRadius=:radius` to the end of the URL, replacing ` If you have an animated avatar, append the query param `animated=:bool` to the end of the URL, replacing `:bool` with `true` or `false`. This is set to `true` by default. +### ___Custom Idle Message___ + +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___ 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. @@ -59,7 +63,7 @@ If you don't want people seeing the elapsed time on an activity, append the quer [![Discord Presence](https://lanyard-profile-readme.vercel.app/api/94490510688792576?theme=light&bg=809ecf&animated=false&hideDiscrim=true&borderRadius=30px)](https://discord.com/users/94490510688792576) ``` -[![Discord Presence](https://lanyard-profile-readme.vercel.app/api/94490510688792576?theme=light&bg=809ecf&animated=false&hideDiscrim=true&borderRadius=30px)](https://discord.com/users/94490510688792576) +[![Discord Presence](https://lanyard-profile-readme.vercel.app/api/94490510688792576?theme=light&bg=809ecf&animated=false&hideDiscrim=true&borderRadius=30px&idleMessage=Probably doing something else...)](https://discord.com/users/94490510688792576) \ Note: Current Nitro & Boosting badges do not work due to Discord API limitations. From 438978dae98cb0c8dc6ecbe9c6cb1ce01ca62cac Mon Sep 17 00:00:00 2001 From: Conrad Crawford <83192247+cnrad@users.noreply.github.com> Date: Thu, 12 Aug 2021 21:41:02 -0400 Subject: [PATCH 2/2] update phin example --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bd2d5d6..9b14158 100644 --- a/README.md +++ b/README.md @@ -60,10 +60,10 @@ If you don't want people seeing the elapsed time on an activity, append the quer ## ___Example URL and result___ ``` -[![Discord Presence](https://lanyard-profile-readme.vercel.app/api/94490510688792576?theme=light&bg=809ecf&animated=false&hideDiscrim=true&borderRadius=30px)](https://discord.com/users/94490510688792576) +[![Discord Presence](https://lanyard-profile-readme.vercel.app/api/94490510688792576?theme=light&bg=809ecf&animated=false&hideDiscrim=true&borderRadius=30px&idleMessage=Probably%20doing%20something%20else...)](https://discord.com/users/94490510688792576) ``` -[![Discord Presence](https://lanyard-profile-readme.vercel.app/api/94490510688792576?theme=light&bg=809ecf&animated=false&hideDiscrim=true&borderRadius=30px&idleMessage=Probably doing something else...)](https://discord.com/users/94490510688792576) +[![Discord Presence](https://lanyard-profile-readme.vercel.app/api/94490510688792576?theme=light&bg=809ecf&animated=false&hideDiscrim=true&borderRadius=30px&idleMessage=Probably%20doing%20something%20else...)](https://discord.com/users/94490510688792576) \ Note: Current Nitro & Boosting badges do not work due to Discord API limitations.