This commit is contained in:
Talor Berthelson
2021-07-19 23:19:42 -04:00
parent 651d876946
commit fade7fcd68
3 changed files with 4 additions and 1 deletions

1
.gitignore vendored
View File

@@ -1,3 +1,4 @@
config.json
themeparks.db
themeparks.db

View File

@@ -73,8 +73,10 @@ else {
} else if (command === 'sfgam') {
console.log('!q sfgam command')
var selectedpark = Parks.SixFlagsGreatAmerica;
}
} else if (command === 'bgw') {
var selectedpark = Parks.BuschGardensWilliamsburg;
// sleep(5000).then(() => {
}
else {
msg.reply(command + ' is not available yet.')
return;

Binary file not shown.