diff --git a/.gitignore b/.gitignore index 13005a2..5978db9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ config.json themeparks.db +themeparks.db diff --git a/parkscord.js b/parkscord.js index 495042e..8378b46 100644 --- a/parkscord.js +++ b/parkscord.js @@ -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; diff --git a/themeparks.db b/themeparks.db index a00b9fa..acc2819 100644 Binary files a/themeparks.db and b/themeparks.db differ