πŸ’»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