Class | Description |
---|---|
CommandInfo.Converter |
The
DocConverter for
the @CommandInfo
annotation. |
Error.Converter |
The
DocConverter
for the @Error
annotation. |
RequiredPermissions.Converter |
The
DocConverter for the
@RequiredPermissions
annotation. |
Annotation Type | Description |
---|---|
CommandInfo |
A CommandDoc
Annotation
that contains basic information on command usage, declaration,
and requirements. |
Error |
A CommandDoc
Annotation that describes
a possible error or termination clause a Command might have during it's runtime. |
Errors |
The
@Repeatable value
for @Error . |
RequiredPermissions |
A CommandDoc
Annotation that lists
required Permission s a bot must have
to use a command on a Guild . |