Fix RuntimeError

This commit is contained in:
Nexus 2023-11-29 10:18:40 +00:00
parent 0c6a010a07
commit 6a5a3d99c6
Signed by: nex
GPG key ID: 0FA334385D0B689F

View file

@ -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: