πΎDatabase
Databases are used to keep your values after your bot has been rebooted.
unlike Variables, databases will keep it.
use this for "start" if you donΒ΄t understand any other, the most easiest database
Creating a new database
Use this block to create a new database file Output will be "world" because you previously set it in the database
Example of managing a database, first check if the value either exists or is in NUMBERS, if not define it to 0 How to store money for different users?
Example of giving message user point for every message Works the same as JSON database, just you must create an account at https://www.mongodb.com/
Create a new cluster "shared"
That is free up to 500 MB of data
change your username and password
go to security / network access and add IP 0.0.0.0/0
add your link to the connect to mongoDB block
Basic Database that is used the most and everywhere.
works the same as JSON or MongoDB
Database made specially for Replit.com
It has less functions, but it exists.
you can only get, set and delete, so I have no idea why to use this one...