discord-boost

Fastest and best discord nitro generator available on npmjs.

discord-boost

Installation

  • Node.js must be installed on your operating system.

  • Run npm install discord-boost to install this package.

Example usage

const nitro = require("discord-boost");

// Set the amount of codes to generate
const amount = 100; // For example, 100 codes

/*
Specify whether to count the codes like this:
[1] https://discord.gift/...
[2] https://discord.gift/...
*/
const count = false;

const giftCodes = nitro(amount, count);
console.log(giftCodes);

Links