From 716e7a70f6f1a2f7225a6028f012ef87782d8e96 Mon Sep 17 00:00:00 2001 From: SeaswimmerTheFsh Date: Thu, 14 Dec 2023 20:00:03 -0500 Subject: [PATCH] fix(moderation): added docstring to export argument in case command --- moderation/moderation.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/moderation/moderation.py b/moderation/moderation.py index 7aa4af6..b83efd6 100644 --- a/moderation/moderation.py +++ b/moderation/moderation.py @@ -1112,7 +1112,9 @@ class Moderation(commands.Cog): case_number: int What case are you looking up? ephemeral: bool - Hide the command response""" + Hide the command response + export: bool + Export the case to a JSON file""" permissions = self.check_permissions(interaction.client.user, ['embed_links'], interaction) if permissions: await interaction.response.send_message(f"I do not have the `{permissions}` permission, required for this action.", ephemeral=True)