Updated the README.md
This commit is contained in:
parent
8d14d4284b
commit
7a4ce77c8a
@ -18,6 +18,10 @@
|
|||||||
|
|
||||||
An unofficial java integration for the AutoResponder App. Use it to create a more professional and complex bot
|
An unofficial java integration for the AutoResponder App. Use it to create a more professional and complex bot
|
||||||
|
|
||||||
|
|
||||||
|
## Setup guide
|
||||||
|
If you want to set this up in the AutoResponder app, you need to follow our [setup guide](SETUP.md)
|
||||||
|
|
||||||
### Installation
|
### Installation
|
||||||
|
|
||||||
1. Add the jitpack repository to your `pom.xml`
|
1. Add the jitpack repository to your `pom.xml`
|
||||||
@ -107,6 +111,10 @@ This project also supports commands. That means that you create your own custom
|
|||||||
sent us the command. You can use the `ResponderGroupCommand` or the `ResponderChatCommand` to handle those commands. If
|
sent us the command. You can use the `ResponderGroupCommand` or the `ResponderChatCommand` to handle those commands. If
|
||||||
you want to learn more, check out the [CommandExample](src/examples/java/CommandExample.java)
|
you want to learn more, check out the [CommandExample](src/examples/java/CommandExample.java)
|
||||||
|
|
||||||
|
#### 7. Secondary use
|
||||||
|
You use the AutoResponder app as main place of your rules, any you only want to react to all commands? No problem. Just
|
||||||
|
create a new rule and set your command prefix before the "*". The responder will thn only react if the message is a command
|
||||||
|
|
||||||
## Other examples
|
## Other examples
|
||||||
|
|
||||||
You can find some other examples in the [examples directory](src/examples/java).
|
You can find some other examples in the [examples directory](src/examples/java).
|
||||||
|
Reference in New Issue
Block a user