Skip to content

Commit b86eb43

Browse files
Remove historical check that blocks functionalty
1 parent 21e0099 commit b86eb43

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

discord_slash/context.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,6 @@ async def send(self,
136136
:type delete_after: float
137137
:return: Union[discord.Message, dict]
138138
"""
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.")
141139
if embed and embeds:
142140
raise error.IncorrectFormat("You can't use both `embed` and `embeds`!")
143141
if embed:

0 commit comments

Comments
 (0)