diff --git a/bot.sh b/bot.sh index f1d765c..c2be465 100644 --- a/bot.sh +++ b/bot.sh @@ -177,7 +177,7 @@ do msg "$from" "$source" ;; - schedule) + schedule|upnext|un) # get next scheduled streaming time json=$(curl -s "https://radio.tildeverse.org/api/station/1/schedule?rows=1" | jq ".[]") nextdj=$(jq -r .name <<< "$json")