This bot automatically responds to questions about Satisfactory modding.
(Prerequisite: node.js)
-
npm install -
Create a Discord bot through the web interface.
-
Add your Discord bot to your server.
-
Create auth.json in the root directory with content
{ "token": "YOUR_DISCORD_BOT_AUTH_TOKEN_HERE" } -
Compile the project with
npm run build(one-time) ornpm run watch(auto-recompilation) -
Boot the bot with
npm run start
(Prerequisite: Docker CLI)
- Compile the project as described above.
docker build -t satisfactory-faq-bot .- When running the container, supply the AUTH_TOKEN env var for the bot.