diff --git a/utils/commands.py b/utils/commands.py index d29cc0f..772ae60 100644 --- a/utils/commands.py +++ b/utils/commands.py @@ -198,7 +198,8 @@ async def weather(bot: object, *location: str) -> str: separated[0] = separated[0][1:len(separated[0])] # These two commands clean up input for the parser if len(separated) > 3: - return await bot.send("This command takes 3 parameters at most!") + return await bot.send("This command takes 3 parameters at most!\n \ + (Syntax: `--w , , `)") if len(separated) == 1: city = separated[0] state = ""