Clarify how to write the list

This commit is contained in:
Luke Murphy 2021-01-24 18:39:39 +01:00
parent a1774aa708
commit bbbae3e75e
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 1 additions and 1 deletions

View File

@ -146,7 +146,7 @@ simplest way to run your bot locally.
- **nick**: the nickname of the bot
- **avatar**: the avatar of the bot (default: `avatar.png`)
- **redis_url**: the Redis connection URL
- **rooms**: a list of rooms to automatically join
- **rooms**: a list of rooms to automatically join (comma separated)
- **no_auto_join**: disable auto-join when invited (default: `False`)
- **template**: the port to serve from (default: `index.html.j2`)
- **serve**: turn on the web server (default: `False`)