From 4b18a4141e61954f0b29eabdd1e381f1ff7e63a4 Mon Sep 17 00:00:00 2001 From: Thorsten S Date: Sun, 4 Aug 2019 21:34:09 +0200 Subject: [PATCH] fix doc --- distbot/plugins/fun.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distbot/plugins/fun.py b/distbot/plugins/fun.py index 950c61b..e191a75 100644 --- a/distbot/plugins/fun.py +++ b/distbot/plugins/fun.py @@ -161,7 +161,7 @@ class Selfreaction(Worker): class Doctor(Worker): binding_keys = [ - "#.doctor.#" + "#.doctor.#", "#.doktor.#" ] description = "machines don't like the doctor." -- 2.39.2