From cf16350107a4ffd6a48d258a47fffc0733c138b2 Mon Sep 17 00:00:00 2001 From: jb3 Date: Fri, 17 Oct 2025 18:04:11 +0000 Subject: Deploying to docs from @ python-discord/bot-core@9f0162c0869ee8e0ae158636c8f0eac96159a675 🚀 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- v11.2.0/output/pydis_core.utils.commands.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'v11.2.0/output/pydis_core.utils.commands.html') diff --git a/v11.2.0/output/pydis_core.utils.commands.html b/v11.2.0/output/pydis_core.utils.commands.html index 5c4812e6..a988156b 100644 --- a/v11.2.0/output/pydis_core.utils.commands.html +++ b/v11.2.0/output/pydis_core.utils.commands.html @@ -10,8 +10,8 @@ - + @@ -484,15 +484,15 @@
Parameters:
    -
  • ctx (Context) – The command’s context

  • -
  • text (str | None) – The provided text argument of the command (if given)

  • +
  • ctx (Context) – The command’s context

  • +
  • text (str | None) – The provided text argument of the command (if given)

Raises:
-

discord.ext.commands.BadArgument – text wasn’t provided and there’s no reply message / reply message content.

+

discord.ext.commands.BadArgument – text wasn’t provided and there’s no reply message / reply message content.

Return type:
-

str

+

str

Returns:

The cleaned version of text, if given, else replied message.

-- cgit v1.2.3