Skip to content

pridit-a2oa/Z-Bot-Light

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Important

This fork is a (loosely) maintained and curated version of Windmolders/Z-Bot-Light for use with Arma 2: Operation Arrowhead, and as such all credit goes to the original author. Notable differences are that this is dockerized, and in the display and filtering of messages.

ZBot

Experimental selfhosted rcon bot that connects with Discord.

Prerequisite

  • NodeJS
  • Git ( Only if you clone the repository, you can do it without git if you download the ZIP )

NodeJS Version LTS (8.11.4) should be enough and stable.

Currently only tested on Mac & Linux but this version should work on windows.

Installation

Clone this repository OR just download the ZIP and unpack it somewhere you want it.

git clone https://github.com/Windmolders/Z-Bot-Light.git

Open a terminal or CMD and navigate to the folder of the Node program. ( CD .. )

and run:

npm install

Fill in the config.js file to fit your server.

If you don't know your guild id?

Create a discord app and fill in the key for your bot in the config.js.

NEW: at the tab "Privileged Gateway Intents" check all INTENTS for the bot to be able to connect and read your server.

Invite your bot to your Discord server.

https://discordapp.com/oauth2/authorize?client_id=YOURBOTID&scope=bot&permissions=66321471

Usage

In your project folder in a Terminal or CMD window

npm run bot

License

MIT © Jonas Windmolders

About

A selfhosted lightweight version.

Topics

Resources

Stars

Watchers

Forks

Languages

  • JavaScript 99.5%
  • Dockerfile 0.5%