mirror of
https://github.com/TheRealOwenRees/plantid-discord-bot.git
synced 2026-07-22 20:16:57 +00:00
status command
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
import Config
|
||||
|
||||
config :plantid_discord_bot,
|
||||
start_time: DateTime.utc_now()
|
||||
|
||||
import_config "#{config_env()}.exs"
|
||||
|
||||
@@ -2,7 +2,6 @@ import Config
|
||||
|
||||
config :plantid_discord_bot,
|
||||
guild_ids: [1_002_507_312_159_797_318],
|
||||
start_time: DateTime.utc_now(),
|
||||
plantnet_api_key: System.get_env("PLANTNET_API_KEY"),
|
||||
plantnet_api_base_url: "https://my-api.plantnet.org/v2",
|
||||
image_folder: "priv/static",
|
||||
|
||||
@@ -2,7 +2,6 @@ import Config
|
||||
|
||||
config :plantid_discord_bot,
|
||||
guild_ids: [],
|
||||
start_time: DateTime.utc_now(),
|
||||
plantnet_api_key: System.get_env("PLANTNET_API_KEY"),
|
||||
plantnet_api_base_url: "https://my-api.plantnet.org/v2",
|
||||
image_folder: "priv/static",
|
||||
|
||||
@@ -2,7 +2,6 @@ import Config
|
||||
|
||||
config :plantid_discord_bot,
|
||||
guild_ids: [1_002_507_312_159_797_318],
|
||||
start_time: DateTime.utc_now(),
|
||||
plantnet_api_key: System.get_env("PLANTNET_API_KEY"),
|
||||
plantnet_api_base_url: "https://my-api.plantnet.org/v2",
|
||||
image_folder: "priv/static",
|
||||
|
||||
@@ -2,7 +2,6 @@ import Config
|
||||
|
||||
config :plantid_discord_bot,
|
||||
guild_ids: [1_002_507_312_159_797_318],
|
||||
start_time: DateTime.utc_now(),
|
||||
plantnet_api_key: System.get_env("PLANTNET_API_KEY"),
|
||||
plantnet_api_base_url: "https://my-api.plantnet.org/v2",
|
||||
image_folder: "priv/static",
|
||||
|
||||
Reference in New Issue
Block a user