@@ -13,7 +13,7 @@ do | |||
then | |||
sleep 30 | |||
else | |||
curl --data "trackName=$currentTrack" https://bansheebot.herokuapp.com/endpoint | |||
currentTrack=$track | |||
curl --data "trackName=$currentTrack" https://bansheebot.herokuapp.com/endpoint | |||
fi | |||
done |
@@ -6,8 +6,6 @@ const express = require('express'); | |||
const app = express(); | |||
const bodyParser = require('body-parser'); | |||
let trackChannel = null; | |||
// Message Array | |||
const responseObject = { | |||
"test": "It worked!", |