mirror of
https://github.com/Sheldan/abstracto-templates.git
synced 2026-03-04 15:35:56 +00:00
Various improvements to templates (#8)
- Removes `;closenolog` templates, as the feature doesn't exist anymore - Fix some inconsistencies and typos Co-Authored-By: Sheldan <5037282+Sheldan@users.noreply.github.com> Co-authored-by: Sheldan <5037282+Sheldan@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
ab575257f9
commit
bf0aa3baad
@@ -1,3 +1,3 @@
|
||||
Shows the currently configured feature modes and their respective configuration: Whether or not they are enabled or not and if they are part of the default configuration.
|
||||
If the current value is part of the default configuration, this means that if the default config is changed, this value changes as well.
|
||||
If its not part of the default configuration, this means that this value was chosen for the server and that it will not be changed if the default configuration changes
|
||||
If it's not part of the default configuration, this means that this value was chosen for the server and that it will not be changed if the default configuration changes
|
||||
@@ -1 +1 @@
|
||||
Prints the latency between the bot and discord.
|
||||
Prints the latency between the bot and Discord.
|
||||
@@ -1,2 +1,2 @@
|
||||
This command can be used to remove a command from a channel group, so it doesnt get affected by the changes of this channel group.
|
||||
This command can be used to remove a command from a channel group, so it doesn't get affected by the changes of this channel group.
|
||||
This can be for example command disabled and command cooldown configurations
|
||||
@@ -1,3 +1,2 @@
|
||||
This command can be used to reset an individual config key, feature or complete server to its default configuration.
|
||||
This can be controlled via the `key` parameter. If there exists such a config key, it will be reset. If there exists such a feature with the key,
|
||||
it will be reset. Only if the key parameter is empty, the server configuration is reset.
|
||||
This can be controlled via the `key` parameter. If there exists such a config key, it will be reset. If there exists such a feature with the key, it will be reset. Only if the key parameter is empty, the server configuration is reset.
|
||||
@@ -1 +1 @@
|
||||
The bot uses certain when doing certain actions. This command can be used to redefine these emotes.
|
||||
The bot uses certain emotes when doing certain actions. This command can be used to redefine these emotes.
|
||||
@@ -1 +1 @@
|
||||
Command cool downs
|
||||
Command cooldowns
|
||||
@@ -1,2 +1,2 @@
|
||||
Channel cool down: ${channelCoolDown}
|
||||
Member cool down: ${memberCoolDown}
|
||||
Channel cooldown: ${channelCoolDown}
|
||||
Member cooldown: ${memberCoolDown}
|
||||
Reference in New Issue
Block a user