We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5bf2a1 commit c257774Copy full SHA for c257774
core/src/main/java/org/botblock/javabotblockapi/core/Site.java
@@ -258,6 +258,17 @@ public class Site{
258
*/
259
public static final Site INFINITYBOTLIST_XYZ = new Site("infinitybotlist.xyz", HttpMethod.GET, HttpMethod.POST);
260
261
+ /**
262
+ * <a href="https://listcord.gg" target="_blank">listcord.gg</a>
263
+ *
264
+ * <p>Supported methods:
265
+ * <ul>
266
+ * <li>GET</li>
267
+ * <li>POST</li>
268
+ * </ul>
269
+ */
270
+ public static final Site LISTCORD_GG = new Site("listcord.gg", HttpMethod.GET, HttpMethod.POST);
271
+
272
/**
273
* <a href="https://motiondevelopment.top" target="_blank">motiondevelopment.top</a>
274
*
0 commit comments