File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -163,7 +163,7 @@ async def send(self,
163163 if embeds or files :
164164 self ._logger .warning ("Embed/File is not supported for `hidden`!" )
165165 base ["flags" ] = 64
166-
166+
167167 initial_message = False
168168 if not self .responded :
169169 initial_message = True
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ Example
3333 async def command (ctx , ...):
3434 await ctx.respond()
3535 await ctx.send(... )
36-
36+
3737 # After 1
3838 @slash.slash (... )
3939 async def command (ctx , ...):
@@ -46,7 +46,7 @@ Example
4646 # Process that takes time
4747 await ctx.send(... )
4848
49-
49+
5050 Sending hidden messages
5151***********************
5252The method ``.send_hidden `` on :class: `SlashContext ` has been removed. Use ``.send(hidden = True, ..) `` instead.
You can’t perform that action at this time.
0 commit comments