Package xyz.norbjert.jda4spring.internal


package xyz.norbjert.jda4spring.internal
  • Classes
    Class
    Description
     
    represents a single discord bot account
    handles the initialisation process of the individual DiscordBots and configures them with their tasks, activities and API tokens (and soon gateway intents) ToDo: maybe get rid of JDAInstanceManager and JDAInstanceTaskMapper
    simple help class, to allow BotTasks to request their jda instance Todo: get rid of this crap, put the functionality into DiscordBot or remove it entirely
     
    static helper class, constructs a SlashCommandData object from an annotated method, converting the annotation into whatever JDA wants