0

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.

1
  • Please provide enough code so others can better understand or reproduce the problem.
    – Community Bot
    Commented Jul 22, 2023 at 2:18

0