From fd71f176f97741ec7764433bd46343da4acb1aa4 Mon Sep 17 00:00:00 2001 From: SeaswimmerTheFsh Date: Fri, 15 Dec 2023 17:38:53 -0500 Subject: [PATCH] misc(moderation): added commented-out placeholders for the blacklist commands --- moderation/moderation.py | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/moderation/moderation.py b/moderation/moderation.py index 746b2a2..c9b7430 100644 --- a/moderation/moderation.py +++ b/moderation/moderation.py @@ -643,6 +643,14 @@ class Moderation(commands.Cog): await interaction.edit_original_response(content=f"{target.mention} has been warned! (Case `#{moderation_id}`)\n**Reason** - `{reason}`") await self.log(interaction, moderation_id) + # @app_commands.group(name="blacklist") + # async def blacklist(self, interaction: discord.Interaction): + # """Blacklist users.""" + + # @blacklist.command(name="add") + # async def blacklist_add(self, interaction: discord.Interaction, target: discord.Member, reason: str, silent: bool = None): + # """""" + @app_commands.command(name="mute") async def mute(self, interaction: discord.Interaction, target: discord.Member, duration: str, reason: str, silent: bool = None): """Mute a user.