Skip to content

Commit 110bc0d

Browse files
authored
Update README.md
1 parent d7d5ee2 commit 110bc0d

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,12 @@
11
# MineCom-DCBot
2-
A Discord bot connecting a text channel to a Minecraft server's text chat using https://github.com/DemonExposer/MineCom-Plugin
2+
A Discord bot connecting a text channel to a Minecraft server's text chat using https://github.com/DemonExposer/MineCom-Plugin<br/>
3+
<br/>
4+
Install with:
5+
```
6+
npm install minecom-dcbot
7+
```
8+
then run it like this:
9+
```js
10+
const Bot = require("minecom-dcbot");
11+
new Bot(<BOT TOKEN> [, port for MessageReceiver = 500] [, IP address of plugin = "127.0.0.1"] [, port of plugin = 501]);
12+
```

0 commit comments

Comments
 (0)