From 16a60eebf570bb85c2751c282b18a1c59e0383b0 Mon Sep 17 00:00:00 2001 From: Kamal Curi Date: Sat, 20 Aug 2022 12:59:35 -0300 Subject: [PATCH] CHANGE: Verbose hint for weather command --- utils/commands.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 = ""