Added plural

pull/8/head
sgoudham 4 years ago
parent abf139d2c9
commit b56aa88eba

@ -469,7 +469,7 @@ async def on_command_permission(ctx):
async def on_command_missing_argument(ctx): async def on_command_missing_argument(ctx):
# Send an error message to the user saying that an argument is missing # Send an error message to the user saying that an argument is missing
message = await ctx.send( message = await ctx.send(
f"Required Argument Missing!" f"Required Argument(s) Missing!"
f"\nUse **{ctx.prefix}help** to find how to use **{ctx.command}**") f"\nUse **{ctx.prefix}help** to find how to use **{ctx.command}**")
# Let the user read the message for 5 seconds # Let the user read the message for 5 seconds

Loading…
Cancel
Save