diff --git a/cogs/other.py b/cogs/other.py index 438f03e..5a77bf5 100644 --- a/cogs/other.py +++ b/cogs/other.py @@ -2341,7 +2341,7 @@ class OtherCog(commands.Cog): } } if proxy_name != "first-working": - for key, value in results.items(): + for key, value in results.copy().items(): if value["name"].lower() == proxy_name.lower(): continue else: