Initial commit
This commit is contained in:
17
README.md
17
README.md
@@ -1,3 +1,18 @@
|
||||
# Discord-userbot-to-irc
|
||||
A crappy group chat to a IRC room bridge written in node </3
|
||||
|
||||
A crappy Discord userbot bridge to bridge a discord group chat with a IRC room.
|
||||
# What you need to run this:
|
||||
```
|
||||
Dependecies:
|
||||
xml2js
|
||||
discord.js-selfbot-v13
|
||||
irc
|
||||
```
|
||||
### You also need a discord user token.
|
||||
|
||||
Before you run it edit the example.config.xml file with all the correct informatiion and rename it to config.xml
|
||||
|
||||
## To run it just run:
|
||||
```
|
||||
node bot.js
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user