Rollczi / LiteCommands

☄️ LiteCommands - Command framework for Velocity, Bukkit, Paper, BungeeCord, Minestom, Sponge, Fabric, JDA and future implementations.
https://docs.rollczi.dev/
Apache License 2.0
130 stars 18 forks source link

Annotation '@OptionalArg' is not working in 'litecommands-jda'. #411

Closed SfenKer closed 3 weeks ago

SfenKer commented 2 months ago

Using 'Optional\<T>'

Code:

image

Result:

image

Using '@OptionalArg'

Code:

image

Result:

image