Document !version
parent
9c322a5af3
commit
0b36977a83
|
@ -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
|
||||
|
||||
|
|
|
@ -34,6 +34,7 @@ See [CHANGELOG.md](CHANGELOG.md)
|
|||
`!edit_snippet <shortcut> <text>` Edits an existing snippet (alias `!es`)
|
||||
`!delete_snippet <shortcut>` 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 <text>` Sends a reply to the user in the format "(Role) User: text" (alias `!r`)
|
||||
|
|
Loading…
Reference in New Issue