mirror of
https://github.com/kurbezz/discord-bot.git
synced 2025-12-06 15:15:37 +01:00
Add debug
This commit is contained in:
1862
poetry.lock
generated
1862
poetry.lock
generated
File diff suppressed because it is too large
Load Diff
@@ -15,11 +15,11 @@ pydantic-settings = "^2.7.1"
|
||||
httpx = "^0.28.1"
|
||||
icalendar = "^6.1.0"
|
||||
pytz = "^2024.2"
|
||||
mongojet = "^0.2.5"
|
||||
taskiq = "^0.11.10"
|
||||
mongojet = "^0.2.7"
|
||||
taskiq = "^0.11.11"
|
||||
taskiq-redis = "^1.0.2"
|
||||
redis = {extras = ["hiredis"], version = "^5.2.1"}
|
||||
fastapi = "^0.115.6"
|
||||
fastapi = "^0.115.8"
|
||||
authx = "^1.4.1"
|
||||
httpx-oauth = "^0.16.1"
|
||||
uvicorn = {extras = ["standard"], version = "^0.34.0"}
|
||||
|
||||
@@ -42,7 +42,7 @@ class TwitchService:
|
||||
)
|
||||
|
||||
async def on_message(self, event: ChannelChatMessageEvent):
|
||||
print(event)
|
||||
logger.debug(event)
|
||||
|
||||
async def subscribe_with_retry(
|
||||
self,
|
||||
|
||||
Reference in New Issue
Block a user