File tree Expand file tree Collapse file tree
src/main/java/org/mangorage/mangobotplugin/commands Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ dependencies {
7777 bootstrap(" org.mangorage:mangobotbootstrap:1.0.84" )
7878 launchtarget(" org.mangorage:mangobotlaunchtarget:0.1.8" )
7979
80- plugin(' org.mangorage:mangobot:12.0.89 ' )
80+ plugin(' org.mangorage:mangobot:12.0.91 ' )
8181
8282 library(' org.slf4j:slf4j-simple:2.0.13' ) // Use a recent version)
8383 library(' org.luaj:luaj-jme:3.0.1' )
Original file line number Diff line number Diff line change 55import org .mangorage .mangobotcore .api .command .v1 .ICommandNode ;
66import org .mangorage .mangobotcore .api .jda .command .v1 .CommandResult ;
77import org .mangorage .mangobotcore .api .jda .command .v1 .ICommand ;
8+ import org .mangorage .mangobotcore .api .jda .command .v2 .AbstractJDACommand ;
89import org .mangorage .mangobotcore .api .util .misc .Arguments ;
910
1011import java .util .List ;
1112
12- public final class PingCommand {
13+ public final class PingCommand extends AbstractJDACommand {
1314
1415 public static void register (String id , ICommandDispatcher dispatcher ) {
1516 dispatcher .register (
You can’t perform that action at this time.
0 commit comments