Skip to content
This repository has been archived by the owner on Jul 3, 2021. It is now read-only.

[actions] getWaitListPosition

Thedark1337 edited this page Aug 31, 2016 · 2 revisions

getWaitListPosition(userID)

Get where in the waitlist a user is.


Parameters

userID number

ID of the user.


Returns

Position in waitlist or -1 if not in waitlist.


Example

bot.getWaitListPosition('xxxxxxxxxxxxxxxxxxxxxxxx'); // -1
Clone this wiki locally