File tree 3 files changed +12
-2
lines changed
src/main/java/com/andre601/javabotblockapi
3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 7
7
}
8
8
9
9
group = ' com.andre601'
10
- version = ' 2.3.3 '
10
+ version = ' 2.3.4 '
11
11
12
12
sourceCompatibility = 1.8
13
13
Original file line number Diff line number Diff line change 46
46
- Removed ` discordbotlist.us.to `
47
47
- Removed GitHub Actions for now.
48
48
49
+ - ### v2.3.4
50
+ - Sites updated:
51
+ - Fixed wrong Site name from DISCORSDBESTBOTS\_ XYZ to DISCORDBESTBOTS_XYZ
52
+
49
53
____
50
54
## v1
51
55
Original file line number Diff line number Diff line change 22
22
* Enum class with all currently supported sites of BotBlock.org.
23
23
* <br>May be used in {@link com.andre601.javabotblockapi.BotBlockAPI BotBlockAPI} or
24
24
* {@link com.andre601.javabotblockapi.RequestHandler RequestHandler}.
25
+ *
26
+ * @since v2.1.0
25
27
*/
26
28
public enum Site {
27
29
/**
@@ -66,12 +68,14 @@ public enum Site {
66
68
DISCORD_BOTS_GG ("discord.bots.gg" ),
67
69
/**
68
70
* <a href="https://discordextremelist.xyz" target="_blank">discordextremelist.xyz</a>
71
+ *
72
+ * @since v2.3.3
69
73
*/
70
74
DISCORDEXTREMELIST_XYZ ("discordextremelist.xyz" ),
71
75
/**
72
76
* <a href="https://discordsbestbots.xyz" target="_blank">discordsbestbots.xyz</a>
73
77
*/
74
- DISCORSDBESTBOTS_XYZ ("discordsbestbots.xyz" ),
78
+ DISCORDSBESTBOTS_XYZ ("discordsbestbots.xyz" ),
75
79
/**
76
80
* <a href="https://discordbots.fun" target="_blank">discordbots.fun</a>
77
81
*/
@@ -94,6 +98,8 @@ public enum Site {
94
98
WONDERBOTLIST_COM ("wonderbotlist.com" ),
95
99
/**
96
100
* <a href="https://yabl.xyz" target="_blank">yabl.xyz</a>
101
+ *
102
+ * @since v2.1.1
97
103
*/
98
104
YABL_XYZ ("yabl.xyz" );
99
105
You can’t perform that action at this time.
0 commit comments