mirror of
https://github.com/Sheldan/abstracto.git
synced 2026-04-13 19:41:38 +00:00
[AB-76] replaced usage templates for commands with a generated usage string, removed possibility to define the usage directly on the help
added Google guava dependency minor fixes in documentation fixed versions in main pom
This commit is contained in:
@@ -33,7 +33,7 @@ Echo::
|
||||
* Description: Echos `text` in the same channel this command as executed in.
|
||||
Changing the prefix::
|
||||
* Usage: `setPrefix <prefix>`
|
||||
* Description: Changes the prefix of the bot on this value to `prefix`. This can be one or multiple characters.
|
||||
* Description: Changes the prefix of the bot in this guild to `prefix`. This can be one or multiple characters.
|
||||
Changing a post target::
|
||||
* Usage: `posttarget <key> <channel>`
|
||||
* Description: Changes the given post target identified by `key` to the given channel. All messages using this post target will be send to this channel from now on.
|
||||
|
||||
@@ -26,7 +26,7 @@ Weeks in this case are just a short hand for 7 days.
|
||||
Pagination navigation:: If a pagination is used for the output of a command you can navigate the pages with `◀️` and `▶️` and `⏹️` to close the pagination.
|
||||
Role as parameter:: Whenever a role is a parameter for a command, this can be done by either providing the role ID or mentioning the role.
|
||||
Channel groups:: This concept enables you to group channels together into channel groups and enact certain restrictions or features on this whole group.
|
||||
System configuration:: Some properties can be configured while the bot is running.
|
||||
System configuration:: Some properties can be configured while the bot is running and can be changed for each guild respectively.
|
||||
In the respective features they are noted under `Relevant system configuration`.
|
||||
In order to change this you need to use the command `setConfig` with the provided key and the new desired value.
|
||||
Emotes:: The features have section of the keys of used emotes in the feature, you can change this emote with the `setEmote` command.
|
||||
|
||||
Reference in New Issue
Block a user