mirror of
https://github.com/Sheldan/abstracto.git
synced 2026-04-14 19:56:29 +00:00
[AB-xxx] adding support to have a different template for user command descriptions
enabling user command for currency conversion command
This commit is contained in:
@@ -127,6 +127,7 @@ public class ConvertCurrency extends AbstractConditionableCommand {
|
||||
.enabled(true)
|
||||
.rootCommandName(WebServicesSlashCommandNames.CONVERSION)
|
||||
.commandName("currency")
|
||||
.userInstallable(true)
|
||||
.build();
|
||||
|
||||
return CommandConfiguration.builder()
|
||||
|
||||
Reference in New Issue
Block a user