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.
.send
hidden
1 parent bc29422 commit 24e876bCopy full SHA for 24e876b
discord_slash/context.py
@@ -152,7 +152,7 @@ async def send(self,
152
raise error.IncorrectFormat("`.send` Method is rewritten at Release 1.0.9. Please read the docs and fix all the usages.")
153
if not self.sent:
154
self.logger.warning(f"At command `{self.name}`: It is highly recommended to call `.respond()` first!")
155
- await self.respond()
+ await self.respond(eat=hidden)
156
if hidden:
157
if embeds or embed:
158
self.logger.warning("Embed is not supported for `hidden`!")
0 commit comments