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 21e0099 commit b86eb43Copy full SHA for b86eb43
discord_slash/context.py
@@ -136,8 +136,6 @@ async def send(self,
136
:type delete_after: float
137
:return: Union[discord.Message, dict]
138
"""
139
- if isinstance(content, int) and 2 <= content <= 5:
140
- raise error.IncorrectFormat("`.send` Method is rewritten at Release 1.0.9. Please read the docs and fix all the usages.")
141
if embed and embeds:
142
raise error.IncorrectFormat("You can't use both `embed` and `embeds`!")
143
if embed:
0 commit comments