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.
1 parent ee6e0cb commit 8a49a95Copy full SHA for 8a49a95
discord_slash/model.py
@@ -53,6 +53,7 @@ async def send(self,
53
:type embeds: List[discord.Embed]
54
:param tts: Whether to speak message using tts. Default ``False``.
55
:type tts: bool
56
+ :param allowed_mentions: AllowedMentions of the message.
57
:return: ``None``
58
"""
59
if embeds and len(embeds) > 10:
0 commit comments