Skip to content

Commit efb8d0e

Browse files
authored
docs: fix rtd build that broke in #828 (#849)
1 parent 0ce7736 commit efb8d0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interactions/api/models/channel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -714,7 +714,7 @@ async def get_message(
714714
async def purge(
715715
self,
716716
amount: int,
717-
check: Callable[[...], bool] = MISSING,
717+
check: Callable[[Any], bool] = MISSING,
718718
before: Optional[int] = MISSING,
719719
reason: Optional[str] = None,
720720
bulk: Optional[bool] = True,

0 commit comments

Comments
 (0)