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{
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 */
You can’t perform that action at this time.
0 commit comments