Skip to content

Commit 5ce20cd

Browse files
committed
(Redo .me documentation to make it conform)
1 parent 245180a commit 5ce20cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

discord_slash/context.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ def voice_client(self) -> typing.Optional[discord.VoiceProtocol]:
133133
@property
134134
def me(self) -> typing.Union[discord.Member, discord.ClientUser]:
135135
"""
136-
Similar to :attr:`.Guild.me` except that it may also return the bot user in DM context.
136+
Bot member instance of the command invoke. If the command was invoked in DM, then it is ``discord.ClientUser``.
137137
138138
:return: Union[discord.Member, discord.ClientUser]
139139
"""

0 commit comments

Comments
 (0)