From 04314762cc965f00c329eedad6a00de54dcbab61 Mon Sep 17 00:00:00 2001 From: MatteZ02 <47610069+MatteZ02@users.noreply.github.com> Date: Sat, 1 Jun 2019 09:23:23 +0300 Subject: [PATCH] Update index.js --- index.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.js b/index.js index 2dcf1c6d..d8e244c6 100644 --- a/index.js +++ b/index.js @@ -220,8 +220,8 @@ Please provide a value to select one of the search results ranging from __1-10__ let index = 0; msg.channel.send(` __**Song selection:**__ - ${videos.map(video2 => `**${++index} -** ${video2.title}`).join('\n')} - Please provide a value to select one of the search results ranging from 1-10. +${videos.map(video2 => `**${++index} -** ${video2.title}`).join('\n')} +Please provide a value to select one of the search results ranging from 1-10. `); // eslint-disable-next-line max-depth try { @@ -320,7 +320,7 @@ async function handleVideo(video, msg, voiceChannel, playlist = false) { queueConstruct.connection = connection; play(msg.guild, queueConstruct.songs[0]); } catch (error) { - console.error(`:x: I could not join the voice channel: ${error}`); + console.error(`I could not join the voice channel: ${error}`); queue.delete(msg.guild.id); return msg.channel.send(`:x: I could not join the voice channel: ${error}`); }