CommandProperties
A command properties class that lets us pass things to the CommandHandler execute method.
data class CommandProperties(silent: Boolean,isConfirmation: Boolean,bypassCooldown: Boolean)
Content copied to clipboard
Constructors
Functions
component1
Link copied to clipboard
component2
Link copied to clipboard
component3
Link copied to clipboard
copy
Link copied to clipboard
fun copy(silent: Boolean, isConfirmation: Boolean, bypassCooldown: Boolean): CommandProperties
Content copied to clipboard
equals
Link copied to clipboard