You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
letresults=awaitsqlPool.query(` SELECT botID, channelID, data FROM notifications WHERE botID = ?;`,botID)// ...returnresults.map((line)=>{line.data=JSON.parse(line.data)})
This would allow for not needing stuff like this:
but instead something like this: