We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
.me
1 parent 245180a commit 5ce20cdCopy full SHA for 5ce20cd
discord_slash/context.py
@@ -133,7 +133,7 @@ def voice_client(self) -> typing.Optional[discord.VoiceProtocol]:
133
@property
134
def me(self) -> typing.Union[discord.Member, discord.ClientUser]:
135
"""
136
- Similar to :attr:`.Guild.me` except that it may also return the bot user in DM context.
+ Bot member instance of the command invoke. If the command was invoked in DM, then it is ``discord.ClientUser``.
137
138
:return: Union[discord.Member, discord.ClientUser]
139
0 commit comments