for debugging

main
kry008 2024-05-23 19:38:41 +02:00
parent 58c291bdf5
commit 5fd1325a1b
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@ for (const file of commandFiles) {
};
commands.push(slashCommand);
}
console.log(`Loaded command ${command.name}`);
}