π»How to Install
Installing Nova IRC is quick and easy. Follow these steps to get started:
1οΈβ£ Install via npm
Run the following command in your project directory:
npm install nova-irc
2οΈβ£ Import and Initialize
Require the library and create a new instance of the IRC client:
const nova = require('nova-irc');
const bot = new nova ();
Now you're ready to connect to an IRC server and start building your bot! π
Last updated