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

[actions] getSelf

TAT edited this page May 9, 2014 · 2 revisions

getSelf()

Get yourself.


Returns

User object of yourself.


Example

bot.getSelf();
/*
{
    username: 'username',
    status: 0,
    fans: 3,
    listenerPoints: 164,
    language: 'en',
    avatarID: 'bud03',
    id: 'xxxxxxxxxxxxxxxxxxxxxxxx',
    curatorPoints: 0,
    djPoints: 76
}
*/
Clone this wiki locally