From 2990e85d7938baede45622940037e3ea42ce575d Mon Sep 17 00:00:00 2001 From: Hafitz Setya <71178188+breakdowns@users.noreply.github.com> Date: Fri, 19 Feb 2021 08:21:53 +0700 Subject: [PATCH] Update __main__.py --- bot/__main__.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bot/__main__.py b/bot/__main__.py index 2dae20a..4df1da8 100644 --- a/bot/__main__.py +++ b/bot/__main__.py @@ -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)