1.0.1 • Published 3 years ago

minecom-dcbot v1.0.1

Weekly downloads
-
License
GPL-3.0
Repository
github
Last release
3 years ago

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]);