Installation
⚠️
Node.js 16.11.0 or newer is required.
To install awardify, run the following command in your terminal:
npm install awardify
yarn add awardify
pnpm add awardify
Importing
To import Awardify, use the following code:
index.js
const { GiveawaysManager } = require("awardify");
index.ts
import { GiveawaysManager } from 'awardify';