Package io.github.unknowncoder56.javaslc


package io.github.unknowncoder56.javaslc
  • Class
    Description
    The main class of the library containing all important methods, like to run the bot.
    The enum containing all possible change keys.
    A builder class to build a Bot instance.
    An interface to implement the method for receiving command (messages sent with the currently set bot prefix) events.
    An interface to implement the method for receiving error events.
    A class to create a context object which contains details about the message like message content, owner (author), server ID, Bot instance, command name and command arguments.
    An interface to implement the method for receiving the bot start event.
    This class describes a user or bot.