giveawayss

1.1.9-readme2 • Public • Published

Giveawayss

NPM version NPM downloads

NPM Banner

Update 16/9/2021

Discord.JS V13 Update And Embeds Update

Giveaways

A package for giveaways and drops.

Drops

Go here to see how to use the drops.

📂 | Installation

npm install giveawayss

📜 | Setup

Start by creating a new GiveawayCreator.

const { Client } = require('discord.js');
const client = new Client();
const { GiveawayCreator } = require('giveawayss');
const Creator = new GiveawayCreator(client, 'mongodb://...');

client.giveaways = Creator; // Access the Creator from anywhere.

| Examples

All Examples Are In The Documentation

Versions

Current Tags

Version History

Package Sidebar

Install

npm i giveawayss

Weekly Downloads

0

Version

1.1.9-readme2

License

MIT

Unpacked Size

47.4 kB

Total Files

12

Last publish

Collaborators

  • vidulhb