From a49a98d3b69551ef35e28e7c3f755243764d3e5c Mon Sep 17 00:00:00 2001 From: hassayag Date: Thu, 12 Feb 2026 22:14:08 +0000 Subject: [PATCH 1/2] fix: added empty string to string replacement ignore list --- src/utils/string_utils.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/utils/string_utils.py b/src/utils/string_utils.py index daeee17b..5f2c1fe5 100644 --- a/src/utils/string_utils.py +++ b/src/utils/string_utils.py @@ -47,6 +47,7 @@ def format_description(description, *data_sets): 'TurretHealthScaling', 'DisarmDuration', '​ไซเลนเซอร์​adius', + '', ] From d72963810bf363a69ec7d829645790be765cfd4d Mon Sep 17 00:00:00 2001 From: Deadbot0 Date: Thu, 12 Feb 2026 22:16:18 +0000 Subject: [PATCH 2/2] [skip ci] chore: bumped version to 1.6.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4841fe0f..5f5efda7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "Deadbot" -version = "1.6.0" +version = "1.6.1" description = "Bot that lives to serve deadlock.wiki" readme = "README.md" authors=[]