Fixed Ruff formatting issue.
Audit / Dependencies (push) Successful in 6s
CD / Publish (push) Successful in 5s
CI / Formatting (push) Successful in 4s
CI / Linting (push) Successful in 4s
CI / Tests (push) Successful in 23s
CI / Type Checking (push) Successful in 11s
CI / Spelling (push) Successful in 5s
Audit / Dependencies (push) Successful in 6s
CD / Publish (push) Successful in 5s
CI / Formatting (push) Successful in 4s
CI / Linting (push) Successful in 4s
CI / Tests (push) Successful in 23s
CI / Type Checking (push) Successful in 11s
CI / Spelling (push) Successful in 5s
This commit is contained in:
@@ -136,8 +136,7 @@ class InteractionCog(commands.Cog):
|
||||
@app_commands.command(
|
||||
name="pingme",
|
||||
description=(
|
||||
"Toggle whether you receive pings"
|
||||
" for generated messages that mention you."
|
||||
"Toggle whether you receive pings for generated messages that mention you."
|
||||
),
|
||||
)
|
||||
async def pingme(self, interaction: discord.Interaction) -> None:
|
||||
@@ -184,8 +183,7 @@ class InteractionCog(commands.Cog):
|
||||
):
|
||||
metrics.FORGETME.labels(outcome="already_forgotten").inc()
|
||||
await interaction.response.send_message(
|
||||
"I have already removed your data"
|
||||
" and I am not using your messages.",
|
||||
"I have already removed your data and I am not using your messages.",
|
||||
ephemeral=True,
|
||||
)
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user