Discord.js реакция роли

#node.js #discord.js

#node.js #discord.js

Вопрос:

Когда это выполняется, выдается сообщение об ошибке. У бота есть полный администратор на сервере, на котором я его тестирую.

 client.on('messageReactionAdd', async (reaction, user) => {
    if (reaction.message.partial); await reaction.message.fetch();
    if (reaction.partial) await reaction.fetch();

    if (user.bot) return;
    if (!reaction.message.guild) return;

    if ((reaction.message.channel.id === "744212634446224976") amp;amp; (reaction.emoji.name === '🚩')) {
            reaction.message.guild.members.cache.get(user.id).roles.add('746263081695067178').catch()
    }
});
  

Сообщение об ошибке:

 (node:17644) UnhandledPromiseRejectionWarning: DiscordAPIError: Missing Permissions
    at RequestHandler.execute (D:ProjectsBot-rolenode_modulesdiscord.jssrcrestRequestHandler.js:170:25)
    at processTicksAndRejections (internal/process/task_queues.js:97:5)
(node:17644) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 1)
(node:17644) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
  

Ответ №1:

Изменяемая роль должна принадлежать клиентам (ботам).
Измените порядок в разделе [сервер] > Настройки сервера> Роли