initial commit

This commit is contained in:
Owen
2024-12-13 22:03:26 +01:00
commit 1c4d0fb8af
13 changed files with 326 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
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",
fileserver_url: "http://localhost:4321",
port: 4321,
source: "https://github.com/TheRealOwenRees/plantID_discordbot",
invite:
"https://discord.com/api/oauth2/authorize?client_id=948227126094598204&permissions=19520&scope=bot"