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

This commit is contained in:
2026-03-23 16:20:45 -04:00
parent b8f509ac63
commit 0013726b7f
+2 -4
View File
@@ -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