Skip to content

Latest commit

 

History

History
19 lines (18 loc) · 790 Bytes

README.md

File metadata and controls

19 lines (18 loc) · 790 Bytes

Ramona

You're not alone. You're just having some idiotic dream.

Discord Erlang/OTP Elixir Alchemy
OBS: This bot is specific to a single server. Don't expect it to work on yours.

Setup

$ export TOKEN="discord bot token"
$ git clone https://github.com/appositum/ramona.git
$ cd ramona/
$ mix deps.get && mix run --no-halt
# or run in interactive mode
$ mix deps.get && iex -S mix