From 3ba1193cdad40b3f5918fe32430c5328d7471fec Mon Sep 17 00:00:00 2001 From: Anson Date: Fri, 12 Jun 2020 01:56:09 -0700 Subject: [PATCH] small typo in help text --- bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.py b/bot.py index aefd2c0..ddd307f 100644 --- a/bot.py +++ b/bot.py @@ -58,7 +58,7 @@ async def on_message(message): else: await message.channel.send( - "Command requires a ticker. See /help for more information." + "Command requires a query. See /help for more information." ) elif message.content.startswith("/help"):