fix: remove spurious f-string prefix (ruff F541)
This commit is contained in:
@@ -3729,7 +3729,7 @@ async def cmd_cancel(client: AsyncClient, room_id: str, sender: str, args: str):
|
|||||||
|
|
||||||
if not is_elevated(client, room_id, sender):
|
if not is_elevated(client, room_id, sender):
|
||||||
if cancelled:
|
if cancelled:
|
||||||
await send_text(client, room_id, f"✅ Your Blackjack game has been cancelled.")
|
await send_text(client, room_id, "✅ Your Blackjack game has been cancelled.")
|
||||||
else:
|
else:
|
||||||
await send_text(client, room_id,
|
await send_text(client, room_id,
|
||||||
"No active game to cancel. (Cancelling room games requires PL50+.)")
|
"No active game to cancel. (Cancelling room games requires PL50+.)")
|
||||||
|
|||||||
Reference in New Issue
Block a user