defmodule LSG do def source_url() do "https://git.random.sh/ircbot.git" end def data_path(suffix) do Path.join(data_path(), suffix) end def data_path do Application.get_env(:lsg, :data_path) end def version do Application.spec(:lsg)[:vsn] end end