mirror of
https://github.com/Sheldan/abstracto.git
synced 2026-03-24 05:39:44 +00:00
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:
@@ -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.
|
||||
@@ -0,0 +1 @@
|
||||
Reminds you in the given period of the given text.
|
||||
@@ -0,0 +1 @@
|
||||
More detailed help to come
|
||||
@@ -0,0 +1 @@
|
||||
remind <duration> <text>
|
||||
@@ -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.
|
||||
@@ -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`.
|
||||
Reference in New Issue
Block a user