diff --git a/bot.py b/bot.py index f631d96..e9ba0c9 100644 --- a/bot.py +++ b/bot.py @@ -335,6 +335,7 @@ async def quote_remove_command(ctx: commands.Context, author: str, quote: str): try: quote = int(quote) quotes[author].pop(quote) + return except ValueError: pass