Skip to content

Commit 6daa1be

Browse files
committed
Add infinitybotlist.com
1 parent 01121e4 commit 6daa1be

File tree

1 file changed

+6
-1
lines changed
  • core/src/main/java/org/botblock/javabotblockapi/core

1 file changed

+6
-1
lines changed

core/src/main/java/org/botblock/javabotblockapi/core/Site.java

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,11 @@ public class Site{
167167
*/
168168
public static final Site HYDROGENBOTS_CLUB = new Site("hydrogenbots.club", HttpMethod.GET, HttpMethod.POST);
169169

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+
170175
/**
171176
* <a href="https://mythicalbots.xyz" target="_blank">mythicalbots.xyz</a>
172177
*/
@@ -222,7 +227,7 @@ public boolean supportsPost(){
222227
return !methods.isEmpty() && methods.contains(HttpMethod.POST);
223228
}
224229

225-
public static enum HttpMethod{
230+
public enum HttpMethod{
226231
/**
227232
* Bot list supports GET requests.
228233
*/

0 commit comments

Comments
 (0)