From 013f913686b39ffa72524e489085a262aad971da Mon Sep 17 00:00:00 2001 From: turt2live Date: Sun, 28 May 2017 00:58:00 -0600 Subject: [PATCH] Disable demo bot by default --- config/integrations/dimension_demo_bot.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/integrations/dimension_demo_bot.yaml b/config/integrations/dimension_demo_bot.yaml index f7798d0..8bd1ac4 100644 --- a/config/integrations/dimension_demo_bot.yaml +++ b/config/integrations/dimension_demo_bot.yaml @@ -1,5 +1,5 @@ type: "bot" -enabled: true +enabled: false userId: "@dimension:t2bot.io" name: "Demo Bot" about: "A bot that has no functionality. This is just a demonstration on the config."