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"):