client.application.commands.create({ name: 'test', description: 'devs',}) .then(console.log) .catch(console.error);
Uncaught TypeError TypeError: Cannot read properties of null (reading 'commands')