From 2d4f3f4c72900748ded2014dbd5105aa393e29d9 Mon Sep 17 00:00:00 2001 From: plane000 Date: Fri, 15 Jun 2018 11:28:33 +0100 Subject: [PATCH] merge --- commands/spacecommands.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/commands/spacecommands.js b/commands/spacecommands.js index 0b97e78..3f9d311 100644 --- a/commands/spacecommands.js +++ b/commands/spacecommands.js @@ -70,7 +70,9 @@ module.exports.nextlaunch = async function(message, msg, args, discordclient) { em.addField('Mission Type:', mission.typeName, true); em.addField('Agency Name:', missionagency.name, true); - em.addField('Agency Region', missionagency.countryCode, true); + em.addField('Agency Region:', missionagency.countryCode, true); + + em.addField('Mission Description:', mission.description)