module.exports = {
name: 'say',
description: 'Makes the Bot say something you want.',
execute(message, args) {
if (!args.length) {
return message.channel.send(You didn't provide me anything to say, ${message.author}!);
}
message.channel.send(${args});
},
};
Есть ли способ, когда я зарабатываю! Скажи несколько слов, которые бот не выдает так: Я, здесь, привет. Есть ли способ убрать "," прочь?