Releases: ThatSINEWAVE/Discord-Rich-Presence
Releases · ThatSINEWAVE/Discord-Rich-Presence
Release 1.2.0
Fixed lots of errors and bad logic
Added error handling for any type of incorrect command usage
Added info command
Added more QoL prints
Built the script into a portable .exe
file for ease of use
Full Changelog: Release2...Release3
Release 1.1.0
- Added
mode multi
to themode
command - this allows you to select which rich presence set you want to be used from the message_sets that you configured inside yourconfig.json
. - Cleaned up the code - there were multiple instances of the mode command from past experiments, functionality was not affected by those but now the code is cleaner and easier to read.
- Fixed the
stop
command logic - now the rich presence will stop at the exact moment when thestop
command is issued and not wait for the next update depending on your timer. - Adjusted behaviour for unknown commands - no more blank console after typing a wrong command
Release 1.0.0
Added plenty of commands
Added multiple config examples built-in
Improved the logic behind the commands
Improved the command line interface