HordLawk / YottaBot

A levelling and moderation focused Discord bot
https://discord.gg/eNcsvsy
GNU General Public License v3.0
32 stars 4 forks source link

fix: guildMemberRemove math.round() #7

Closed vitoUwu closed 2 years ago

vitoUwu commented 2 years ago

Math.round(member.premiumSinceTimestamp) / 1000 to Math.round(member.premiumSinceTimestamp / 1000)