Skip to content

Commit

Permalink
update artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
Scarsz committed Dec 15, 2023
1 parent 492f303 commit 9ed0c4e
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,19 @@ ChannelLoggingHandler handler = new ChannelLoggingHandler(() -> jda.getTextChann
</repository>
```
```xml
<!-- JDA 5 -->
<dependency>
<groupId>me.scarsz</groupId>
<artifactId>jdaappender</artifactId>
<groupId>me.scarsz.jdaappender</groupId>
<artifactId>jda5</artifactId>
<version>1.2.0-SNAPSHOT</version>
</dependency>

or

<!-- JDA 4 -->
<dependency>
<groupId>me.scarsz.jdaappender</groupId>
<artifactId>jda4</artifactId>
<version>1.2.0-SNAPSHOT</version>
</dependency>
```
Expand Down

0 comments on commit 9ed0c4e

Please sign in to comment.