Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 439 Bytes

development.md

File metadata and controls

14 lines (9 loc) · 439 Bytes

Developing QuestionBot

These are the requirements to develop the bot.

  • Git
  • JDK version 8+
  • IntelliJ IDEA
    • If you are not using IntelliJ IDEA you will need Maven as well.

To create a run config for development you want to use com.supergrecko.questionbot.QuestionBotKt as the main file.

There should be a single program argument which is the Discord Bot Token.

Example Run Config