diff --git a/extensions/links.py b/extensions/links.py
index 575a869bcc0a0a078ef093c1370f7a2388faaf99..ff8734ee90960d3060c696847b640b9c274183ce 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"