Logs (Value Only)
this.db.logsSet({
action: "<The Action To LOG>",
userID: "<The User of the Action>",
timestamp: Date.now(),
ip: req.ip
})this.db.logsGet(<SNOWFLAKEID>)List Logs
this.db.logs(size, page)Last updated
this.db.logsSet({
action: "<The Action To LOG>",
userID: "<The User of the Action>",
timestamp: Date.now(),
ip: req.ip
})this.db.logsGet(<SNOWFLAKEID>)this.db.logs(size, page)Last updated