I encountered an issue.
Every time I try to create a map in MongoDB, for example a shop,
guildID: id,
ownerID: owner_id,
_premium: 0,
Moderation:{
auto:false,
prefix:'k!',
muterole:0,
language: preferredLocale
},
Economy: {
shop:new Map(),
upXP:100,
bonus:50,
money:3,
xp:5
},
options:{
boxes:false
}
It creates an object like this:
https://i.sstatic.net/40Trm.png
Is there a way to resolve this issue?
I am using MongoDB (not mongoose).