Skip to content

Commit 35e3db3

Browse files
committed
undo generics, it still breaks runtime
1 parent fca76b6 commit 35e3db3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/context.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@
1919
__all__ = ("Context",)
2020

2121

22-
class Context(commands.Context[PINK], Hookable):
22+
class Context(commands.Context["PINK"], Hookable):
23+
bot: PINK
24+
2325
@property
2426
def prefix(self) -> Optional[str]:
2527
return self._prefix

0 commit comments

Comments
 (0)