Skip to content

Commit 8a49a95

Browse files
committed
Added docs
1 parent ee6e0cb commit 8a49a95

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

discord_slash/model.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ async def send(self,
5353
:type embeds: List[discord.Embed]
5454
:param tts: Whether to speak message using tts. Default ``False``.
5555
:type tts: bool
56+
:param allowed_mentions: AllowedMentions of the message.
5657
:return: ``None``
5758
"""
5859
if embeds and len(embeds) > 10:

0 commit comments

Comments
 (0)