oradaki kod
//Checking if the message is a command
const args = message.content.slice(prefix.length).trim().split(/ +/g);
const commandName = args.shift().toLowerCase().replaceAll('-', '').toEN();
const cmd = client.commands.find(command => [(command.interaction ||...