Skip to content

Latest commit

 

History

History
38 lines (29 loc) · 706 Bytes

README.md

File metadata and controls

38 lines (29 loc) · 706 Bytes

Fruitbot

A bridge between hotdog lounge and the datafruits discord

joins both chats as 'coach'

You can also use commands to find out the next scheduled live show, etc

!next

Or ask for life advice

!advice

Installation

If available in Hex, the package can be installed by adding fruitbot to your list of dependencies in mix.exs:

def deps do
  [
    {:fruitbot, "~> 0.1.0"}
  ]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/fruitbot.

Run it

$ source .env
$ iex -S mix