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}] }