1.1.9 • Published 2 years ago

rangeevents-api v1.1.9

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

RangeEvents-API

Installation

npm install rangeevents-api

Documentation

getCurrnetGiveaways(guildId) - Get curnnet giveaways in server

Example

const Discord = require("discord.js");
const client = new Discord.Client({ intents: Object.keys(Discord.Intents.FLAGS) });
const rea = require("rangeevents-api");
const rangeevents = new rea.token("TOKEN") // get in https://rangeevents.xyz/api-form;


client.on("ready", () => {
   console.log(`Logged in as ${client.user.tag}`);
});


client.login("TOKEN");
1.1.9

2 years ago

1.1.8

2 years ago

1.1.7

2 years ago

1.1.6

2 years ago

1.1.5

2 years ago

1.1.4

2 years ago

1.1.3

2 years ago

1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago