Skip to content
This repository was archived by the owner on Mar 8, 2022. It is now read-only.

Commit 57a1631

Browse files
author
kuso-senpai
committed
docs change
1 parent e3de4a0 commit 57a1631

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

discord_message_components/receive.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ async def respond(self, content=None, *, tts=False, embed=None, embeds=None, fil
156156
return msg
157157

158158
async def send(self, content=None, *, tts=False, embed=None, embeds=None, file=None, files=None, nonce=None,
159-
allowed_mentions=None, mention_author=None, components=None, hidden=False):
159+
allowed_mentions=None, mention_author=None, components=None, hidden=False) -> typing.Union['Message', 'EphemeralMessage']:
160160
"""Sends a message to the interaction using a webhook
161161
162162
Parameters

0 commit comments

Comments
 (0)