File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed
src/main/java/com/seailz/jdaframework/utils Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Designed to make developing bots faster and simpler!
1616<dependency >
1717 <groupId >com.github.ice-games</groupId >
1818 <artifactId >java-discord-framework</artifactId >
19- <version >1.2.2 </version >
19+ <version >1.3 </version >
2020</dependency >
2121 ```
2222
Original file line number Diff line number Diff line change 44
55| Version | Supported |
66| ------- | ------------------ |
7+ | 1.3 | :white_check_mark : |
78| 1.2 | :white_check_mark : |
89| 1.1 | :white_check_mark : |
910| 1.0 | :white_check_mark : |
Original file line number Diff line number Diff line change 3535 * @param <T> Type
3636 * @param <U> Value 1
3737 * @param <U1> Value 2
38+ * @author Negative - https://www.github.com/negative-games
3839 */
3940@ FunctionalInterface
4041public interface TriConsumer <T , U , U1 > {
You can’t perform that action at this time.
0 commit comments