4.6.6 • Published 4 years ago

cloud-list v4.6.6

Weekly downloads
108
License
ISC
Repository
-
Last release
4 years ago

Cloud Discord List

Cloud Discord List is an online platform that lists bots for discord

Usage

var cdl = require("cloud-list") 
var cloud_client = new cdl("Client id","Client Api Token") 

Getting Started

Client - discord.js/Eris Client

Posting Guild count:

cloud_client.post(client)
    /**
>[cloud-list] Guild Count Posted!
    * **/

Auto Post guild count:

Auto post guild count once every 2 minutes

cloud_client.autoPost(client)
    /**
[cloud-list] Guild Count Posted!
    * **/

Get When user votes for your bot:

cloud_client.on("voted", (data) => {
  console.log(data)
    /**
    * data returns: {
      user_votes: 1,
      user_id:463696108766494730,
      user_name:Bruninho,
      user_discriminator:9205,
    * }
    * **/
})

Get bot Stats:

cloud_client.getStats(client).then(function(data) {
  console.log(data)
      /**
{ votes: <int>,
  name: '<string>',
  library: '<string>',
  id:<int>,
  prefix: '<string>',
  long_description: '<string>',
  short_description: '<string>',
  month_votes: <int>,
  server_invite: '<string>',
  owner: '<string>',
  website: '<string>',
  other_owners: Array<string>}
    * **/
}).catch(function(err) {
    if(err) return console.log(err)
});

Check If user has Voted:

cloud_client.hasVoted("User_id").then(function(data) {
   console.log(data)
         /**
if User Has not voted yet returns: (User has not voted yet)!

if User has voted:

> Returns a Promise that resolves to:
{ id:<String>, 
  vote: <int>}
    * **/
}).catch(function(err) {
   if(err) return console.log(err)
});

Dependencies

Terms and service

TOS for details on our services

Website

Cloud List

Authors

  • BruBrunin - Library Developer
4.6.6

4 years ago

4.6.5

4 years ago

4.6.1

4 years ago

4.6.3

4 years ago

4.6.2

4 years ago

4.6.4

4 years ago

4.6.0

4 years ago

4.5.11

4 years ago

4.5.12

4 years ago

4.5.10

4 years ago

4.5.8

4 years ago

4.5.9

4 years ago

4.5.7

4 years ago

4.5.6

4 years ago

4.5.5

4 years ago

4.5.4

4 years ago

4.5.3

4 years ago

4.5.2

4 years ago

4.5.1

4 years ago

4.5.0

4 years ago

4.4.10

4 years ago

4.4.9

4 years ago

4.4.8

4 years ago

4.4.7

4 years ago

4.4.6

4 years ago

4.4.5

4 years ago

4.4.3

4 years ago

4.4.4

4 years ago

4.3.13

4 years ago

4.3.12

4 years ago

4.3.11

4 years ago

4.4.1

4 years ago

4.4.0

4 years ago

4.4.2

4 years ago

4.3.10

4 years ago

4.3.9

4 years ago

4.3.8

4 years ago

4.3.6

4 years ago

4.3.7

4 years ago

4.3.5

4 years ago

4.3.4

4 years ago

4.3.3

4 years ago

4.3.2

4 years ago

4.3.1

4 years ago

4.3.0

4 years ago

4.2.10

4 years ago

4.2.9

4 years ago

4.2.8

4 years ago

4.2.7

4 years ago

4.2.6

4 years ago

4.2.5

4 years ago

4.2.4

4 years ago

4.2.3

4 years ago

4.2.2

4 years ago

4.2.1

4 years ago

4.1.10

4 years ago

4.1.9

4 years ago

4.1.8

4 years ago

4.1.7

4 years ago

4.1.6

4 years ago

4.1.5

4 years ago

4.1.4

4 years ago

4.1.3

4 years ago

4.1.2

4 years ago

4.1.1

4 years ago

3.1.11

4 years ago

3.1.10

4 years ago

3.1.9

4 years ago

3.1.8

4 years ago

3.1.7

4 years ago

3.1.6

4 years ago

2.0.3

4 years ago

2.0.2

4 years ago

2.0.5

4 years ago

2.0.4

4 years ago

3.0.9

4 years ago

2.0.1

4 years ago

2.0.0

4 years ago

3.1.3

4 years ago

3.0.12

4 years ago

3.1.2

4 years ago

3.0.13

4 years ago

3.1.1

4 years ago

3.0.10

4 years ago

3.1.0

4 years ago

3.0.11

4 years ago

3.0.8

4 years ago

3.0.7

4 years ago

3.1.5

4 years ago

3.0.6

4 years ago

3.1.4

4 years ago

3.0.5

4 years ago

1.1.0

4 years ago

1.0.2

4 years ago