# config/config.exs
use Mix.Config
config :porcelain, driver: Porcelain.Driver.Basic
config :thonk,
token: "your token",
prefix: "command prefix"
# Necessary to voice functionality
config :alchemy,
ffmpeg_path: "/path/to/ffmpeg",
youtube_dl_path: "/path/to/youtube-dl"
mix deps.get && mix run --no-halt
or run it in interactive mode
mix deps.get && iex -S mix