Parsing All Demon's Information in Geometry Dash!
This bot is built on Node.js and Typescript.
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 DemonObserver.
- Run the
npm install
command. Install what you need. - Create a MySQL database for Demon Observer.
- Change settings like DB and Discord Bot Token in settings.config.
- Also a sample config file is Here. Check it out.
- Upload all images in Resouces folder to your Discord server emoji.
- Insert all emojis in emojis.json.
- Put a
\
in front of the emoji in Discord. Ready-to-use text appears.
- Put a
- Start your bot using
npm start
or a batch file.
That's all! BUT, Since there are no demon in your database initially, notifications will not be updated until all demon are updated in the database.