diff --git a/commands/info.py b/commands/info.py index b3d9304..b23c31e 100644 --- a/commands/info.py +++ b/commands/info.py @@ -47,8 +47,10 @@ async def limbo(context): timeout=600, ) await navigator.send(context.interaction, ephemeral=True) - else: + elif pages: await context.respond(pages[0]) + else: + await context.respond("***All members accounted for***") def load(bot):