mirror of
https://github.com/Luzifer/discord-community.git
synced 2024-11-09 23:50:04 +00:00
Add setup method to execute actions after connect
Signed-off-by: Knut Ahlers <knut@ahlers.me>
parent
f9aea05f20
commit
01f32c9ff2
1 changed files with 7 additions and 0 deletions
7
Home.md
7
Home.md
|
@ -105,6 +105,13 @@ Updates the presence status of the bot to display the next stream
|
||||||
| `cron` | | string | `* * * * *` | When to execute the module |
|
| `cron` | | string | `* * * * *` | When to execute the module |
|
||||||
| `schedule_past_time` | | duration | `15m` | How long in the past should the schedule contain an entry |
|
| `schedule_past_time` | | duration | `15m` | How long in the past should the schedule contain an entry |
|
||||||
|
|
||||||
|
## Type: `reactionrole`
|
||||||
|
|
||||||
|
Creates a post with pre-set reactions and assigns roles on reaction
|
||||||
|
|
||||||
|
| Attribute | Req. | Type | Default Value | Description |
|
||||||
|
| --------- | :--: | ---- | ------------- | ----------- |
|
||||||
|
|
||||||
## Type: `schedule`
|
## Type: `schedule`
|
||||||
|
|
||||||
Posts stream schedule derived from Twitch schedule as embed in Discord channel
|
Posts stream schedule derived from Twitch schedule as embed in Discord channel
|
||||||
|
|
Loading…
Reference in a new issue