File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
core/src/main/java/org/botblock/javabotblockapi/core Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -167,6 +167,11 @@ public class Site{
167
167
*/
168
168
public static final Site HYDROGENBOTS_CLUB = new Site ("hydrogenbots.club" , HttpMethod .GET , HttpMethod .POST );
169
169
170
+ /**
171
+ * <a href="https://infinitybotlist.com" target="_blank">infinitybotlist.com</a>
172
+ */
173
+ public static final Site INFINITYBOTLIST_COM = new Site ("infinitybotlist.com" , HttpMethod .GET , HttpMethod .POST );
174
+
170
175
/**
171
176
* <a href="https://mythicalbots.xyz" target="_blank">mythicalbots.xyz</a>
172
177
*/
@@ -222,7 +227,7 @@ public boolean supportsPost(){
222
227
return !methods .isEmpty () && methods .contains (HttpMethod .POST );
223
228
}
224
229
225
- public static enum HttpMethod {
230
+ public enum HttpMethod {
226
231
/**
227
232
* Bot list supports GET requests.
228
233
*/
You can’t perform that action at this time.
0 commit comments