Command
constructor(@Json(name = "args") args: String, @Json(name = "description") description: String, @Json(name = "name") name: String, @Json(name = "set") set: String, @Json(name = "created_at") createdAt: OffsetDateTime? = null, @Json(name = "updated_at") updatedAt: OffsetDateTime? = null)
Parameters
args
Arguments help text, shown in commands auto-completion
description
Description, shown in commands auto-completion
name
Unique command name
set
Set name used for grouping commands
createdAt
Date/time of creation
updatedAt
Date/time of the last update