add aliases for schedule

This commit is contained in:
Ben Harris 2020-06-27 19:27:36 -04:00
parent e2ee8d4c97
commit fe4b8f137c
1 changed files with 1 additions and 1 deletions

2
bot.sh
View File

@ -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")