Class UnqueuedSlashCommandData

java.lang.Object
xyz.dynxsty.dih4jda.interactions.commands.model.UnqueuedSlashCommandData

public class UnqueuedSlashCommandData extends Object
Model class which holds the SlashCommandData and it's RegistrationType.
  • Constructor Details

    • UnqueuedSlashCommandData

      public UnqueuedSlashCommandData(net.dv8tion.jda.api.interactions.commands.build.SlashCommandData data, RegistrationType type)
  • Method Details

    • getData

      public net.dv8tion.jda.api.interactions.commands.build.SlashCommandData getData()
    • getType

      public RegistrationType getType()
    • getGuilds

      public Set<net.dv8tion.jda.api.entities.Guild> getGuilds()
    • setGuilds

      public void setGuilds(Set<net.dv8tion.jda.api.entities.Guild> guilds)