mirror of
https://github.com/Ryujinx/ryuko-ng.git
synced 2024-12-22 15:05:38 +00:00
Fix minor spelling mistake
This commit is contained in:
parent
77fc2040a2
commit
f72afbca29
|
@ -883,7 +883,7 @@ class LogFileReader(Cog):
|
|||
return await ctx.send(
|
||||
f"Application id '{block_id}' is already 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.")
|
||||
|
||||
|
|
Loading…
Reference in a new issue