so im using replit's database to store these keys (also before i go on im making a bot with discord.js), the notes key and the note key.
i want it so that when the user sends the command of .note the notes key's value will get added by one and the note key's value will add the note that the user creates (message.content.slice(6)) so then when i use .notes in the channel, i will send the amount of notes the user has(notes) and the actual notes themselves(note).
i dont really know where to start so any help?