%full => %scan, %comp => %compo

This commit is contained in:
klemek
2021-01-11 17:41:20 +01:00
parent 8b6d5e5361
commit c6572a7dde
3 changed files with 8 additions and 8 deletions
+2 -2
View File
@@ -17,10 +17,10 @@ class CompositionScanner(Scanner):
def help() -> str:
return (
"```\n"
+ "%comp : Show composition statistics\n"
+ "%compo : Show composition statistics\n"
+ "arguments:\n"
+ COMMON_HELP_ARGS
+ "Example: %comp #mychannel1 @user\n"
+ "Example: %compo #mychannel1 @user\n"
+ "```"
)