From b1a5154f8a97b7d98ef944f494113461ef2557ec Mon Sep 17 00:00:00 2001 From: Thorsten S Date: Fri, 3 Jan 2020 23:30:06 +0100 Subject: [PATCH] fix routing --- distbot/plugins/didyouknow.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/distbot/plugins/didyouknow.py b/distbot/plugins/didyouknow.py index c3906cf..a590438 100644 --- a/distbot/plugins/didyouknow.py +++ b/distbot/plugins/didyouknow.py @@ -83,8 +83,8 @@ DB = [ class DidYouKnow(Worker): binding_keys = [ - "#wusstet.ihr.#", - "#wußtet.ihr.#" + "#.wusstet.ihr.#", + "#.wußtet.ihr.#" ] description = "smart bot" usage = "wusstest ihr schon." -- 2.39.2