WIP: Wordbot
Wordbot is a little more complex of a bot module and I've been working on it here. Other than wordbot module, a few minor tweaks have been added all around that don't really affect anything. Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
This commit is contained in:
6
mix.exs
6
mix.exs
@@ -29,6 +29,10 @@ defmodule Omnibot.MixProject do
|
||||
|
||||
# Run "mix help deps" to learn about dependencies.
|
||||
defp deps do
|
||||
[{:tesla, "~> 1.3.0"}]
|
||||
# TODO : figure out how to make contrib modules optional (umbrella project?) and enable specific requirements
|
||||
[
|
||||
{:tesla, "~> 1.3.0"}, # Used by Omnibot.Contrib.Linkbot
|
||||
{:sqlitex, "~> 1.7"}, # Used by Omnibot.Contrib.Wordbot
|
||||
]
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user