Event emitted when a user uses a "/" command.
This event is a Frontend only event, as it is handled within the browser itself.
Event name: API.CHAT_COMMAND
API.on(API.CHAT_COMMAND, function(data){
console.log(data);
});
"/test"
Returns string containing the entered command
Please Note: the default commands provided by plug.dj, will not emit this event!