|
|
@ -1,4 +1,4 @@
|
|
|
|
# Twitch chat bot
|
|
|
|
# Twitch and Discord chat bot
|
|
|
|
|
|
|
|
|
|
|
|
The bot listens for responses to `!quote add`, `!quote edit` and `!quote remove` commands, and updates the quotes database accordingly
|
|
|
|
The bot listens for responses to `!quote add`, `!quote edit` and `!quote remove` commands, and updates the quotes database accordingly
|
|
|
|
using [HTTP API](https://gitea.brno.mraveniste.cc/turbotraktor/ladylilia.com/src/branch/master/api/README.md).
|
|
|
|
using [HTTP API](https://gitea.brno.mraveniste.cc/turbotraktor/ladylilia.com/src/branch/master/api/README.md).
|
|
|
@ -8,6 +8,9 @@ using [HTTP API](https://gitea.brno.mraveniste.cc/turbotraktor/ladylilia.com/src
|
|
|
|
* `!bellagram`, `!bellapics`, `!instabella`, `!instagram` - posts a link to a random Instagram picture of Bella
|
|
|
|
* `!bellagram`, `!bellapics`, `!instabella`, `!instagram` - posts a link to a random Instagram picture of Bella
|
|
|
|
* `!yt QUERY` - queries Lady Lilia's Youtube channel and posts a link to the most relevant result
|
|
|
|
* `!yt QUERY` - queries Lady Lilia's Youtube channel and posts a link to the most relevant result
|
|
|
|
- `QUERY` can contain `|` (logical **or**) and `-` (logical **not**) operators, for example: `!yt oblivion -nehrim`
|
|
|
|
- `QUERY` can contain `|` (logical **or**) and `-` (logical **not**) operators, for example: `!yt oblivion -nehrim`
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### Twitch-only commands
|
|
|
|
|
|
|
|
|
|
|
|
* `!lastquote` - requests the most recent quote
|
|
|
|
* `!lastquote` - requests the most recent quote
|
|
|
|
* `!findquote PATTERN` - searches for quotes matching `PATTERN` and in case multiple matches are found, requests one of them randomly
|
|
|
|
* `!findquote PATTERN` - searches for quotes matching `PATTERN` and in case multiple matches are found, requests one of them randomly
|
|
|
|
- `PATTERN` has to be at least 3 characters long and it can be enclosed in double quotes in case it contains spaces
|
|
|
|
- `PATTERN` has to be at least 3 characters long and it can be enclosed in double quotes in case it contains spaces
|
|
|
|