Skip to content

Commit

Permalink
Fix docs references
Browse files Browse the repository at this point in the history
  • Loading branch information
EQUENOS committed Sep 18, 2023
1 parent a2b0677 commit dbd7920
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions disnake/ext/commands/errors.py
Original file line number Diff line number Diff line change
Expand Up @@ -1031,13 +1031,13 @@ class AppCommandRegistrationError(CommandRegistrationError):
because a command with the same key already exists.
A key is determined by command type, name, and guild_id.
This inherits from :exc:`disnake.CommandRegistrationError`
This inherits from :exc:`CommandRegistrationError`
.. versionadded:: 2.10
Attributes
----------
cmd_type: :class:`ApplicationCommandType`
cmd_type: :class:`disnake.ApplicationCommandType`
The command type.
name: :class:`str`
The command name.
Expand Down
2 changes: 1 addition & 1 deletion disnake/ext/commands/interaction_bot_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@ def remove_app_command(
Parameters
----------
cmd_type: :class:`ApplicationCommandType`
cmd_type: :class:`disnake.ApplicationCommandType`
The type of the app command to remove.
name: :class:`str`
The name of the app command to remove.
Expand Down

0 comments on commit dbd7920

Please sign in to comment.