Skip to content

Latest commit

 

History

History
12 lines (12 loc) · 394 Bytes

File metadata and controls

12 lines (12 loc) · 394 Bytes

MineCom-DCBot

A Discord bot connecting a text channel to a Minecraft server's text chat using https://github.com/DemonExposer/MineCom-Plugin

Install with:

npm install minecom-dcbot

then run it like this:

const Bot = require("minecom-dcbot");
new Bot(<BOT TOKEN> [, port for MessageReceiver = 500] [, IP address of plugin = "127.0.0.1"] [, port of plugin = 501]);