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

[events] grab

David McNett edited this page Aug 2, 2016 · 1 revision

This event does not send structured data, just a bare value corresponding to the user id of the user that grabbed the playing song.

Example

bot.on('grab',function(id){
    // user "id" grabbed this song
});
Clone this wiki locally