mirror of
https://github.com/thewesker/Parkscord.git
synced 2025-12-24 14:21:09 -05:00
Add installation notes, channel options
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user