Skip to content

Setting Up Your Bot

pumbas600 edited this page Dec 24, 2021 · 7 revisions

Bots created using Halpbot-Core require 2 things:

  1. A bot-config.properties file in your resources folder, which allows you to easily configure your bot
  2. A class extending the Bot interface, which is used to bootstrap your bot

bot-config.properties

This property file allows you to configure different aspects of Halpbot. Depending on which adapters your bot is using, different properties may be required.

Note: If your config file is not named bot-config.properties and not located at resources/bot-config.properties it won't be found by Halpbot

For more infromation on the properties you can set, refer to here.

Clone this wiki locally