From 6de47a2fecfa822f4c68b72277fcadf05fc010e1 Mon Sep 17 00:00:00 2001 From: Alek Ratzloff Date: Tue, 21 Jul 2020 17:45:03 -0700 Subject: [PATCH] Update example config 'modules' and 'module_paths' to use 'plugin(s)' instead 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 fe23f59..e89c1a4 100644 --- a/omnibot.example.exs +++ b/omnibot.example.exs @@ -16,5 +16,5 @@ config = %Config { {Omnibot.Contrib.Wordbot, channels: ["#idleville"], ignore: ["username"]}, ], - #module_paths: [{"modules", recurse: true}] + #plugin_paths: [{"plugins", recurse: true}] }