From 818ff810eafa51dadac0b94c56fca8e62de3db65 Mon Sep 17 00:00:00 2001 From: Seaswimmer Date: Mon, 12 Aug 2024 19:52:35 -0400 Subject: [PATCH] misc(aurora): removed an old kwarg from the moderate function docstring --- aurora/utilities/moderate.py | 1 - 1 file changed, 1 deletion(-) diff --git a/aurora/utilities/moderate.py b/aurora/utilities/moderate.py index 7a0a7a2..bd4f793 100644 --- a/aurora/utilities/moderate.py +++ b/aurora/utilities/moderate.py @@ -13,7 +13,6 @@ async def moderate(ctx: Union[commands.Context, discord.Interaction], target: di It checks if the target can be moderated, then calls the handler method of the moderation type specified. Args: - bot (Red): The bot instance. ctx (Union[commands.Context, discord.Interaction]): The context of the command. If this is a `discord.Interaction` object, it will be converted to a `commands.Context` object. Additionally, if the interaction orignated from a context menu, the `ctx.author` attribute will be overriden to `interaction.user`. target (discord.Member, discord.User, discord.abc.Messageable): The target user or channel to moderate. silent (bool | None): Whether to send the moderation action to the target.