From 210d9dcc899d985f436e8eb03200c2caf4cfefb5 Mon Sep 17 00:00:00 2001 From: hassayag Date: Mon, 2 Mar 2026 21:18:43 +0000 Subject: [PATCH 1/2] fix: upload item-cards.json file to wiki --- src/wiki/pages.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/wiki/pages.py b/src/wiki/pages.py index b2ca938f..897428ca 100644 --- a/src/wiki/pages.py +++ b/src/wiki/pages.py @@ -8,6 +8,7 @@ 'HeroData.json': 'json/hero-data.json', 'HeroMeaningfulStats.json': 'json/hero-meaningful-stats.json', 'ItemData.json': 'json/item-data.json', + 'ItemCards.json': 'json/item-cards.json', 'NpcData.json': 'json/npc-data.json', 'Lang bg.json': 'localizations/bulgarian.json', 'Lang cs.json': 'localizations/czech.json', From 00f29dd8a21e9519ab7c42f1bd56bde6fe161965 Mon Sep 17 00:00:00 2001 From: Deadbot0 Date: Mon, 2 Mar 2026 21:21:40 +0000 Subject: [PATCH 2/2] [skip ci] chore: bumped version to 1.8.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 04caef5c..88bd0771 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "Deadbot" -version = "1.8.0" +version = "1.8.1" description = "Bot that lives to serve deadlock.wiki" readme = "README.md" authors=[]