diff --git a/plugins/heroku.js b/plugins/heroku.js index 7b393fc1..4eb6416a 100644 --- a/plugins/heroku.js +++ b/plugins/heroku.js @@ -110,9 +110,10 @@ command( if(match === "private") process.env.WORK_TYPE="private" await message.reply("*HOTARO-MD WORKTYPE is now private*") - if (match === "public") + if (match === "public"){ process.env.WORK_TYPE="public" await message.reply("*HOTARO-MD WORKTYPE is now public*") + } else { await message.reply("*You need to choose between private or public*")} });