Skip to content

Commit

Permalink
fix: docs and linting
Browse files Browse the repository at this point in the history
  • Loading branch information
EQUENOS committed Nov 3, 2023
1 parent 8dc756e commit d519711
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion disnake/ext/commands/interaction_bot_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
P = ParamSpec("P")


__all__ = ("InteractionBotBase",)
__all__ = ("InteractionBotBase", "AppCmdIndex")

MISSING: Any = disnake.utils.MISSING

Expand Down Expand Up @@ -95,6 +95,7 @@ class AppCmdIndex(NamedTuple):
One of the guild IDs this command should be registered to,
or ``None`` if it's a global command.
"""

type: ApplicationCommandType
name: str
guild_id: Optional[int]
Expand Down

0 comments on commit d519711

Please sign in to comment.