From 096878fb0dd7a27d8a9716d9f3147b8db82ec80f Mon Sep 17 00:00:00 2001 From: Owen Date: Mon, 13 Jan 2025 23:10:42 +0100 Subject: [PATCH] info image size text update --- lib/plantid_discord_bot/cogs/info.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/plantid_discord_bot/cogs/info.ex b/lib/plantid_discord_bot/cogs/info.ex index 095b13a..0e241fa 100644 --- a/lib/plantid_discord_bot/cogs/info.ex +++ b/lib/plantid_discord_bot/cogs/info.ex @@ -47,7 +47,7 @@ defmodule PlantIdDiscordBot.Cog.Info do ) |> put_field( "For best results:", - "- all photos should be of the same plant\n- take photos of organs, not the whole plant\n- best results will be achieved by using a mixture of organs\n- use images at least 600x600px\n\n", + "- all photos should be of the same plant\n- take photos of organs, not the whole plant\n- best results will be achieved by using a mixture of organs\n- use images at least 800x800px\n\n", true ) |> put_field("/info", "for more commands")