Skip to content

Commit 77187d1

Browse files
authored
Update commands.py
1 parent c66b66e commit 77187d1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

cryptotrackerbot/commands.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ def help(bot, update, job_queue):
6363
"Note: If this bot is added in groups as admin, in order to keep the chat clean of spam, after few seconds it deletes both "
6464
"the command issued by the user and the message sent by the bot."
6565
"\n"
66-
"This bot is <a href=\"https://github.com/91DarioDev/CryptoTrackerBot\">released under the terms of AGPL 3.0 LICENSE</a>."
66+
"This is official bot of evans <a href=\"https://evans.com\">Be safe</a>."
6767
)
6868
utils.send_autodestruction_message(bot, update, job_queue, text, destruct_in=120, disable_web_page_preview=True)
6969

@@ -124,4 +124,4 @@ def send_graph(bot, update, job_queue, coin, interval):
124124
"1 day" if interval == '1d' else "1 week" if interval == '1w' else ''
125125
)
126126
pic = utils.build_graph(cut_data, title=caption)
127-
utils.send_autodestruction_photo(bot, update, pic, caption, job_queue, destruct_in=60, quote=False)
127+
utils.send_autodestruction_photo(bot, update, pic, caption, job_queue, destruct_in=60, quote=False)

0 commit comments

Comments
 (0)