Update __main__.py

This commit is contained in:
Hafitz Setya 2021-02-19 08:21:53 +07:00 committed by GitHub
parent f9b5af6375
commit 2990e85d79
Signed by untrusted user: GitHub
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -94,11 +94,11 @@ def bot_help(update, context):
/{BotCommands.LogCommand}: Get a log file of the bot. Handy for getting crash reports
/tshelp: Get help for torrent search module.
/weebhelp: Get help for anime, manga and character module.
/stickerhelp: Get help for stickers module.
/tshelp: Get help for torrent search module.
/stickerhelp: Get help for stickers module.
'''
sendMessage(help_string, context.bot, update)