Module watamebot

Interface CommandProvider


public interface CommandProvider
  • Method Summary

    Modifier and Type
    Method
    Description
    @NotNull Collection<net.dv8tion.jda.api.interactions.commands.build.CommandData>
    Register all CommandData that this plugin provides.
  • Method Details

    • getCommands

      @NotNull @NotNull Collection<net.dv8tion.jda.api.interactions.commands.build.CommandData> getCommands()
      Register all CommandData that this plugin provides.
      Returns:
      Returns a non-null Collection of CommandData that this Plugin provides