Skip to content

Commit afdce76

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents 6462f5a + 43e9724 commit afdce76

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

README.md

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff 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.1.3</version>
19+
<version>1.1.4</version>
2020
</dependency>
2121
```
2222

@@ -89,15 +89,6 @@ The same as before, but just replace `onSubmitMessage`, with `onSubmitUser`.
8989

9090
## Modals
9191

92-
### QUICK DISCALIMER
93-
You **must** include this line in your main class:
94-
```java
95-
jdaInstanceVariable.addEventListener(new ModalListener());
96-
```
97-
98-
If you don't, it will not work.
99-
I may try to find a way around this in the future, but for now, that's how it is.
100-
10192
```java
10293
public class ModalExample extends Modal {
10394

0 commit comments

Comments
 (0)