woojiahao / Taiga

Discord administration bot
https://woojiahao.github.io/Taiga
MIT License
20 stars 12 forks source link

Global annotation #23

Open woojiahao opened 5 years ago

woojiahao commented 5 years ago

Global commands should be set using an annotation.

Example:

@CommandSet
@Global
fun animalCommands() = commands("Animal") {}