diff options
| author | Nathan Perry <np@nathanperry.dev> | 2024-08-08 14:53:04 -0400 |
|---|---|---|
| committer | Nathan Perry <np@nathanperry.dev> | 2024-08-08 14:53:04 -0400 |
| commit | 0659c3be4e996ca97a1a9d02142f2809507d2b38 (patch) | |
| tree | a80381a8092cdb4587c0623921f355308408ede5 /lib/application.ex | |
| parent | 7ccdb63fb7f4008b7d785c687b4f55b6b4291483 (diff) | |
voice playback workselixir
Diffstat (limited to 'lib/application.ex')
| -rw-r--r-- | lib/application.ex | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/application.ex b/lib/application.ex index 958ab7d..ae07c88 100644 --- a/lib/application.ex +++ b/lib/application.ex @@ -6,6 +6,7 @@ defmodule Thulani do @children [ {Phoenix.PubSub, name: :thulani_pubsub}, {Registry, keys: :unique, name: Thulani.Audio.Registry}, + Thulani.Audio.Supervisor, Thulani.Repo, Thulani.DiscordConsumer, Nosedrum.TextCommand.Storage.ETS |
