How to generate a component

If you want to generate a component, there is no easier way than to use the gcommands generate command.
Among the components are governed by:

  • Commands
  • Listeners
  • Inhbitors
  • Providers
$ gcommands generate

√ What's the name of your component? ... hello
√ Select a type for your component » Command template
√ What's the description of your command? ... Say hello
√ Select a types for your command » Slash Command, Message Command
√ Downloading the command
1
2
3
4
5
6
7