Go to file
Minetest-j45 8643847faf
md aint working
2021-07-01 17:23:05 +01:00
README.md md aint working 2021-07-01 17:23:05 +01:00
config.json Create config.json 2021-03-22 21:11:10 +00:00
index.js Create index.js 2021-03-22 21:10:30 +00:00

README.md

discord-irc_relay



installation:

install node.js on your device
make a directory for your bot
change directory to the bot directory in the command line and type `npm init`
press enter for all the things that come up
now type `npm install discord.js`
now type `npm install irc`
change the following in config.json:
token to your discord bot token
discord_server_id to the id of the server you want the bot to relay in
discord_channel_id to the id of the channel you want the bot to relay in
irc_server to the irc server you want the bot to relay to
irc_nick to the nickname of the bot in irc
irc_nickserv (just leave this a it is, it doesnt really matter)
irc_hostserv (just leave this as false)
irc_channel to the irc channel you want the bot to relay to (remember to leave the # there)
go back to the command line and change directory to the bot directory
type `node index.js`
the bot should now work