Skip to content

Latest commit

 

History

History

examples

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Running the examples

Additional requirements

  • A PostgreSQL database
  • Your bot token

Configuration

You need to copy the config-template folder's content in dev-config, and edit the config.json, with your bot token, prefixes, owner ID and the database details.

No need to keep the logback.xml, only logback-test.xml is necessary.

Your file tree should look like this:

./
└── examples/
    ├── dev-config/
    │   ├── config.json
    │   └── logback-test.xml
    ├── src/
    │   └── ..
    └── pom.xml

You can then just run the Main class.

Starting your own bot

If you are seeking for a bot you can set up yourself, you can look at the bot template.

Examples

Commands

Services

Components

Modals

Event listeners