This commit is contained in:
Talor Berthelson
2021-07-19 23:23:14 -04:00
parent fade7fcd68
commit 3f7afccd5c
2 changed files with 7 additions and 0 deletions

View File

@@ -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.')

Binary file not shown.