Warning
This project needs a major rework and currently has many issues!
- Update discord.js
- Fix fatal issue #3
- move from colors to chalk
- update node-fetch
- update typescript
This Bot lets you and others start your Nitrado Gameserver from Discord.
I am using this Discord Bot to start an ARK Server.
- Install node.js
- If you don't already have a Discord Bot, create one here
- Get a nitrApi access token here
- Clone the repository using
git clone https://github.com/emilkrebs/nitrado-bot.git
- Create a
config.json
file that looks like this:
{
"token":"your-bot-token",
"nitrado_token":"your-nitrApi-access-token",
"nitrado_id":"your-nitrado-serviceid"
}
npm i
to install all required dependenciesnpm run start
to start the bot
!start or !restart
: Restart or Start your Gameserver!stop
: Stop your Gameserver
- [FATAL] Bot crashes when updating the status #3