mirror of
https://github.com/thewesker/Parkscord.git
synced 2025-12-20 04:11:06 -05:00
Added Dollywood
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -6,3 +6,5 @@ themeparks.db
|
||||
node_modules/
|
||||
package-lock.json
|
||||
.nova/
|
||||
Parkscord.sublime-project
|
||||
Parkscord.sublime-workspace
|
||||
|
||||
@@ -84,8 +84,11 @@ client.on("message", (msg) => {
|
||||
} else if (command === "sfft") {
|
||||
console.log("!q sfft command");
|
||||
var selectedpark = Parks.SixFlagsFiestaTexas;
|
||||
} else if (command === "dw" || command === "dolly") {
|
||||
console.log("!q dw command");
|
||||
var selectedpark = Parks.Dollywood;
|
||||
} else {
|
||||
msg.reply(command + " is not available yet.");
|
||||
msg.reply(command + " is not available yet or is not a valid park.");
|
||||
return;
|
||||
}
|
||||
console.log(selectedpark);
|
||||
|
||||
Reference in New Issue
Block a user