Gib-git

Results 3 issues of Gib-git

Is this possible?

` (node:1824) DeprecationWarning: collection.count is deprecated, and will be removed in a future version. Use collection.countDocuments or collection.estimatedDocumentCount instead ` for code: ` const items_random = await Item.findRandom({}, {}, {limit:...

You are querying the database for every message sent. This is a terrible idea. also, you are awaiting functions that arent in an async function. You need to revise javascript...