forked from Fascinated/Bat
add spotify feature
This commit is contained in:
@ -29,7 +29,7 @@ public abstract class Feature {
|
||||
* Registers the command for the feature
|
||||
*
|
||||
* @param commandService The command service
|
||||
* @param command The command to register
|
||||
* @param command The command to register
|
||||
*/
|
||||
public void registerCommand(@NonNull CommandService commandService, @NonNull BatCommand command) {
|
||||
command.setCategory(category);
|
||||
|
Reference in New Issue
Block a user