[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:
Sheldan
2025-02-04 23:01:50 +01:00
parent ce234f986e
commit 5ba2f2a2f8
3 changed files with 6 additions and 2 deletions

View File

@@ -127,6 +127,7 @@ public class ConvertCurrency extends AbstractConditionableCommand {
.enabled(true)
.rootCommandName(WebServicesSlashCommandNames.CONVERSION)
.commandName("currency")
.userInstallable(true)
.build();
return CommandConfiguration.builder()