Add to the deps in mix.exs
def deps do
[
{:hedwig_currency, "~> 0.1.0"},
]
end
Add the responder to your :responders
list in your bot config, config/config.exs
config :my_robot, MyApp.MyRobot,
responders: [
{Hedwig.Responders.Currency, []},
]