mirror of
https://github.com/thewesker/Parkscord.git
synced 2025-12-20 04:11:06 -05:00
Changed bot channel
This commit is contained in:
@@ -22,9 +22,9 @@ for (const park in ThemeParks.Parks) {
|
|||||||
client.on('ready', () => {
|
client.on('ready', () => {
|
||||||
console.log(`Logged in as ${client.user.tag}!`);
|
console.log(`Logged in as ${client.user.tag}!`);
|
||||||
});
|
});
|
||||||
var goodchannel = "bot_commandse";
|
var goodchannel = "bot_commands";
|
||||||
client.on('message', msg => {
|
client.on('message', msg => {
|
||||||
if (msg.channel.name == goodchannel)
|
if (msg.channel.name !== goodchannel)
|
||||||
return;
|
return;
|
||||||
else {
|
else {
|
||||||
if (!msg.content.startsWith(prefix)) return;
|
if (!msg.content.startsWith(prefix)) return;
|
||||||
|
|||||||
BIN
themeparks.db
Normal file
BIN
themeparks.db
Normal file
Binary file not shown.
Reference in New Issue
Block a user