Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 918 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 918 Bytes

ZBot

Experimental rcon bot that connects with Discord.

Prerequisite

Currently only tested on Mac & Linux.

Installation

Clone this repository, 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.

Invite your bot to your Discord server.

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

Usage

$ npm run bot

License

MIT © Jonas Windmolders