Simple testing bot made to learn Elixir.
Before running, create a config.secret.exs in /config that configures your bot token like so:
import Config
config :nostrum,
token: "super-secret-discord-token"Install dependencies with
mix deps.getcompile the project with
mix compileand run with
iex.bat -S mix