From 08de15151b28b6f490f98bcc36ee8c445134dda0 Mon Sep 17 00:00:00 2001 From: dnns01 <github@dnns01.de> Date: Mon, 9 Sep 2024 20:10:20 +0200 Subject: [PATCH] Update links.py --- extensions/links.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/links.py b/extensions/links.py index 575a869..ff8734e 100644 --- a/extensions/links.py +++ b/extensions/links.py @@ -13,7 +13,7 @@ class Links(commands.GroupCog, name="links", description="Linkverwaltung für Ka @app_commands.command(name="show", description="Zeige Links für diesen Kanal an.") @app_commands.describe(category="Zeige nur Links für diese Kategorie an.", public="Zeige die Linkliste für alle.") - async def cmd_show(self, interaction: Interaction, category: str = None, public: bool = False): + async def cmd_show(self, interaction: Interaction, category: str = None, public: bool = True): await interaction.response.defer(ephemeral=not public) message = "### __Folgende Links sind in diesem Channel hinterlegt__\n" -- GitLab