discordjs / discord.js

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

Add support for events MEMBER_MOVE (26) and MEMBER_DISCONNECT (27) #3634

Closed jasonkhanlar closed 4 years ago

jasonkhanlar commented 4 years ago

re: December 19, 2019 update: Audit Log got some love. We added a ton of new Audit Log events to make moderation easier:

related: https://support.discordapp.com/hc/en-us/community/posts/360029502492-Extended-Audit-Logs-Log-Channel-Moving-Who-added-what-Bot-Who-moved-who-ect-?flash_digest=71b8e3c41f6522ee8e5e18f955b6a254f412913a&page=6

related: https://github.com/discordapp/discord-api-docs/blob/master/docs/resources/Audit_Log.md

Mentioned in the official Discord.js server here: https://discordapp.com/channels/222078108977594368/223867697312694272/657790131545309211

-

I'm interested in capability specifically for MEMBER_MOVE and MEMBER_DISCONNECT as a priority

RDambrosio016 commented 4 years ago

There was already a PR adressing this, #3584 actual support for it is being implemented in #3602

jasonkhanlar commented 4 years ago

Ah, thanks!