Fix minor spelling mistake v2

This commit is contained in:
TSR Berry 2023-05-04 15:39:10 +02:00
parent 9cd2d6550d
commit 52d7c08324
No known key found for this signature in database
GPG key ID: 52353C0A4CCA15E2

View file

@ -928,7 +928,7 @@ class LogFileReader(Cog):
return await ctx.send(
f"Application id '{block_id}' is not blocked."
)
case "build" | "build_id", "bid":
case "build" | "build_id" | "bid":
if not is_build_id_valid(block_id):
return await ctx.send("The specified build id is invalid.")