diff --git a/bot.py b/bot.py index 5f3a193..5db9963 100644 --- a/bot.py +++ b/bot.py @@ -839,7 +839,7 @@ async def quote_list_slash(ctx: SlashContext, author: Optional[str] = None): for author, author_quotes in quotes.items(): coroutines.append(ctx.channel.send(embed=create_list_embed(author, author_quotes))) await asyncio.gather(*coroutines) - await ctx.send(content="") + await ctx.send(content="That was all.") else: author = author.strip().title() if author in quotes: