From 7fb83ca92e51f00c55d1bd04d7cdfc39a8753813 Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Sat, 18 Apr 2020 19:17:13 -0400 Subject: [PATCH] Fix --- commands/events/anime-airing.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/events/anime-airing.js b/commands/events/anime-airing.js index 094116bc..229fa1ef 100644 --- a/commands/events/anime-airing.js +++ b/commands/events/anime-airing.js @@ -50,7 +50,7 @@ module.exports = class AnimeAiringCommand extends Command { const title = ani.media.title.english || ani.media.title.romaji; const airingAt = moment(ani.airingAt * 1000).tz('Asia/Tokyo').format('h:mm A'); return `• ${title} (@${airingAt} JST)` - })} + }).join('\n')} `); } catch (err) { return msg.reply(`Oh no, an error occurred: \`${err.message}\`. Try again later!`);