Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 679 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 679 Bytes

GDStatus

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.

Setup

  • 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.