Skip to content

Commit

Permalink
Update discord/commands/options.py
Browse files Browse the repository at this point in the history
Co-authored-by: Middledot <78228142+Middledot@users.noreply.github.com>
  • Loading branch information
Lulalaby and Middledot authored Jul 12, 2022
1 parent 8a588f7 commit 6dc8a9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion discord/commands/options.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ async def hello(
Attributes
----------
input_type: Union[Type[:class:`str`], Type[:class:`bool`], Type[:class:`int`], Type[:class:`float`], Type[:class:`.abc.GuildChannel`], Type[:class:`Thread`], Type[:class:`Member`], Type[:class:`User`], Type[:class:`Attachment`], Type[:class:`Role`], Type[:class:`.abc.Mentionable`], :class:`SlashCommandOptionType`, :class:`Converter`, Type[:class:`Converter`], Type[:class:`Enum`], Type[:class:`DiscordEnum`]]
input_type: Union[:class:`str`, :class:`bool`, :class:`int`, :class:`float`, :class:`.abc.GuildChannel`, :class:`Thread`, :class:`Member`, :class:`User`, :class:`Attachment`, :class:`Role`, :class:`abc.Mentionable`, :class:`SlashCommandOptionType`, :class:`.ext.commands.Converter`, :class:`enum.Enum`, :class:`Enum`]
The type of input that is expected for this option. This can be a :class:`SlashCommandOptionType`,
an associated class, a channel type, a :class:`Converter`, a converter class or an :class:`enum.Enum`.
name: :class:`str`
Expand Down

0 comments on commit 6dc8a9b

Please sign in to comment.