-
Notifications
You must be signed in to change notification settings - Fork 0
Setting Up Your Bot
pumbas600 edited this page Dec 24, 2021
·
7 revisions
Bots created using Halpbot-Core require 2 things:
- A
bot-config.propertiesfile in yourresourcesfolder, which allows you to easily configure your bot - A class extending the
Botinterface, which is used to bootstrap your bot
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.propertiesand not located atresources/bot-config.propertiesit won't be found by Halpbot
For more infromation on the properties you can set, refer to here.
- Built-in Commands
- @Command Parameters
- Arguments
- Annotations
- Custom Objects
- Custom TypeParsers
- Slash Commands - W.I.P.
- Pagination - W.I.P