diff options
| author | Nathan Perry <np@nathanperry.dev> | 2024-08-08 08:45:15 -0400 |
|---|---|---|
| committer | Nathan Perry <np@nathanperry.dev> | 2024-08-08 08:45:15 -0400 |
| commit | 7ccdb63fb7f4008b7d785c687b4f55b6b4291483 (patch) | |
| tree | b1c342020429e1b4acf4d8d1e84fde26e4a4d3f8 /lib/application.ex | |
| parent | 5b639185cca5a2d1dc18c99699065e8a5623dbf1 (diff) | |
adding and posting images working
Diffstat (limited to 'lib/application.ex')
| -rw-r--r-- | lib/application.ex | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/application.ex b/lib/application.ex index f469b0d..958ab7d 100644 --- a/lib/application.ex +++ b/lib/application.ex @@ -4,11 +4,11 @@ defmodule Thulani do use Application @children [ - Thulani.DiscordConsumer, {Phoenix.PubSub, name: :thulani_pubsub}, - Thulani.Command, {Registry, keys: :unique, name: Thulani.Audio.Registry}, - Thulani.Repo + Thulani.Repo, + Thulani.DiscordConsumer, + Nosedrum.TextCommand.Storage.ETS ] def start(_typ, _arg) do |
