mirror of
https://github.com/Luzifer/discord-community.git
synced 2024-11-09 15:40:03 +00:00
Wiki: Improve examples with code tags
Signed-off-by: Knut Ahlers <knut@ahlers.me>
parent
913c7c6fc9
commit
31b727621a
1 changed files with 2 additions and 2 deletions
4
Home.md
4
Home.md
|
@ -147,8 +147,8 @@ Posts stream schedule derived from Twitch schedule as embed in Discord channel
|
|||
| `locale` | | string | `en_US` | Locale to translate the date to ([supported locales](https://github.com/goodsign/monday/blob/24c0b92f25dca51152defe82cefc7f7fc1c92009/locale.go#L9-L49)) |
|
||||
| `schedule_entries` | | int64 | `5` | How many schedule entries to add to the embed as fields |
|
||||
| `schedule_past_time` | | duration | `15m` | How long in the past should the schedule contain an entry |
|
||||
| `time_format` | | string | `%b %d, %Y %I:%M %p` | Time format in [limited strftime format](https://github.com/Luzifer/discord-community/blob/master/strftime.go) to use (e.g. "%a. %d.%m. %H:%M Uhr") |
|
||||
| `timezone` | | string | `UTC` | Timezone to display the times in (e.g. "Europe/Berlin") |
|
||||
| `time_format` | | string | `%b %d, %Y %I:%M %p` | Time format in [limited strftime format](https://github.com/Luzifer/discord-community/blob/master/strftime.go) to use (e.g. `%a. %d.%m. %H:%M Uhr`) |
|
||||
| `timezone` | | string | `UTC` | Timezone to display the times in (e.g. `Europe/Berlin`) |
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue