File tree 3 files changed +3
-33
lines changed
core/src/main/java/org/botblock/javabotblockapi/core
3 files changed +3
-33
lines changed Original file line number Diff line number Diff line change 7
7
id ' com.github.johnrengelman.shadow' version ' 5.2.0'
8
8
}
9
9
10
- def ver = new Version (major : 6 , minor : 6 , patch : 6 )
10
+ def ver = new Version (major : 6 , minor : 7 , patch : 0 )
11
11
12
12
allprojects {
13
13
apply plugin : ' maven-publish'
@@ -87,6 +87,7 @@ allprojects {
87
87
repositories {
88
88
mavenCentral()
89
89
jcenter()
90
+ maven { url = ' https://m2.dv8tion.net/releases' }
90
91
}
91
92
92
93
build {
Original file line number Diff line number Diff line change 48
48
*/
49
49
public class Site {
50
50
51
- /**
52
- * <a href="https://arcane-center.xyz" target="_blank">arcane-center.xyz</a>
53
- *
54
- * <p>Supported methods:
55
- * <ul>
56
- * <li>POST</li>
57
- * </ul>
58
- *
59
- * @deprecated Website not responding.
60
- */
61
- @ Deprecated
62
- @ DeprecatedSince (major = 6 , minor = 6 , patch = 6 )
63
- @ PlannedRemoval (major = 6 , minor = 6 , patch = 8 )
64
- public static final Site ARCANE_CENTER_XYZ = new Site ("arcane-center.xyz" );
65
-
66
51
/**
67
52
* <a href="https://bladebotlist.xyz" target="_blank">bladebotlist.xyz</a>
68
53
*
@@ -98,22 +83,6 @@ public class Site{
98
83
*/
99
84
public static final Site BOATSPACE_XYZ = new Site ("boatspace.xyz" , HttpMethod .GET , HttpMethod .POST );
100
85
101
- /**
102
- * <a href="https://botsdatabase.com" target="_blank">botsdatabase.com</a>
103
- *
104
- * <p>Supported methods:
105
- * <ul>
106
- * <li>GET</li>
107
- * <li>POST</li>
108
- * </ul>
109
- *
110
- * @deprecated Website not responding.
111
- */
112
- @ Deprecated
113
- @ DeprecatedSince (major = 6 , minor = 6 , patch = 6 )
114
- @ PlannedRemoval (major = 6 , minor = 6 , patch = 8 )
115
- public static final Site BOTSDATABASE_COM = new Site ("botsdatabase.com" );
116
-
117
86
/**
118
87
* <a href="https://bots.discordlabs.org" target="_blank">bots.discordlabs.org</a>
119
88
*
Original file line number Diff line number Diff line change 1
1
dependencies {
2
- api(group : ' net.dv8tion' , name : ' JDA' , version : ' 4.2.0_247 ' ){
2
+ api(group : ' net.dv8tion' , name : ' JDA' , version : ' 4.3.0_280 ' ){
3
3
exclude(module : ' opus-java' )
4
4
}
5
5
implementation project(" :core" )
You can’t perform that action at this time.
0 commit comments