File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
org/mangorage/mangobotplugin/module Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3434 exports org .mangorage .mangobotplugin .pagedlist to net .dv8tion .jda ;
3535
3636 provides org .mangorage .mangobotcore .plugin .api .Plugin with org .mangorage .mangobotplugin .entrypoint .MangoBot ;
37- // provides org.mangorage.bootstrap.api.module.IModuleConfigurator with org.mangorage.mangobotplugin.module.ModuleConfigurator;
37+ provides org .mangorage .bootstrap .api .module .IModuleConfigurator with org .mangorage .mangobotplugin .module .ModuleConfigurator ;
3838
3939 uses org .mangorage .mangobotcore .plugin .api .Plugin ;
4040}
Original file line number Diff line number Diff line change 11package org .mangorage .mangobotplugin .module ;
22
3-
3+ import org . mangorage . bootstrap . api . module . IModuleConfigurator ;
44
55import java .util .List ;
66
7- public final class ModuleConfigurator {
8-
7+ public final class ModuleConfigurator implements IModuleConfigurator {
98
9+ @ Override
1010 public List <String > getChildren (String s ) {
1111 System .out .println ("Found This -> " + s );
1212 if (s .equals ("lavaplayer" )) {
You can’t perform that action at this time.
0 commit comments