Right now in order to check if streams are currently in the 20-second loop I have to SSH into the rpi and tail -f the log file. There should be a way to send a command to the #bot-commands channel and have the bot respond with the next x number of upcoming streams to be announced. This will greatly help with scheduling downtime to ensure that no announcements are skipped when the rpi needs to be updated. Keep in mind that the easiest way to do this would be to sort streams by timestamp wherever they are stored so that the top 5 or bottom 5 are always the closest upcoming streams.
Right now in order to check if streams are currently in the 20-second loop I have to SSH into the rpi and
tail -fthe log file. There should be a way to send a command to the #bot-commands channel and have the bot respond with the next x number of upcoming streams to be announced. This will greatly help with scheduling downtime to ensure that no announcements are skipped when the rpi needs to be updated. Keep in mind that the easiest way to do this would be to sort streams by timestamp wherever they are stored so that the top 5 or bottom 5 are always the closest upcoming streams.