Fix another minor spelling mistake

This commit is contained in:
TSR Berry 2023-05-05 20:00:25 +02:00
parent 317a29db75
commit 1462e0a36a
No known key found for this signature in database
GPG key ID: 52353C0A4CCA15E2

View file

@ -27,7 +27,7 @@ def get_disabled_ids(bot) -> dict[str, dict[str, Union[str, dict[str, str]]]]:
if "app_id" in disabled_ids.keys():
old_disabled_ids = disabled_ids.copy()
disabled_ids = {}
for key in disabled_ids["app_id"].values():
for key in old_disabled_ids["app_id"].values():
disabled_ids[key.lower()] = {
"app_id": "",
"build_id": "",