mirror of
https://github.com/chenasraf/venom.git
synced 2026-05-18 01:29:07 +00:00
feat: add procfile for Heroku
This commit is contained in:
@@ -15,7 +15,7 @@ At a minimum you need to provide the Discord bots Token, which can be found on t
|
||||
|-------------------|-------------|---------|
|
||||
| BOT_TRIGGER | Prefix of message to let bot know you are speaking to it
|
||||
| DISCORD_BOT_TOKEN | Discord bots Token
|
||||
| ENVIRONMENT | What environment the bot is running in | `production`, `development` or `test` |
|
||||
| NODE_ENV | What environment the bot is running in | `production`, `development` or `test` |
|
||||
| LOG_LEVEL | What level of logs should be displayed in console | `error`, `warn`, `info`, `verbose`, `debug` or `silly` |
|
||||
|
||||
### Bot commands
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
BOT_TRIGGER=!
|
||||
DISCORD_BOT_TOKEN=[replace with own token]
|
||||
ENVIRONMENT=production
|
||||
NODE_ENV=production
|
||||
LOG_LEVEL=error
|
||||
Reference in New Issue
Block a user