Easy to check about Geometry Dash Server Status!
This bot is built on Node.js.
You can start the bot with npm start
. However, there are a few steps before we begin.
- Install Node.js version 16.6 or higher.
- Download ZIP GDStatus.
- Run the
npm install
command. Install what you need. - Create a MySQL database for Demon Observer.
- Import setupDB.sql into the database you created.
- Change configs like Port, DB settings and Server caching in config.json.
- Start your bot using
npm start
.