mirror of
https://gitlab.com/simple-stock-bots/simple-discord-stock-bot.git
synced 2025-06-16 07:16:41 +00:00
small typo in help text
This commit is contained in:
parent
c106e06cf3
commit
3ba1193cda
2
bot.py
2
bot.py
@ -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"):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user