aboutsummaryrefslogtreecommitdiff
path: root/config/runtime.exs
diff options
context:
space:
mode:
authorNathan Perry <np@nathanperry.dev>2024-08-08 14:53:04 -0400
committerNathan Perry <np@nathanperry.dev>2024-08-08 14:53:04 -0400
commit0659c3be4e996ca97a1a9d02142f2809507d2b38 (patch)
treea80381a8092cdb4587c0623921f355308408ede5 /config/runtime.exs
parent7ccdb63fb7f4008b7d785c687b4f55b6b4291483 (diff)
voice playback workselixir
Diffstat (limited to 'config/runtime.exs')
-rw-r--r--config/runtime.exs2
1 files changed, 2 insertions, 0 deletions
diff --git a/config/runtime.exs b/config/runtime.exs
index 0204d77..48511c4 100644
--- a/config/runtime.exs
+++ b/config/runtime.exs
@@ -14,3 +14,5 @@ if is_nil(Application.get_env(:nostrum, :token)) do
discord_token = System.get_env("DISCORD_TOKEN")
config :nostrum, token: discord_token
end
+
+config :nostrum, youtubedl: "yt-dlp"