diff --git a/CHANGELOG.md b/CHANGELOG.md index ed55ee5..0befd21 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## v2.8.0 +* Add a `!version` command for checking the version of the bot you're running + ## v2.7.0 * Split more code from main.js to individual module files diff --git a/README.md b/README.md index 088be6c..49744e7 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,7 @@ See [CHANGELOG.md](CHANGELOG.md) `!edit_snippet ` Edits an existing snippet (alias `!es`) `!delete_snippet ` Deletes the specified snippet (alias `!ds`) `!snippets` Lists all available snippets +`!version` Print the version of the bot you're running ##### Inside a modmail thread `!reply ` Sends a reply to the user in the format "(Role) User: text" (alias `!r`)