18 lines
369 B
Markdown
18 lines
369 B
Markdown
# Discord-userbot-to-irc
|
|
A crappy group chat to a IRC room bridge written in node </3
|
|
|
|
# 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
|
|
```
|