fixed help

This commit is contained in:
klemek
2021-01-11 16:49:20 +01:00
parent 7281fb9a8f
commit 3c8f827246
5 changed files with 43 additions and 33 deletions
+8 -6
View File
@@ -14,12 +14,14 @@ from utils import COMMON_HELP_ARGS
class FrequencyScanner(Scanner):
@staticmethod
def help() -> str:
return "```\n"
+"%freq : Show frequency-related statistics\n"
+"arguments:\n"
+COMMON_HELP_ARGS
+"Example: %freq #mychannel1 @user\n"
+"```"
return (
"```\n"
+ "%freq : Show frequency-related statistics\n"
+ "arguments:\n"
+ COMMON_HELP_ARGS
+ "Example: %freq #mychannel1 @user\n"
+ "```"
)
def __init__(self):
super().__init__(