The OpenD Programming Language

SlashCommandHandler.this

This takes the child type into the parent so we can reflect over your added methods. to initialize the reflection info to send to Discord. If you subclass your subclass, make sure the grandchild constructor does super(); registerAll(this); to add its method to the list too, but if you only have one level of child, the compiler will auto-generate a constructor for you that calls this.

class SlashCommandHandler
protected
this
(
this This
)
()

Meta