added description/long help and usage to all the current commands and updated a few of existing ones

added help info objects to the commands who missed them
changed all commands to be templated and removed the hard coded strings to only rely on templates (other commands might only want to use the direct string)
fixed handling of null parameters/submodules in help command
fixed experience module not showing up in help command
This commit is contained in:
Sheldan
2020-04-28 20:02:03 +02:00
parent 93f587bf26
commit 1fc459f65e
142 changed files with 274 additions and 50 deletions

View File

@@ -1 +1,9 @@
More detailed help to come
Reminds you in the given duration of the given text.
The reminder will also include a link to the original message.
The syntax for duration is the following:
s - seconds
m - minutes
h - hours
d - days
They must be positive and do no spaces between for example `1h23m` is one hour and twenty three minutes.

View File

@@ -1 +1 @@
Suggests a text in the suggestions channel to be voted on.
Suggests the given text in the `suggestions` post target to be voted on.

View File

@@ -1 +1,2 @@
Suggests a text in the suggestions channel to be voted on.
Suggests the given text in the `suggestions` post target to be voted on. Such a suggestion will have a globally unique id
and a suggestion can be accepted with `accept` or denied with `reject`.