We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44372bf commit f4e5974Copy full SHA for f4e5974
algobot/__main__.py
@@ -122,7 +122,7 @@ def __init__(self, parent=None):
122
def inform_telegram(self, message: str, stop_bot: bool = False):
123
"""
124
Sends a notification to Telegram if some action is taken by the bot.
125
- :param message: Message to send.
+ :param message: Message to send through Telegram.
126
:param stop_bot: Boolean for whether bot should be stopped or not.
127
128
try:
0 commit comments