Skip to content

Commit 1abdf5b

Browse files
authored
Bit more info
1 parent 5a4e769 commit 1abdf5b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[BotBlock]: https://botblock.org
22
[API]: https://botblock.org/api/docs
33

4-
[BotBlock4J]: https://github.com/Nathan-webb/BotBlock4J
4+
[BotBlock4J]: https://github.com/spide-r/BotBlock4J
55

66
[wiki]: https://jbba.dev/docs
77

@@ -145,7 +145,8 @@ BotBlockAPI api = new BotBlockAPI.Builder()
145145
.build();
146146
```
147147

148-
As you can see can you provide either a String with the id you can find [here][list] or use one of the many static [Site] instances that are offered.
148+
As you can see can you provide either a String with the id you can find [here][list] or use one of the many static [Site] instances that are offered.
149+
The Builder has some extra methods that can be used to further customize specific behaviours. Take a look on the [Javadoc] for those.
149150

150151
Next would you need to choose, which type of PostAction you want to use. Depending on your selection will you need to have the right module(s) downloaded.
151152

0 commit comments

Comments
 (0)