diff --git a/README.md b/README.md
index c1ae4211..fd086e0e 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
-[![JDA-Version](https://img.shields.io/badge/JDA%20Version-5.0.0--beta.18-important)](https://github.com/DV8FromTheWorld/JDA#download)
-[![Generic badge](https://img.shields.io/badge/Download-4.0.0--beta.1-green.svg)](https://github.com/Kaktushose/jda-commands/releases/latest)
+[![JDA-Version](https://img.shields.io/badge/JDA%20Version-5.0.0--beta.22-important)](https://github.com/DV8FromTheWorld/JDA#download)
+[![Generic badge](https://img.shields.io/badge/Download-4.0.0--beta.2-green.svg)](https://github.com/Kaktushose/jda-commands/releases/latest)
[![Java CI](https://github.com/Kaktushose/jda-commands/actions/workflows/ci.yml/badge.svg?branch=dev)](https://github.com/Kaktushose/jda-commands/actions/workflows/ci.yml)
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/f2b4367f6d0f42d89b7e51331f3ce299)](https://app.codacy.com/gh/Kaktushose/jda-commands/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade)
[![Codacy Badge](https://app.codacy.com/project/badge/Coverage/f2b4367f6d0f42d89b7e51331f3ce299)](https://app.codacy.com/gh/Kaktushose/jda-commands/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_coverage)
@@ -15,7 +15,7 @@ any boilerplate code, so you can focus solely on the business logic of your bot
| jda-commands | JDA | Text Commands | Interactions | Stable |
|----------------------------------------------------------------------------|-----|---------------|--------------|--------|
-| [4.0.0-beta.1](https://github.com/Kaktushose/jda-commands/releases/latest) | 5 | ❌ | ✅ | ✅ |
+| [4.0.0-beta.2](https://github.com/Kaktushose/jda-commands/releases/latest) | 5 | ❌ | ✅ | ✅ |
| [3.0.0](https://github.com/Kaktushose/jda-commands/releases/tag/v3.0.0) | 5 | ✅ | ❌ | ✅ |
| [2.2.0](https://github.com/Kaktushose/jda-commands/releases/tag/v.2.0.0) | 4 | ✅ | ❌ | ✅ |
@@ -74,7 +74,7 @@ public class BanCommand {
Finally, start the framework by calling:
```java
-JDACommands.start(jda,Main.class, "com.package");
+JDACommands.start(jda, Main.class, "com.package");
```
---
diff --git a/pom.xml b/pom.xml
index 90d50053..a3f933be 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
com.github.kaktushose
jda-commands
- 4.0.0-beta.1
+ 4.0.0-beta.2
UTF-8
@@ -106,16 +106,5 @@
annotations
24.0.1
-
-
- ch.qos.logback
- logback-classic
- 1.4.12
-
-
- ch.qos.logback
- logback-core
- 1.4.12
-