Updated the README.md
This commit is contained in:
parent
8d14d4284b
commit
7a4ce77c8a
10
README.md
10
README.md
@ -18,6 +18,10 @@
|
||||
|
||||
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
|
||||
|
||||
1. Add the jitpack repository to your `pom.xml`
|
||||
@ -43,7 +47,7 @@ An unofficial java integration for the AutoResponder App. Use it to create a mor
|
||||
#### 1. Creating a new auto responder instance
|
||||
|
||||
```java
|
||||
SimpleAutoResponder autoResponder=new SimpleAutoResponder();
|
||||
SimpleAutoResponder autoResponder = new SimpleAutoResponder();
|
||||
```
|
||||
|
||||
#### 2. Setting up the responder
|
||||
@ -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
|
||||
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
|
||||
|
||||
You can find some other examples in the [examples directory](src/examples/java).
|
||||
|
Reference in New Issue
Block a user