Class Main

java.lang.Object
com.fussuchalice.bot.Main

public class Main extends Object
The `Main` class is the entry point for the DropboxUnofficialBot application. It registers and initializes the bot.
  • Constructor Details

    • Main

      public Main()
  • Method Details

    • main

      public static void main(String[] args)
      The main method that starts the application and registers the DropboxUnofficialBot.
      Parameters:
      args - The command-line arguments (not used in this application).