Skip to content
This repository was archived by the owner on Jul 27, 2023. It is now read-only.
This repository was archived by the owner on Jul 27, 2023. It is now read-only.

[Java] Add AbstractBot #5

@NotJustAnna

Description

@NotJustAnna

Make it a lil more friendly to Java developers by creating an abstract BotDef, so this is valid for example:

public KagomeBot extends AbstractBot {
    public KagomeBot() {
        super(...);
        addPrefix("k!", "ka!");
        ...
    }
}

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions