mirror of
https://github.com/Ryujinx/ryuko-ng.git
synced 2024-12-22 21:05:34 +00:00
Fix minor spelling mistake v2
This commit is contained in:
parent
9cd2d6550d
commit
52d7c08324
|
@ -928,7 +928,7 @@ class LogFileReader(Cog):
|
||||||
return await ctx.send(
|
return await ctx.send(
|
||||||
f"Application id '{block_id}' is not blocked."
|
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):
|
if not is_build_id_valid(block_id):
|
||||||
return await ctx.send("The specified build id is invalid.")
|
return await ctx.send("The specified build id is invalid.")
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue