mirror of
https://github.com/TheRealOwenRees/plantid-discord-bot.git
synced 2026-07-22 20:16:57 +00:00
groundwork for custom request limits, with 10 requests now standard
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@ import Config
|
||||
config :plantid_discord_bot,
|
||||
max_results: 5,
|
||||
score_threshold: 0.3,
|
||||
guild_request_limit_per_day: 20,
|
||||
guild_request_limit_per_day: 10,
|
||||
image_path: "priv/static",
|
||||
plantnet_api_base_url: "https://my-api.plantnet.org/v2",
|
||||
source: "https://github.com/TheRealOwenRees/plantid-discord-bot",
|
||||
|
||||
Reference in New Issue
Block a user