From 2da1dd6cfb21d79339b2762ad8389719a45208e3 Mon Sep 17 00:00:00 2001 From: Thorsten S Date: Fri, 3 Jan 2020 22:26:57 +0100 Subject: [PATCH] fix --- distbot/plugins/didyouknow.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distbot/plugins/didyouknow.py b/distbot/plugins/didyouknow.py index 87f85d8..45fe7ca 100644 --- a/distbot/plugins/didyouknow.py +++ b/distbot/plugins/didyouknow.py @@ -84,7 +84,7 @@ DB = [ class DidYouKnow(Worker): binding_keys = [ "wusstet.ihr.#", - "wußtet.ihr." + "wußtet.ihr.#" ] description = "smart bot" usage = "wusstest ihr schon." -- 2.39.2