try { command.execute(message, args); } catch (error) { console.error(error); message.reply('There was an error trying to execute that command!'); } });
client.login(token);
i did this for register my commands folder and make use every .js on that exactly folder where all the commands for the server are there, but it doesnt work...why?