feat: add bot generated replies when it's being mentioned
This commit is contained in:
parent
3d44b44625
commit
d64c2398da
9 changed files with 1670 additions and 963 deletions
|
|
@ -1,6 +1,6 @@
|
|||
[project]
|
||||
name = "huesoporro"
|
||||
version = "0.3.6"
|
||||
version = "0.3.7"
|
||||
description = "Misc Twitch bot"
|
||||
readme = "README.md"
|
||||
authors = [
|
||||
|
|
@ -19,12 +19,13 @@ dependencies = [
|
|||
"caribou>=0.4.1",
|
||||
"aiosqlite>=0.20.0",
|
||||
"pyjwt>=2.10.1",
|
||||
"twitchio>=2.10.0",
|
||||
"twitchio==2.10.0",
|
||||
"redis>=5.2.1",
|
||||
"pytz>=2024.2",
|
||||
"discord-py>=2.4.0",
|
||||
"tenacity>=9.0.0",
|
||||
"uvicorn>=0.34.0",
|
||||
"sniffio>=1.3.1",
|
||||
]
|
||||
|
||||
[project.scripts]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue