diff --git a/commands/help.py b/commands/help.py index 5c2de33..508fcf7 100644 --- a/commands/help.py +++ b/commands/help.py @@ -6,18 +6,18 @@ async def command_help(room: MatrixRoom, event: RoomMessageText, bot): body = """Available commands: - !gptbot help - Show this message +- !gptbot botinfo - Show information about the bot +- !gptbot privacy - Show privacy information - !gptbot newroom \ - Create a new room and invite yourself to it - !gptbot stats - Show usage statistics for this room -- !gptbot botinfo - Show information about the bot -- !gptbot coin - Flip a coin (heads or tails) -- !gptbot ignoreolder - Ignore messages before this point as context - !gptbot systemmessage \ - Get or set the system message for this room +- !gptbot coin - Flip a coin (heads or tails) - !gptbot imagine \ - Generate an image from a prompt - !gptbot calculate [--text] [--details] \ - Calculate a result to a calculation, optionally forcing text output instead of an image, and optionally showing additional details like the input interpretation -- !gptbot privacy - Show privacy information - !gptbot chat \ - Send a message to the chat API - !gptbot classify \ - Classify a message using the classification API - !gptbot custom \ - Used for custom commands handled by the chat model and defined through the room's system message +- !gptbot ignoreolder - Ignore messages before this point as context """ - await bot.send_message(room, body, True) \ No newline at end of file + await bot.send_message(room, body, True)