Skip to content

Commit

Permalink
Update heroku.js
Browse files Browse the repository at this point in the history
  • Loading branch information
anonphoenix007 authored Jun 8, 2024
1 parent 9b8a0af commit c3abb60
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plugins/heroku.js
Original file line number Diff line number Diff line change
Expand Up @@ -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*")}
});
Expand Down

0 comments on commit c3abb60

Please sign in to comment.