mirror of
https://github.com/Sheldan/abstracto.git
synced 2026-03-30 15:11:38 +00:00
[AB-xxx] adding information whether a command is slash/message command only to help output
resizing template content column
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user