Skip to content

Commit c257774

Browse files
committed
Add 1 new Site
~ Added listcord.gg
1 parent c5bf2a1 commit c257774

File tree

1 file changed

+11
-0
lines changed
  • core/src/main/java/org/botblock/javabotblockapi/core

1 file changed

+11
-0
lines changed

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

+11
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,17 @@ public class Site{
258258
*/
259259
public static final Site INFINITYBOTLIST_XYZ = new Site("infinitybotlist.xyz", HttpMethod.GET, HttpMethod.POST);
260260

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+
261272
/**
262273
* <a href="https://motiondevelopment.top" target="_blank">motiondevelopment.top</a>
263274
*

0 commit comments

Comments
 (0)