fix self-deleting response

This commit is contained in:
Nexus 2023-06-01 01:21:27 +01:00
parent 3ad0c817f0
commit fca1b4a530
Signed by: nex
GPG key ID: 0FA334385D0B689F

View file

@ -907,7 +907,7 @@ class OtherCog(commands.Cog):
)
)
_paginator = pages.Paginator(embeds, loop_pages=True)
await ctx.delete(delay=0.1)
# await ctx.delete(delay=0.1)
return await _paginator.respond(ctx.interaction)
if _format: