From dbb36d45547a69ab8749d97a67fe958ba00581e0 Mon Sep 17 00:00:00 2001 From: Gokul A R Date: Thu, 20 Aug 2026 15:56:07 +0530 Subject: [PATCH] Update resources.py --- bot/exts/info/resources.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/exts/info/resources.py b/bot/exts/info/resources.py index f732fb186e..383b5fe3e4 100644 --- a/bot/exts/info/resources.py +++ b/bot/exts/info/resources.py @@ -57,7 +57,7 @@ async def resources_command(self, ctx: commands.Context, *, resource_topic: str url = f"{url}?topics={quote(to_kebabcase(resource_topic.splitlines()[0]))}" embed = Embed( - title="Resources", + title=f"Resources for: {resource_topic}" if resource_topic else "Resources", description=f"The [Resources page]({url}) on our website contains a list " f"of hand-selected learning resources that we " f"regularly recommend to both beginners and experts."