You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -145,7 +145,8 @@ BotBlockAPI api = new BotBlockAPI.Builder()
145
145
.build();
146
146
```
147
147
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.
149
150
150
151
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.
0 commit comments