-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
When I output the search results my Discord bot says [object, Object]. Here is the code
if(command === "search") { var spotify = require('spotify'); let song = command[1]; spotify.search({ type: 'track', query: ${song}` }, function(err, data) {
message.channel.send(`${data}`)
});
}`
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels