File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ dependencies{
2424 api group : ' com.squareup.okhttp3' , name : ' okhttp' , version : ' 3.11.0'
2525 api group : ' org.json' , name : ' json' , version : ' 20180813'
2626 api group : ' org.jetbrains' , name : ' annotations' , version : ' 16.0.2'
27- api(group : ' net.dv8tion' , name : ' JDA' , version : ' 4.0.0_40 ' ){
27+ api(group : ' net.dv8tion' , name : ' JDA' , version : ' 4.0.0_45 ' ){
2828 exclude(module : ' opus-java' )
2929 }
3030 api group : ' com.github.ben-manes.caffeine' , name : ' caffeine' , version : ' 2.7.0'
Original file line number Diff line number Diff line change 2828 - Dependencies updated:
2929 - JDA: ` 4.0.0_39 ` to ` 4.0.0_40 `
3030
31+ - ### v2.3.0
32+ - Implemented caching to get methods.
33+ - ` getBotlists() ` and ` getBotlist(String|Site site) ` now require an additional String parameter.
34+ - Dependencies updated:
35+ - JDA: ` 4.0.0_40 ` to ` 4.0.0_45 `
36+
3137____
3238## v1
3339
You can’t perform that action at this time.
0 commit comments