Skip to content

Commit

Permalink
Updated Heroku app.json.
Browse files Browse the repository at this point in the history
  • Loading branch information
moonstar-x committed Mar 26, 2022
1 parent 8f34607 commit ea96f8c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,16 @@
"description": "Whether to enable the message-only based TTS to send TTS messages on a certain channel with a certain setting without the need to execute a command.",
"value": "false",
"required": false
},
"DISCORD_ENABLE_KEEP_ALIVE": {
"description": "Whether an HTTP server should be started. You should only use this option if you're planning to host the bot on something like Repl.it or Heroku. Additionally, you should use something like UptimeRobot to poll the associated address to keep the bot alive. If you need to specify the port to use you should set the `PORT` environment variable (Heroku uses this by default).",
"value": "true",
"required": false
},
"DISCORD_ENABLE_WHO_SAID": {
"description": "Whether the bot should prepend each TTS message with a 'User said...'. This makes it so the bot speaks the name of the author of every message.",
"value": "false",
"required": false
}
}
}

0 comments on commit ea96f8c

Please sign in to comment.