discord-irc_relay/README.md

995 B

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