Initial commit

This commit is contained in:
2025-04-29 20:47:12 +02:00
parent adc85ce6b6
commit d12a0c20d5
6 changed files with 1686 additions and 1 deletions

View File

@@ -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
```