|
2 | 2 | <!-- NewPage --> |
3 | 3 | <html lang="en"> |
4 | 4 | <head> |
5 | | -<!-- Generated by javadoc (1.8.0_101) on Sat Aug 17 00:21:28 CEST 2019 --> |
| 5 | +<!-- Generated by javadoc (1.8.0_101) on Mon Aug 19 19:55:34 CEST 2019 --> |
6 | 6 | <title>RequestHandler (JavaBotBlockAPI Javadocs)</title> |
7 | | -<meta name="date" content="2019-08-17"> |
| 7 | +<meta name="date" content="2019-08-19"> |
8 | 8 | <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style"> |
9 | 9 | <script type="text/javascript" src="../../../script.js"></script> |
10 | 10 | </head> |
@@ -197,7 +197,7 @@ <h3>Method Summary</h3> |
197 | 197 | <tr id="i5" class="rowColor"> |
198 | 198 | <td class="colFirst"><code>@Nullable org.json.JSONArray</code></td> |
199 | 199 | <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/andre601/javabotblockapi/RequestHandler.html#getBotInfo-net.dv8tion.jda.api.JDA-java.lang.String-">getBotInfo</a></span>(@NotNull net.dv8tion.jda.api.JDA jda, |
200 | | - java.lang.String site)</code> |
| 200 | + @NotNull java.lang.String site)</code> |
201 | 201 | <div class="block">Gets the specific information from a single Botlist.</div> |
202 | 202 | </td> |
203 | 203 | </tr> |
@@ -724,7 +724,8 @@ <h4>getBotInfo</h4> |
724 | 724 | <pre>@Nullable |
725 | 725 | public @Nullable org.json.JSONArray getBotInfo(@NotNull |
726 | 726 | @NotNull net.dv8tion.jda.api.JDA jda, |
727 | | - java.lang.String site) |
| 727 | + @NotNull |
| 728 | + @NotNull java.lang.String site) |
728 | 729 | throws java.io.IOException, |
729 | 730 | <a href="../../../com/andre601/javabotblockapi/exceptions/RatelimitedException.html" title="class in com.andre601.javabotblockapi.exceptions">RatelimitedException</a></pre> |
730 | 731 | <div class="block">Gets the specific information from a single Botlist. |
|
0 commit comments