Welcome welcome to Database Installation and Configuration!
Lets get your database running! For this we recommend using sqLite.
(mySQL is also supported, however for a lite and easy to manage verison sqLite is advised.)
This is as easy as 1.. 2.. 3..
Step One: Install sqLite
sudo apt update sudo apt install sqlite3 -y
Step Two: Create a New Database
sqlite3 activity.db
Whew! That was much easier wasn't it?
Now run
.quit
to exist back to terminal. Continue to Discord Bot Configuration!