29
29
* Class containing all (known) Bot lists.
30
30
* <br>The static instances of this class allow the easy use within various methods of the JavaBotBlockAPI.
31
31
*
32
- * <p>Keep in mind that not all Sites support eithere GET or POST requests. You may use {@link #supportsGet() supportsGet()}
32
+ * <p>Keep in mind that not all Sites support either GET or POST requests. You may use {@link #supportsGet() supportsGet()}
33
33
* or {@link #supportsPost() supportsPost()} methods to check whether the instance supports GET and/or POST respectively.
34
34
*
35
35
* @since 6.3.0
@@ -137,16 +137,6 @@ public class Site{
137
137
*/
138
138
public static final Site DISFORGE_COM = new Site ("disforge.com" , HttpMethod .POST );
139
139
140
- /**
141
- * <a href="https://hydrogenbots.club" target="_blank">hydrogenbots.club</a>
142
- *
143
- * @deprecated Domain redirects to a weird foreign store.
144
- */
145
- @ Deprecated
146
- @ DeprecatedSince (major = 6 , minor = 3 , patch = 1 )
147
- @ PlannedRemoval (major = 6 , minor = 3 , patch = 3 )
148
- public static final Site HYDROGENBOTS_CLUB = new Site ("hydrogenbots.club" );
149
-
150
140
/**
151
141
* <a href="https://infinitybotlist.com" target="_blank">infinitybotlist.com</a>
152
142
*/
@@ -160,7 +150,7 @@ public class Site{
160
150
@ Deprecated
161
151
@ DeprecatedSince (major = 6 , minor = 3 , patch = 2 )
162
152
@ PlannedRemoval (major = 6 , minor = 3 , patch = 4 )
163
- public static final Site MYTHICALBOTS_XYZ = new Site ("mythicalbots.xyz" , HttpMethod . GET , HttpMethod . POST );
153
+ public static final Site MYTHICALBOTS_XYZ = new Site ("mythicalbots.xyz" );
164
154
165
155
/**
166
156
* <a href="https://space-bot-list.xyz" target="_blank">space-bot-list.xyz</a>
0 commit comments