1
0
mirror of https://gitlab.com/simple-stock-bots/simple-discord-stock-bot.git synced 2025-06-16 15:17:29 +00:00

small typo in help text

This commit is contained in:
Anson 2020-06-12 01:56:09 -07:00
parent c106e06cf3
commit 3ba1193cda

2
bot.py
View File

@ -58,7 +58,7 @@ async def on_message(message):
else: else:
await message.channel.send( 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"): elif message.content.startswith("/help"):