Skip to content

Latest commit

 

History

History
62 lines (46 loc) · 2.2 KB

README.md

File metadata and controls

62 lines (46 loc) · 2.2 KB

Build Gitpod Ready-to-Code


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.

Getting started

  • 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 dependencies
  • npm run start to start the bot

Showcase

Commands

  • !start or !restart: Restart or Start your Gameserver
  • !stop: Stop your Gameserver

Showcase 2

Known Issues

  • [FATAL] Bot crashes when updating the status #3

Add Issue