Class Main

java.lang.Object
com.fortemate.dicechess.bot.Main

public class Main extends Object
Entry point for the Dice Chess Java bot starter template.
  • Method Details

    • main

      public static void main(String[] args)
      Starts the bot application, loads configuration from environment variables, and binds the embedded HTTP webhook server.
      Parameters:
      args - command-line arguments (currently unused)