Browse Source
Fix typo in app_commands.ContextMenu docstring
pull/8958/head
ow0x
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
discord/app_commands/commands.py
|
|
@ -1149,7 +1149,7 @@ class ContextMenu: |
|
|
|
one of the following decorators: |
|
|
|
|
|
|
|
- :func:`~discord.app_commands.context_menu` |
|
|
|
- :meth:`CommandTree.command <discord.app_commands.CommandTree.context_menu>` |
|
|
|
- :meth:`CommandTree.context_menu <discord.app_commands.CommandTree.context_menu>` |
|
|
|
|
|
|
|
.. versionadded:: 2.0 |
|
|
|
|
|
|
|