mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 03:08:55 -05:00
[Dev] Add ctx.tick() on successful debugs (#5107)
This commit is contained in:
parent
dafffd969f
commit
faf1ad4846
@ -158,6 +158,7 @@ class Dev(commands.Cog):
|
|||||||
self._last_result = result
|
self._last_result = result
|
||||||
result = self.sanitize_output(ctx, str(result))
|
result = self.sanitize_output(ctx, str(result))
|
||||||
|
|
||||||
|
await ctx.tick()
|
||||||
await ctx.send_interactive(self.get_pages(result), box_lang="py")
|
await ctx.send_interactive(self.get_pages(result), box_lang="py")
|
||||||
|
|
||||||
@commands.command(name="eval")
|
@commands.command(name="eval")
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user