From afd8f8c667514a80c1d41424e0bcd72d025c7add Mon Sep 17 00:00:00 2001 From: Alek Ratzloff Date: Fri, 12 Jun 2020 18:25:42 -0400 Subject: [PATCH] Comment out module_paths in example omnibot config Signed-off-by: Alek Ratzloff --- omnibot.example.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/omnibot.example.exs b/omnibot.example.exs index d9077fa..0ea7034 100644 --- a/omnibot.example.exs +++ b/omnibot.example.exs @@ -10,5 +10,5 @@ config = %Config { {Omnibot.Contrib.Fortune, channels: ["#idleville"]}, ], - module_paths: [{"modules", recurse: true}] + #module_paths: [{"modules", recurse: true}] }