From 5398d165282a4ccff94c5922b9a2e07e46016834 Mon Sep 17 00:00:00 2001 From: neoarz Date: Wed, 24 Sep 2025 09:38:32 -0400 Subject: [PATCH] chore(idevice): better wording --- cogs/idevice/idevice.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cogs/idevice/idevice.py b/cogs/idevice/idevice.py index 81ac98f..73825da 100644 --- a/cogs/idevice/idevice.py +++ b/cogs/idevice/idevice.py @@ -167,7 +167,7 @@ class ideviceSelect(discord.ui.Select): success_embed = discord.Embed( title="Command Executed", - description="Successfully executed `/errorcodes`", + description="Successfully executed `/errorcodes`. Please run /[errorcode_name] to get more information about an error code, and send it in chat", color=0x00FF00 ) success_embed.set_author(name="idevice", icon_url="https://yes.nighty.works/raw/snLMuO.png")