[AB-xxx] adding information whether a command is slash/message command only to help output

resizing template content column
This commit is contained in:
Sheldan
2023-09-20 02:01:09 +02:00
parent e8f630c94c
commit f12581f322
95 changed files with 880 additions and 140 deletions

View File

@@ -42,6 +42,12 @@ public class CommandConfiguration {
@Builder.Default
private boolean supportsMessageCommand = true;
@Builder.Default
private boolean slashCommandOnly = false;
@Builder.Default
private boolean messageCommandOnly = false;
private CommandCoolDownConfig coolDownConfig;
@Builder.Default