ni yo se que hice xd

This commit is contained in:
2025-09-20 15:19:41 -05:00
parent ed3604414f
commit 8afca0c0ea
5 changed files with 940 additions and 820 deletions

View File

@@ -22,7 +22,6 @@ bot.on(Events.MessageCreate, async (message) => {
if (!message.content.startsWith(PREFIX)) return;
const [cmdName, ...args] = message.content.slice(PREFIX.length).trim().split(/\s+/);
console.log(cmdName);
const command = commands.get(cmdName);
if (!command) return;