[Dev] Add ctx.tick() on successful debugs (#5107)

This commit is contained in:
Kreusada 2021-06-12 16:52:06 +01:00 committed by GitHub
parent dafffd969f
commit faf1ad4846
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -158,6 +158,7 @@ class Dev(commands.Cog):
self._last_result = result
result = self.sanitize_output(ctx, str(result))
await ctx.tick()
await ctx.send_interactive(self.get_pages(result), box_lang="py")
@commands.command(name="eval")