naeruru / starboard

starboard / smugboard discord bot for moonmoon discord server
MIT License
42 stars 17 forks source link

fix(fetch): fix issue where message IDs with length > 18 would not be fetched #19

Closed naeruru closed 2 years ago

naeruru commented 2 years ago

This merge fixes issues where messages with IDs that have length of over 18 digits would not be fetched properly. Your bot will double post messages if you do not have this fix.

For some reason I did not think the day would come where discord message IDs would ever reach the point where they move to 19 digit length, but that day has come. Very sorry for inconvenience.

discord.js v14 support soon~

Erisa commented 2 years ago

I was just wondering why the bot reposted a recent message shortly after restarting, I guess this explains it hahah. Thanks for the fix!

naeruru commented 2 years ago

luckily spotted it now while testing djs 14 stuffs