Browse Source

A small grammar fix app_commands.context_menu

This just makes it so it adheres with the rule that `an` goes 
before a word that begins with a vowel.
pull/7849/head
Vish M 3 years ago
committed by GitHub
parent
commit
7770972041
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      discord/app_commands/commands.py

2
discord/app_commands/commands.py

@ -1310,7 +1310,7 @@ def command(
def context_menu(*, name: str = MISSING) -> Callable[[ContextMenuCallback], ContextMenu]:
"""Creates a application command context menu from a regular function.
"""Creates an application command context menu from a regular function.
This function must have a signature of :class:`~discord.Interaction` as its first parameter
and taking either a :class:`~discord.Member`, :class:`~discord.User`, or :class:`~discord.Message`,

Loading…
Cancel
Save