feat: add bot generated replies when it's being mentioned

This commit is contained in:
cătălin 2025-12-09 12:26:31 +01:00
commit d64c2398da
No known key found for this signature in database
9 changed files with 1670 additions and 963 deletions

View file

@ -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]