Add installation notes, channel options

This commit is contained in:
Talor Berthelson
2021-07-21 10:32:53 -04:00
parent c2835b6d9a
commit 243e288f37
5 changed files with 37 additions and 1 deletions

View File

@@ -21,7 +21,7 @@ for (const park in ThemeParks.Parks) {
client.on("ready", () => {
console.log(`Logged in as ${client.user.tag}!`);
});
var goodchannel = "bot_commands";
var goodchannel = config.channel;
client.on("message", (msg) => {
if (msg.channel.name !== goodchannel) return;
else {