mirror of
https://github.com/Luzifer/discord-community.git
synced 2024-11-12 17:02:44 +00:00
Lint: Fix all linter errors
Signed-off-by: Knut Ahlers <knut@ahlers.me>
parent
a36dd4331d
commit
0c54446c7d
1 changed files with 2 additions and 2 deletions
4
Home.md
4
Home.md
|
@ -77,10 +77,10 @@ Posts stream schedule derived from Twitch schedule as embed in Discord channel
|
|||
| `twitch_client_id` | ✅ | string | | Twitch client ID the token was issued for |
|
||||
| `twitch_token` | ✅ | string | | Token for the user the `twitch_channel_id` belongs to |
|
||||
| `cron` | | string | `*/10 * * * *` | When to execute the schedule transfer |
|
||||
| `embed_color` | | int64 | `3066993` | Integer representation of the hex color for the embed (default is #2ECC71) |
|
||||
| `embed_color` | | int64 | `0x2ECC71` | Integer representation of the hex color for the embed |
|
||||
| `embed_description` | | string | | Description for the embed block |
|
||||
| `embed_thumbnail_height` | | int64 | | Height of the thumbnail |
|
||||
| `embed_thumbnail_url` | | string | | Publically hosted image URL to use as thumbnail |
|
||||
| `embed_thumbnail_url` | | string | | Publically hosted image URL to u100se as thumbnail |
|
||||
| `embed_thumbnail_width` | | int64 | | Width of the thumbnail |
|
||||
| `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 |
|
||||
|
|
Loading…
Reference in a new issue