Any way to get the text value of a key that's stored in the database? (replit node.js)

24 views Asked by At

I kept trying to find a solution but couldn't find it anywhere, I'm using this for my discord bot and I want it to send the text value of a stored key in the database as a text message to discord. How do I do this??

I tried things such as message.channel.send(database.get("key name", value})) But didn't work.

0

There are 0 answers