@@ -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
The note is not visible to the blocked user.