discordjs / discord.js

A powerful JavaScript library for interacting with the Discord API
https://discord.js.org
Apache License 2.0
25.44k stars 3.97k forks source link

fix(GuildMemberRoleManager): audit-log member role update dont created #10546

Closed roni0028 closed 1 month ago

roni0028 commented 1 month ago

This pull request updates the GuildMemberRoleManager class to use the edit method to handle audit log sending

Role management updates:

vercel[bot] commented 1 month ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

2 Skipped Deployments | Name | Status | Preview | Comments | Updated (UTC) | | :--- | :----- | :------ | :------- | :------ | | **discord-js** | ⬜️ Ignored ([Inspect](https://vercel.com/discordjs/discord-js/BC1RS9SYDGDvPMmDQkEDEJzpToy1)) | [Visit Preview](https://discord-js-git-fork-roni0028-main-discordjs.vercel.app) | | Oct 10, 2024 3:10am | | **discord-js-guide** | ⬜️ Ignored ([Inspect](https://vercel.com/discordjs/discord-js-guide/Bar9JBpSy52X7KXaWfcS67MsPwy7)) | [Visit Preview](https://discord-js-guide-git-fork-roni0028-main-discordjs.vercel.app) | | Oct 10, 2024 3:10am |
GoldenAngel2 commented 1 month ago

Audit log entries not being added is a Discord bug and has been reported to them: https://github.com/discord/discord-api-docs/issues/7197

So wait for them to provide an update / fix the issue on their end.