1.4.0 • Published 5 years ago

@melodicalbuild/menudocs-app-api v1.4.0

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

The MenuDocs Application API

The MenuDocs Applications API is available to check the status of the MenuDocs Applications. v1.3.0

How to use it -

It's just as simple as importing the package and then our functions.

Websites -

Import the Package and use our basic response functions listed below.

Functions -

  • webProfStatus
  • webStaffStatus
  • webContentStatus
  • webBanStatus
  • webApplicationStatus
  • webUpdates

All but webApplicationStatus and webUpdates require a User ID to be passed. To do this use the code below.

const userInfo = /* User ID Here */;
webProfStatus(userInfo)

Then handle your response with a .then() like this.

const userInfo = /* User ID Here */;
webProfStatus(userInfo).then(/* Handle Response Here */)

You can replace webProfStatus with any of the Functions listed above except webApplicationStatus and webUpdates.

Discord.js Bots -

Import the Package and use our Bot Functions listed below.

Functions -

  • botProfStatus
  • botStaffStatus
  • botContentStatus
  • botBanStatus
  • botApplicationStatus
  • botUpdates

We build the Embeds for you so all you need to do is pass a User ID and then send the function response. botApplicationStatus and botUpdates do not need a User ID to be applied.

const userInfo = message.author.id;
botProfStatus(userInfo).then(response => message.channel.send(response));

And it will send the embed to the channel that the command was sent in.

And that's it, Enjoy the Package

-Vixel

1.4.0

5 years ago

2.0.0-alpha1

5 years ago

1.3.1

5 years ago

1.3.0

5 years ago

1.3.5-alpha

5 years ago

1.3.4-alpha

5 years ago

1.3.3-alpha

5 years ago

1.3.2-alpha

5 years ago

1.3.1-alpha

5 years ago

1.3.0-alpha

5 years ago

1.2.0

5 years ago

1.2.1

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.10

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.0

5 years ago

0.2.27

5 years ago

0.2.26

5 years ago

0.2.25

5 years ago

0.2.24

5 years ago

0.2.23

5 years ago

0.2.22

5 years ago

0.2.21

5 years ago

0.2.20

5 years ago

0.2.30

5 years ago

0.2.31

5 years ago

0.3.0

5 years ago

0.2.29

5 years ago

0.2.28

5 years ago

0.3.1

5 years ago

0.2.19

5 years ago

0.2.18

5 years ago

0.2.17

5 years ago

0.2.16

5 years ago

0.2.15

5 years ago

0.2.14

5 years ago

0.2.13

5 years ago

0.2.12

5 years ago

0.2.11

5 years ago

0.2.10

5 years ago

0.2.9

5 years ago

0.2.7

5 years ago

0.2.8

5 years ago

0.2.6

5 years ago

0.2.5

5 years ago

0.2.4

5 years ago

0.2.3

5 years ago

0.2.2

5 years ago

0.2.1

5 years ago

0.2.0

5 years ago

0.1.0

5 years ago