We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 720a237 commit c0fad2eCopy full SHA for c0fad2e
core/src/main/java/org/botblock/javabotblockapi/core/Site.java
@@ -115,13 +115,22 @@ public enum Site {
115
*/
116
DISCORDLISTOLOGY_COM("discordlistology.com"),
117
118
+ /**
119
+ * <a href="https://disforge.com/bots" target="_blank">disforge.com</a>
120
+ *
121
+ * @since 6.2.2
122
+ */
123
+ DISFORGE_COM("disforge.com"),
124
+
125
/**
126
* <a href="https://glennbotlist.xyz" target="_blank">glennbotlist.xyz</a>
127
128
GLENNBOTLIST_XYZ("glennbotlist.xyz"),
129
130
131
* <a href="https://hydrogenbots.club" target="_blank">hydrogenbots.club</a>
132
133
+ * @since 6.2.1
134
135
HYDROGENBOTS_CLUB("hydrogenbots.club"),
136
0 commit comments