help consistancy

This commit is contained in:
klemek
2021-01-13 16:44:01 +01:00
parent aa51e2cda0
commit 8ef2c0588d
10 changed files with 38 additions and 34 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ class PresenceScanner(Scanner):
def help() -> str:
return (
"```\n"
+ "%pres : Show presence statistics\n"
+ "%pres: Show presence statistics\n"
+ "arguments:\n"
+ COMMON_HELP_ARGS
+ "Example: %pres #mychannel1 @user\n"