1.1.9-readme2 • Published 5 years ago
giveawayss v1.1.9-readme2
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
1.1.9-readme2
5 years ago
1.1.9-readme
5 years ago
1.1.9-drop
5 years ago
1.1.8-drop
5 years ago
1.1.8-new
5 years ago
1.1.8
5 years ago
1.1.7
5 years ago
1.1.6
5 years ago
1.1.4
5 years ago