Package-level declarations
Types
Argument converter for Discord attachments.
Argument converter for Boolean arguments.
Argument converter for Discord Channel arguments.
Argument converter for colours, converting them into Color objects.
Argument converter for decimal arguments, converting them into Double.
Argument converter for Kotlin DateTimePeriod arguments. You can apply these to an Instant using plus and a timezone.
Argument converter for Kotlin DateTimePeriod arguments. You can apply these to an Instant using plus and a timezone. Also accepts discord-formatted timestamps, in which case the DateTimePeriod will be the time until the timestamp.
Argument converter for email address arguments.
Argument converter for Emoji arguments.
Container class for a timestamp and format, as expected by Discord.
Argument converter for Discord Guild arguments.
Argument converter for integer arguments, converting them into Int.
Argument converter for long arguments, converting them into Long.
Argument converter for discord Member arguments.
Argument converter for discord Message arguments.
Coalescing argument converter for regular expression arguments, combining the arguments into a single Regex object by joining them with spaces.
Argument converter for regular expression arguments, converting them into Regex objects.
Argument converter for discord Role arguments.
Converter that attempts to deserialize the argument to the given type.
Argument converter for Discord ID arguments, converting them into Snowflake.
Coalescing argument converter that simply joins all arguments with spaces to produce a single string.
Converter that simply returns the argument as given.
Argument converter for supported locale, converting them into Locale objects.
Argument converter for ForumTag arguments.
Argument converter for discord-formatted timestamp arguments.
Argument converter for discord User arguments.