From e1e2613845269b4976f9def215e0f583ff033967 Mon Sep 17 00:00:00 2001 From: gammafn Date: Thu, 6 May 2021 16:12:20 -0500 Subject: [PATCH] Add !bot logs to readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 632c77d..7d3ee64 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,7 @@ Bot management commands. * !bot import [module] [json object] - Update a module's settings from json (Must be done as bot owner) * !bot import [module] [key ...] [json object] - Update a sub-object in a module from json (Must be done as bot owner) * Example: !bot import alias aliases {"osm": "loc", "sh": "cmd"} +* !bot logs [module] - Print the most recent messages the given module has reported (Must be done as bot owner) * !bot stats - show statistics on matrix users seen by bot * !bot leave - ask bot to leave this room (Must be done as admin in room) * !bot modules - list all modules including enabled status