3 lines
86 B
JavaScript
3 lines
86 B
JavaScript
|
module.exports = function(currentUser, data) {
|
||
|
currentUser.updatePresence(data);
|
||
|
}
|