Updated formatMessage
This commit is contained in:
parent
d601f4bfab
commit
95f200b81a
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ const _getMedia = (coverUrl, callback) => {
|
||||||
* @param {Object} values
|
* @param {Object} values
|
||||||
*/
|
*/
|
||||||
const _formatMessage = (values) => {
|
const _formatMessage = (values) => {
|
||||||
return `#rx3 #nowplaying ${values.text}`;
|
return `#rx3 #nowplaying ${values.artist} - ${values.title}`;
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue