1.1.9-readme2 • Published 3 years ago

giveawayss v1.1.9-readme2

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

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