diff --git a/parkscord.js b/parkscord.js index 8378b46..a5015ad 100644 --- a/parkscord.js +++ b/parkscord.js @@ -74,8 +74,15 @@ else { console.log('!q sfgam command') var selectedpark = Parks.SixFlagsGreatAmerica; } else if (command === 'bgw') { + console.log('!q bgw command') var selectedpark = Parks.BuschGardensWilliamsburg; // sleep(5000).then(() => { + } else if (command === 'hershey' || command === 'hp') { + console.log('!q hershey command') + var selectedpark = Parks.HersheyPark; + } else if (command === 'sfa') { + console.log('!q sfa command') + var selectedpark = Parks.SixFlagsAmerica; } else { msg.reply(command + ' is not available yet.') diff --git a/themeparks.db b/themeparks.db index acc2819..a657c93 100644 Binary files a/themeparks.db and b/themeparks.db differ