From ddcdf9d9bb32c3c70d56cd5fb638d715c2febf50 Mon Sep 17 00:00:00 2001 From: David Stephens Date: Wed, 13 Sep 2023 14:33:22 +0100 Subject: [PATCH] Disable "off-topic" reaction in beta testing server --- botto/config.py | 1 + 1 file changed, 1 insertion(+) diff --git a/botto/config.py b/botto/config.py index 0042d1f..53432f4 100644 --- a/botto/config.py +++ b/botto/config.py @@ -151,6 +151,7 @@ def parse(config): "off-topic": { "trigger": r"off( +|\-)topic", "reactions": ["😆", "ðŸĪĢ", "😂", "ðŸĪŠ"], + "exclude_guilds": ["890978723451523083"], }, "favourite_band": { "trigger": rf"What('|’)?s +your +fav(ou?rite)? +band +{bot_id_pattern} ?\?*",