Document !version
parent
9c322a5af3
commit
0b36977a83
|
@ -1,5 +1,8 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## v2.8.0
|
||||||
|
* Add a `!version` command for checking the version of the bot you're running
|
||||||
|
|
||||||
## v2.7.0
|
## v2.7.0
|
||||||
* Split more code from main.js to individual module files
|
* 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`)
|
`!edit_snippet <shortcut> <text>` Edits an existing snippet (alias `!es`)
|
||||||
`!delete_snippet <shortcut>` Deletes the specified snippet (alias `!ds`)
|
`!delete_snippet <shortcut>` Deletes the specified snippet (alias `!ds`)
|
||||||
`!snippets` Lists all available snippets
|
`!snippets` Lists all available snippets
|
||||||
|
`!version` Print the version of the bot you're running
|
||||||
|
|
||||||
##### Inside a modmail thread
|
##### Inside a modmail thread
|
||||||
`!reply <text>` Sends a reply to the user in the format "(Role) User: text" (alias `!r`)
|
`!reply <text>` Sends a reply to the user in the format "(Role) User: text" (alias `!r`)
|
||||||
|
|
Loading…
Reference in New Issue