Skip to the content.
Changelog - Version 3.13 (2024-04-14)
Added
- Implemented defaulting to UTC timezone if user’s timezone is not specified in the database.
- Display UTC time in brackets at the end of the message for the next scheduled stream.
- Added vacation catch in the
schedule_command to inform users about ongoing vacations and the next scheduled stream after the vacation ends.
- Added an online catch in the
get_current_song_command to notify users when the stream is offline.
Changed
- Modified the
schedule_command to handle cases where the user’s timezone is not specified in the database.
- Fixed the option in the
clip_command where the command didn’t recognize the global stream_online function.