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
+2 -2
View File
@@ -31,10 +31,10 @@ bot.register_command(
"(cancel|stop)",
GuildLogs.cancel,
"cancel: stop current analysis",
"```\n" + "%cancel : Stop current analysis\n" + "```",
"```\n" + "%cancel: Stop current analysis\n" + "```",
)
bot.register_command(
"(mentioned)",
"mentioned",
lambda *args: MentionedScanner().compute(*args),
"mentioned: rank specific user mentions by their usage",
MentionedScanner.help(),