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.