2.5.0 • Published 6 months ago

discord-boost v2.5.0

Weekly downloads
-
License
CC BY-NC-ND 4.0
Repository
-
Last release
6 months ago

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