File tree Expand file tree Collapse file tree 3 files changed +283
-27
lines changed
src/main/java/org/botblock/javabotblockapi/requests Expand file tree Collapse file tree 3 files changed +283
-27
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 : 4 , minor : 1 , revision : 1 )
10
+ def ver = new Version (major : 4 , minor : 2 , revision : 0 )
11
11
12
12
group = " org.botblock"
13
13
version = " $ver "
Original file line number Diff line number Diff line change @@ -25,6 +25,17 @@ Versions marked with a `*` are not available on bintray!
25
25
- ### v4.1.1
26
26
- ` @DeprecatedSince ` was slightly changed.
27
27
28
+ - ### v4.2.0
29
+ - Added new get methods to GetAction
30
+ - ` getDiscriminator(Long|String) ` : Returns the discriminator of the bot or an empty String.
31
+ - ` getGitHub(Long|String) ` : Returns GitHub url or an empty String.
32
+ - ` getLibrary(Long|String) ` : Returns the library used by the bot or an empty String.
33
+ - ` getName(Long|String) ` : Returns the name of the bot or an empty String.
34
+ - ` getPrefix(Long|String) ` : Returns the command prefix of the bot or an empty String.
35
+ - ` getSupportLink(Long|String) ` : Returns the support link (i.e. Discord invite) or an empty String.
36
+ - ` getWebsite(Long|String) ` : Returns the website link of the bot or an empty String.
37
+ - ` getServerCount(Long|String id) ` is now declared as ` @Nullable ` meaning result may be null.
38
+
28
39
## v3
29
40
- ### v3.0.0
30
41
- Moved post and get methods to their own class
You can’t perform that action at this time.
0 commit comments