curtisf / logger

Loggerbot version 3, the Discord bot serving nearly 24 million users.
https://logger.bot
GNU General Public License v3.0
374 stars 131 forks source link

Update and fix some stuff. #20

Closed SUPERCHIEFYT closed 3 years ago

SUPERCHIEFYT commented 3 years ago

1) Added channel type 13 (Stage Channel) to events/channelDelete.js 2) Updated events/guildMemberAdd.js to include .toLocaleString() for guild.memberCount and usedInvite.uses so it makes the numbers more readable to users (100000) is now (100,000) etc. 3) Updated events/guildMemberRemove.js to use makeFormattedTime instead of new Date(...).toUTCString() 4) Changed events/guildMemberUpdate.js from COMMUNITY to MEMBER_VERIFICATION_GATE_ENABLED as that's the proper feature-string to indicate if the membership gate is enabled.

None of the changes should break anything.

Something to note: For events/messageDeleteBulk.js we could make use of makeFormattedTime for the messages timestamp. Same for the archive command.

curtisf commented 3 years ago

thanks