add premium to guilds and re-enable the global commands that are supposed to be global
All checks were successful
Deploy to Dokku / docker (ubuntu-latest) (push) Successful in 37s
All checks were successful
Deploy to Dokku / docker (ubuntu-latest) (push) Successful in 37s
This commit is contained in:
@ -47,4 +47,11 @@ public @interface CommandInfo {
|
||||
* @return the category of the command
|
||||
*/
|
||||
Category category() default Category.GENERAL;
|
||||
|
||||
/**
|
||||
* If the command is bot owner only
|
||||
*
|
||||
* @return if the command is bot owner only
|
||||
*/
|
||||
boolean botOwnerOnly() default false;
|
||||
}
|
Reference in New Issue
Block a user