1.4.0 • Published 4 years ago

@melodicalbuild/menudocs-app-api v1.4.0

Weekly downloads
3
License
MIT
Repository
github
Last release
4 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

4 years ago

2.0.0-alpha1

4 years ago

1.3.1

4 years ago

1.3.0

4 years ago

1.3.5-alpha

4 years ago

1.3.4-alpha

4 years ago

1.3.3-alpha

4 years ago

1.3.2-alpha

4 years ago

1.3.1-alpha

4 years ago

1.3.0-alpha

4 years ago

1.2.0

4 years ago

1.2.1

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.10

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.0

4 years ago

0.2.27

4 years ago

0.2.26

4 years ago

0.2.25

4 years ago

0.2.24

4 years ago

0.2.23

4 years ago

0.2.22

4 years ago

0.2.21

4 years ago

0.2.20

4 years ago

0.2.30

4 years ago

0.2.31

4 years ago

0.3.0

4 years ago

0.2.29

4 years ago

0.2.28

4 years ago

0.3.1

4 years ago

0.2.19

4 years ago

0.2.18

4 years ago

0.2.17

4 years ago

0.2.16

4 years ago

0.2.15

4 years ago

0.2.14

4 years ago

0.2.13

4 years ago

0.2.12

4 years ago

0.2.11

4 years ago

0.2.10

4 years ago

0.2.9

4 years ago

0.2.7

4 years ago

0.2.8

4 years ago

0.2.6

4 years ago

0.2.5

4 years ago

0.2.4

4 years ago

0.2.3

4 years ago

0.2.2

4 years ago

0.2.1

4 years ago

0.2.0

4 years ago

0.1.0

4 years ago