Skip to content

Commit c0fad2e

Browse files
committed
Add DISFORGE_COM
1 parent 720a237 commit c0fad2e

File tree

1 file changed

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

1 file changed

+9
-0
lines changed

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,13 +115,22 @@ public enum Site {
115115
*/
116116
DISCORDLISTOLOGY_COM("discordlistology.com"),
117117

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+
118125
/**
119126
* <a href="https://glennbotlist.xyz" target="_blank">glennbotlist.xyz</a>
120127
*/
121128
GLENNBOTLIST_XYZ("glennbotlist.xyz"),
122129

123130
/**
124131
* <a href="https://hydrogenbots.club" target="_blank">hydrogenbots.club</a>
132+
*
133+
* @since 6.2.1
125134
*/
126135
HYDROGENBOTS_CLUB("hydrogenbots.club"),
127136

0 commit comments

Comments
 (0)