Fixed a bug with the AI messaging system

This commit is contained in:
ION606
2022-07-08 15:43:41 +03:00
parent 1d30414304
commit e03b689d6d
2 changed files with 34 additions and 5 deletions
+1 -1
View File
@@ -101,7 +101,7 @@ fs.readdirSync('./commands')
const command = require(`./commands/${dir}/${file}`);
bot.commands.set(command.name, command);
});
} else { console.log(dir); }
}
});