Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Hockey] Update for new API. #328

Merged
merged 4 commits into from
Nov 13, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions hockey/abc.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
from redbot.core import Config, commands
from redbot.core.bot import Red

from .api import HockeyAPI
from .game import Game
from .helper import (
DateFinder,
Expand Down Expand Up @@ -39,6 +40,7 @@ def __init__(self, *_args):
self.session: aiohttp.ClientSession
self.pickems_config: Config
self._ready: asyncio.Event
self.api: HockeyAPI

#######################################################################
# hockey_commands.py #
Expand Down
Loading
Loading