mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-12-05 17:02:32 -05:00
[Dev] Add ctx.tick() on successful debugs (#5107)
This commit is contained in:
@@ -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")
|
||||||
|
|||||||
Reference in New Issue
Block a user