Updated formatMessage

This commit is contained in:
Damien Broqua 2020-10-11 19:55:01 +02:00
parent d601f4bfab
commit 95f200b81a

View File

@ -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}`;
}; };
/** /**