v1.3.1
Features
-
✨ Add option to view user's profile in browser 47d3940
-
These options are defined with
--visit
or--open
, both of which will open the user's profile you specified in the browser. -
If the user ID, it will just open the Discord website in your browser.
-
EDIT: Thanks to d31bb54, these two options work with ANY user, not just people in the Lanyard Discord:
-
-
✨ Show
activity.state
when playing a game if available b30de10- For example, this could show as
Playing: osu! • Looking for a game
. - In the JSON output, the state would be:
"state": "Looking for a game"
.
- For example, this could show as
Miscellaneous
Bugfixes
- 🐛 Fix error message infinitely looping if
<userId>
can't be found 4a61e6d