Skip to content
Snippets Groups Projects
Unverified Commit 08de1515 authored by dnns01's avatar dnns01 Committed by GitHub
Browse files

Update links.py

parent 1ce23ac7
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment