Fixed Package config and fixed issue with reloading

This commit is contained in:
Aiden
2021-10-28 19:56:12 +02:00
parent ab5905f774
commit 1cc77bb25c
3 changed files with 12 additions and 2365 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ module.exports = {
mapFunctions.set(command.name, command);
}
});
console.log(`Reloaded ${mapEvents.size + mapFunctions.size} modules`)
console.log(`Reloaded ${mapFunctions.size} modules`)
break;
default:
console.log("This is not a recognised command");