File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ postAction.postGuilds(jda, api);
107107Since version 2.0.0 of JavaBotBlockAPI can you get certain information of a bot or the available Bot lists on the BotBlock API.
108108
109109### All available Bot lists
110- You can call ` .getBotlists () ` to receive a JSONObject with all available Botlists in the BotBlockAPI.
110+ You can call ` .getBotLists () ` to receive a JSONObject with all available Botlists in the BotBlockAPI.
111111
112112The returned JSONObject could look like this:
113113``` json
@@ -134,8 +134,8 @@ The returned JSONObject could look like this:
134134```
135135
136136### Single Botlist
137- Calling ` .getBotlist (..., Site|String) ` returns a specific Botlist as JSONObject.
138- For example does ` .getBotlist ("123456789012345678", "lbots.org") ` return the following JSONObject:
137+ Calling ` .getBotList (..., Site|String) ` returns a specific Botlist as JSONObject.
138+ For example does ` .getBotList ("123456789012345678", "lbots.org") ` return the following JSONObject:
139139``` json
140140{
141141 "api_docs" : " https://lbots.org/api/docs" ,
You can’t perform that action at this time.
0 commit comments