Skip to content

Commit 533ada0

Browse files
committed
πŸ‘—More renaming
1 parent bce3f6f commit 533ada0

File tree

8 files changed

+4
-1
lines changed

8 files changed

+4
-1
lines changed

β€Žbot/bot.pyβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
# from twitchio.web import StarletteAdapter
1313
import config
1414
from ext import EXTENSIONS
15+
from ext.dota.api import Dota2Client
1516
from utils import const, errors
16-
from utils.dota import Dota2Client
1717

1818
from .bases import lueloop
1919
from .exc_manager import ExceptionManager

β€Žext/dota/commands.pyβ€Ž

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ class CheckTwitchRenamesQueryRow(TypedDict):
2424
twitch_name: str
2525

2626

27+
__all__ = ("DotaCommands",)
28+
29+
2730
log = logging.getLogger(__name__)
2831
log.setLevel(logging.DEBUG)
2932

0 commit comments

Comments
Β (0)