diff options
| author | Simponic <loganhunt@simponic.xyz> | 2023-02-01 14:57:14 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-02-01 14:57:14 -0700 |
| commit | fe5f5b77fcc3ef24516866561f9b54ac07663ad6 (patch) | |
| tree | ba63998ec306983d87594195d60ecb0abb6ea5d1 /lib/chessh/application.ex | |
| parent | 324d041d5c5cbcdf0083dcd802144a57443789f6 (diff) | |
| download | chessh-fe5f5b77fcc3ef24516866561f9b54ac07663ad6.tar.gz chessh-fe5f5b77fcc3ef24516866561f9b54ac07663ad6.zip | |
Discord notifs (#14)
* Add role id to config
* Add discord notifications for games
* Fix discord discriminant tests
Diffstat (limited to 'lib/chessh/application.ex')
| -rw-r--r-- | lib/chessh/application.ex | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/chessh/application.ex b/lib/chessh/application.ex index 59926cc..f92707f 100644 --- a/lib/chessh/application.ex +++ b/lib/chessh/application.ex @@ -18,6 +18,7 @@ defmodule Chessh.Application do children = [ Chessh.Repo, Chessh.SSH.Daemon, + Chessh.DiscordNotifier, Plug.Cowboy.child_spec( scheme: :http, plug: Chessh.Web.Endpoint, |
