From 9b3cce169426a4c0331e73ead13e61a0c528abb4 Mon Sep 17 00:00:00 2001 From: Miikka Virtanen Date: Mon, 24 Jul 2017 03:56:08 +0300 Subject: [PATCH] README: add more info on snippet commands --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b7fcba0..8d7609e 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,10 @@ Inspired by Reddit's modmail system. `!logs ` Lists previous modmail logs with the specified user `!block ` Blocks the specified user from using modmail `!unblock ` Unblocks the specified user from using modmail -`!s ` Adds a snippet (a canned response). See below for how to use it. +`!s ` Adds a snippet (a canned response). See below for how to use it. +`!edit_snippet ` Edits an existing snippet (alias `!es`) +`!delete_snippet ` Deletes the specified snippet (alias `!ds`) +`!snippets` Lists all available snippets ##### Inside a modmail thread `!reply ` Sends a reply to the user in the format "(Role) User: text" (alias `!r`)