From 03d7a9a7191f470356df1b4b375e8f2d858a575c Mon Sep 17 00:00:00 2001 From: ow0x <24418520+ow0x@users.noreply.github.com> Date: Fri, 23 Sep 2022 14:31:02 +0530 Subject: [PATCH] Fix typo in app_commands.ContextMenu docstring --- discord/app_commands/commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discord/app_commands/commands.py b/discord/app_commands/commands.py index 75db5283c..5f307bd4c 100644 --- a/discord/app_commands/commands.py +++ b/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 ` + - :meth:`CommandTree.context_menu ` .. versionadded:: 2.0