diff options
author | Jordan Bracco <href@random.sh> | 2022-12-17 14:01:18 +0000 |
---|---|---|
committer | Jordan Bracco <href@random.sh> | 2022-12-20 19:29:41 +0100 |
commit | 67754dc5366976b0f4300af2d1798baa81423df5 (patch) | |
tree | ea7d78652e52e8e347f1976c4b2777cd6565462f /lib/lsg/application.ex | |
parent | Nola rename cont. pt. 2. Refs T77. (diff) |
Nola rename, cont. pt. 3. Refs T77.
`s/:lsg/:nola/g`
Diffstat (limited to '')
-rw-r--r-- | lib/lsg/application.ex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/lsg/application.ex b/lib/lsg/application.ex index 1782053..4f3d1da 100644 --- a/lib/lsg/application.ex +++ b/lib/lsg/application.ex @@ -45,9 +45,9 @@ defmodule Nola.Application do end defp start_telegram() do - token = Keyword.get(Application.get_env(:lsg, :telegram, []), :key) + token = Keyword.get(Application.get_env(:nola, :telegram, []), :key) options = [ - username: Keyword.get(Application.get_env(:lsg, :telegram, []), :nick, "beauttebot"), + username: Keyword.get(Application.get_env(:nola, :telegram, []), :nick, "beauttebot"), purge: false ] telegram = Telegram.Bot.ChatBot.Supervisor.start_link({Nola.Telegram, token, options}) |