From 490ab7103a0df65c4f4675285327084bdf05bd33 Mon Sep 17 00:00:00 2001 From: Owen Date: Mon, 13 Jan 2025 21:01:42 +0100 Subject: [PATCH] info command text updates --- config/runtime.exs | 2 +- lib/plantid_discord_bot/cogs/info.ex | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config/runtime.exs b/config/runtime.exs index 0a780b0..da1090a 100644 --- a/config/runtime.exs +++ b/config/runtime.exs @@ -2,7 +2,7 @@ import Config config :plantid_discord_bot, start_time: DateTime.utc_now(), - guild_ids: [], + guild_ids: [1_002_507_312_159_797_318], api: Nostrum.Api, plantnet_api_key: System.get_env("PLANTNET_API_KEY"), fileserver_url: System.get_env("PLANTID_FILESERVER_URL", "http://localhost:4321"), diff --git a/lib/plantid_discord_bot/cogs/info.ex b/lib/plantid_discord_bot/cogs/info.ex index 1353b85..095b13a 100644 --- a/lib/plantid_discord_bot/cogs/info.ex +++ b/lib/plantid_discord_bot/cogs/info.ex @@ -35,11 +35,11 @@ defmodule PlantIdDiscordBot.Cog.Info do embed = %Nostrum.Struct.Embed{} |> put_title("Let's break this down a bit") - |> put_description("Use the `/id` command and add up to 5 photos\n\n") + |> put_description("Upload up to 5 photos into the channel where the bot lives.\n\n") |> put_author( "Plant ID Bot", - "https://discordapp.com", - "https://cdn.discordapp.com/embed/avatars/0.png" + "https://my.plantnet.org/", + "https://www.iona.edu/sites/default/files/2021-04/ancillary-images/green-flower.jpg" ) |> put_footer( "Powered by Pl@ntNet API",