mirror of
https://github.com/kurbezz/discord-bot.git
synced 2025-12-06 15:15:37 +01:00
Fix
This commit is contained in:
@@ -2,8 +2,6 @@ from asyncio import sleep
|
||||
import logging
|
||||
from datetime import datetime
|
||||
|
||||
from core.config import config
|
||||
|
||||
from domain.streamers import TwitchConfig
|
||||
from repositories.streamers import StreamerConfigRepository
|
||||
|
||||
|
||||
@@ -3,7 +3,8 @@ from typing import Literal
|
||||
|
||||
from httpx import AsyncClient
|
||||
|
||||
from core.config import config, StreamerConfig
|
||||
from core.config import config
|
||||
from domain.streamers import StreamerConfig
|
||||
|
||||
from .twitch.state import State
|
||||
|
||||
|
||||
Reference in New Issue
Block a user