When i am trying to set my welcome channel ID to MongoDB Why my channel last two digit chages to “00”
for example
954226649841430572 --> (when i send to database it changes to) 954226649841430500
my code :
await guild.updateOne(
{ guildID },
{ $set: { leavechannel: channelID } }
);