Answer the question
In order to leave comments, you need to log in
How to remove the response message from the bot about the lack of rights discord.js?
I need that if the person has a lack of rights, both the trigger message is deleted, and after a time (let it be 5 seconds) the message of the bot itself.
if (!role.has(roles.admin)) {
message.channel.send(`У вас недостаточно прав.`);
//удаление сообщения "у вас недостаточно прав".
} else {
//выполнение команды
}
message.delete();
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question