@ -26,7 +26,7 @@ import org.springframework.stereotype.Component;
|
||||
public class BaseFeature extends Feature {
|
||||
@Autowired
|
||||
public BaseFeature(@NonNull ApplicationContext context, @NonNull CommandService commandService) {
|
||||
super("Base", FeatureProfile.FeatureState.DISABLED, false);
|
||||
super("Base", FeatureProfile.FeatureState.ENABLED, false);
|
||||
|
||||
super.registerCommand(commandService, context.getBean(PremiumCommand.class));
|
||||
super.registerCommand(commandService, context.getBean(BotAdminCommand.class));
|
||||
|
Reference in New Issue
Block a user