A simple Discord bot written in NodeJS.
It allows you to read and interact with some GameBooks directly in the text channel of a Discord server or in DM with the bot.
- Possibility to start an interactive narrative with an available GameBook and navigate the choices by reacting with the right emojis.
- Possibility to get information, introduction and rules on available GameBooks.
- Possibility of obtaining a dynamic help menu.
-
Install the NodeJS dependecies
npm install
-
In the main folder add the .env file and add the following line with the appropriate TOKEN
TOKEN=your-token-goes-here
-
In the main folder, create the gamebooks folder and add the GameBooks in .json format.
Launch the application
npm run start
or
npm run dev
for a developer start.
- Install LibroGame Creator 3 (LGC3).
- Open a GameBook with LGC3.
- Export the GameBook to SQLite database.
- Use this parser to convert DB to JSON.