Extending
this guide assumes that you are already using the basic-listeners bot
Extending is often useful to add new types to properties
#
Using your custom commandAfter extending NaticoCommand you need to import it to your commands
Make sure to import the new extension
If you dont import it the types wont work
You can find the resulting code here