Skip to content

Commit

Permalink
There
Browse files Browse the repository at this point in the history
  • Loading branch information
JDJGInc authored Apr 28, 2024
1 parent 700a43e commit 2310e28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cogs/rtfm_slash.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ def __init__(self, bot: RTFMBot) -> None:
async def rtfm_slash(
self,
interaction: Interaction[RTFMBot],
library: Library,
library: Optional[Library],
query: Optional[Query],
) -> None:
"""Looks up docs for a library with optionally a query.
Expand Down

0 comments on commit 2310e28

Please sign in to comment.