From 2ecf9bd008ff2432f5cf92b0fcf3e802441f3af7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Fri, 29 Jul 2022 18:36:35 +0200 Subject: [PATCH] fix(hesychius): parse modes fail with lexicon text format --- configs/telegram-bots/hesychius.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/configs/telegram-bots/hesychius.nix b/configs/telegram-bots/hesychius.nix index 5dab9a5..3880694 100644 --- a/configs/telegram-bots/hesychius.nix +++ b/configs/telegram-bots/hesychius.nix @@ -10,7 +10,6 @@ in { time = "08:00"; token = lib.strings.fileContents ; chatIds = ["@HesychiosAlexandreus"]; - parseMode = "Markdown"; command = "${pkgs.coreutils}/bin/shuf -n1 ${hesychius}"; };