This repository was archived by the owner on May 16, 2022. It is now read-only.

Description
|
// TODO: Find a way to get the guild's member count |
|
case 'GUILD_MEMBER_ADD': |
|
case 'GUILD_MEMBER_REMOVE': |
|
writeBotEvent(packet.t, { |
|
guild_id: packet.d.guild_id, |
|
user_id: packet.d.user.id |
This issue was generated by todo based on a TODO comment in 3272231. It's been assigned to @pedrofracassi because they committed the code.